mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_global_discount: 16.0
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
attrs="{'invisible': [('is_company', '=', False), ('parent_id', '!=', False)]}"
|
||||
/>
|
||||
<field
|
||||
name="customer_global_discount_ids_readonly"
|
||||
name="customer_global_discount_ids"
|
||||
string="Sale Global Discounts"
|
||||
widget="many2many_tags"
|
||||
groups="!base_global_discount.group_global_discount"
|
||||
@@ -30,7 +30,7 @@
|
||||
attrs="{'invisible': [('is_company', '=', False), ('parent_id', '!=', False)]}"
|
||||
/>
|
||||
<field
|
||||
name="supplier_global_discount_ids_readonly"
|
||||
name="supplier_global_discount_ids"
|
||||
string="Purchase Global Discounts"
|
||||
readonly="1"
|
||||
widget="many2many_tags"
|
||||
|
||||
Reference in New Issue
Block a user