diff --git a/commission_oca/views/res_partner_views.xml b/commission_oca/views/res_partner_views.xml
index a1be635d7..33c5ba893 100644
--- a/commission_oca/views/res_partner_views.xml
+++ b/commission_oca/views/res_partner_views.xml
@@ -66,10 +66,84 @@
domain="[('agent', '=', 1)]"
help="Agent Partners"
/>
+
+
+ res.partner.list.commission
+ res.partner
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Customers with agents
+ ir.actions.act_window
+ res.partner
+ list,form
+ [('parent_id', '=', False), ('agent', '=', False)]
+ {'search_default_with_agents': 1}
+
+
+
Agents
ir.actions.act_window
@@ -84,4 +158,11 @@
action="action_agent_form"
sequence="10"
/>
+