19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -6,11 +6,12 @@
<field name="model">account.journal</field>
<field name="inherit_id" ref="account.view_account_journal_form" />
<field name="arch" type="xml">
<xpath expr="//group[@name='group_alias_edit']" position="after">
<group string="Electronic Data Interchange" attrs="{'invisible': [('compatible_edi_ids', '=', [])]}">
<field name="compatible_edi_ids" invisible="1" />
<field name="edi_format_ids" widget="many2many_checkboxes"/>
</group>
<xpath expr="//group[@name='group_edi_config']" position="attributes">
<attribute name="invisible">not compatible_edi_ids</attribute>
</xpath>
<xpath expr="//group[@name='group_edi_config']" position="inside">
<field name="compatible_edi_ids" invisible="1" />
<field name="edi_format_ids" widget="many2many_checkboxes" invisible="not compatible_edi_ids"/>
</xpath>
</field>
</record>