[IMP] agent: headers

This commit is contained in:
Alexis de Lattre
2025-03-15 07:26:38 +01:00
committed by Florian da Costa
parent f296a3edb8
commit a9a2ee5ec4
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2024 Akretion France (http://www.akretion.com) Copyright 2024 Akretion France (https://www.akretion.com)
@author Alexis de Lattre <alexis.delattre@akretion.com> @author Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
--> -->
@@ -12,7 +12,7 @@
<field name="inherit_id" ref="commission_simple.commission_result_tree"/> <field name="inherit_id" ref="commission_simple.commission_result_tree"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="assign_type" position="attributes"> <field name="assign_type" position="attributes">
<attribute name="decoration-danger">assign_type == 'agent'</attribute> <attribute name="decoration-danger">assign_type == 'agent'</attribute>
</field> </field>
</field> </field>
</record> </record>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2020 Akretion France (http://www.akretion.com/) Copyright 2024-2025 Akretion France (https://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com> @author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
--> -->