Merge pull request #5595 from expsa/ddd

[IMP] odex_benefit: IMP benefit
This commit is contained in:
kchyounes19 2025-12-02 15:36:39 +01:00 committed by GitHub
commit 387a72c5e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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"/>