Merge pull request #5595 from expsa/ddd
[IMP] odex_benefit: IMP benefit
This commit is contained in:
commit
387a72c5e2
|
|
@ -71,7 +71,8 @@
|
|||
<field name="is_in_kind" invisible="1"/>
|
||||
<field name="branch_ids" widget="many2many_tags"
|
||||
attrs="{'readonly': [('state', '!=', 'draft')]}"/>
|
||||
<field name="family_category_ids" widget="many2many_tags"/>
|
||||
<field name="family_category_ids" attrs="{'readonly': [('state', '!=', 'draft')]}"
|
||||
widget="many2many_tags"/>
|
||||
<field name="allowed_service_categories" invisible="1" widget="many2many_tags"
|
||||
readonly="1"/>
|
||||
<field name="family_domain_ids" widget="many2many_tags" invisible="1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue