[MIG] commission_simple_agent : technical migration to 18

This commit is contained in:
Florian da Costa
2025-09-02 16:02:40 +02:00
parent a19ec0db45
commit 46e11948fd
3 changed files with 6 additions and 6 deletions

View File

@@ -7,9 +7,9 @@
<odoo>
<record id="commission_result_tree" model="ir.ui.view">
<record id="commission_result_list" model="ir.ui.view">
<field name="model">commission.result</field>
<field name="inherit_id" ref="commission_simple.commission_result_tree"/>
<field name="inherit_id" ref="commission_simple.commission_result_list"/>
<field name="arch" type="xml">
<field name="assign_type" position="attributes">
<attribute name="decoration-danger">assign_type == 'agent'</attribute>