[MIG] base_global_discount: Migration to 13.0

This commit is contained in:
Ernesto Tejeda
2020-11-03 19:07:07 -05:00
parent 5830b70af5
commit 2ba9cb53e7
12 changed files with 75 additions and 29 deletions

View File

@@ -10,14 +10,14 @@
<field
name="customer_global_discount_ids"
widget="many2many_tags"
attrs="{'invisible': [('customer', '=', False), ('is_company', '=', False), ('parent_id', '!=', False)]}"
attrs="{'invisible': [('is_company', '=', False), ('parent_id', '!=', False)]}"
/>
</group>
<group name="purchase" position="inside">
<field
name="supplier_global_discount_ids"
widget="many2many_tags"
attrs="{'invisible': [('supplier', '=', False), ('is_company', '=', False), ('parent_id', '!=', False)]}"
attrs="{'invisible': [('is_company', '=', False), ('parent_id', '!=', False)]}"
/>
</group>
</field>