mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-24 13:02:05 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue