fix: add missing show_add_benefit_button field to tree view
**المشكلة:**
Field show_add_benefit_button used in attrs.invisible but missing from view
ValidationError during module upgrade
**الحل:**
إضافة <field name="show_add_benefit_button" invisible="1"/> في tree view
**السبب:**
الـ commit السابق (2bc13b62) لم يتم دمجه في PR #5384
Synced with latest dev_odex25_ensan (2e3d0238) on Wed Nov 12 13:45:50 +03 2025
This commit is contained in:
parent
2e3d0238a5
commit
9fe8de985f
|
|
@ -378,6 +378,7 @@
|
|||
<field name="sponsorship_scheduling_line_ids" invisible="1"/>
|
||||
<field name="show_extend_button" invisible="1"/>
|
||||
<field name="show_replaced_button" invisible="1"/>
|
||||
<field name="show_add_benefit_button" invisible="1"/>
|
||||
<field name="sequence" widget="handle"/>
|
||||
<field name="display_type" invisible="1"/>
|
||||
<field name="state" invisible="1"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue