From 6e899b8a70c60ca422a5d34c2c5bdb4f0af66c64 Mon Sep 17 00:00:00 2001 From: JordiMForgeFlow Date: Tue, 3 Mar 2026 10:34:40 +0100 Subject: [PATCH] [IMP] commission_oca: add partner menu in commission module Useful for mass updating and having a list overview of agent relation. Not added directly in the base list view to prevent performance issues. --- commission_oca/views/res_partner_views.xml | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/commission_oca/views/res_partner_views.xml b/commission_oca/views/res_partner_views.xml index a1be635d7..ca66a2bb2 100644 --- a/commission_oca/views/res_partner_views.xml +++ b/commission_oca/views/res_partner_views.xml @@ -70,6 +70,73 @@ + + res.partner.list.commission + res.partner + + + + + + + + + + + + + + + + + + + + + + Customers + ir.actions.act_window + res.partner + list,form + [('parent_id', '=', False), ('agent', '=', False)] + + + Agents ir.actions.act_window @@ -84,4 +151,11 @@ action="action_agent_form" sequence="10" /> +