[FIX] chatter in commission result view + add action name for all commission related new actions

This commit is contained in:
Florian da Costa
2025-09-09 12:21:32 +02:00
parent ee3546c2c1
commit 2f712cb05d
4 changed files with 4 additions and 211 deletions

View File

@@ -69,6 +69,7 @@
<record id="commission_rule_action" model="ir.actions.act_window">
<field name="name">Commission Rules</field>
<field name="path">commission-rule</field>
<field name="res_model">commission.rule</field>
<field name="view_mode">list,form</field>
<field name="context">{'commission_rule_main_view': True}</field>