mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 09:42:00 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -8,7 +8,12 @@
|
|||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<xpath expr="//field[@name='applicability_ids']//field[@name='business_domain']" position="after">
|
||||
<field name="account_prefix"/>
|
||||
<field name="display_account_prefix" column_invisible="True"/>
|
||||
<field name="account_prefix_placeholder" column_invisible="True"/>
|
||||
<field name="account_prefix"
|
||||
widget="char_with_placeholder_field"
|
||||
options="{'placeholder_field': 'account_prefix_placeholder'}"
|
||||
invisible="not display_account_prefix"/>
|
||||
<field name="product_categ_id"/>
|
||||
</xpath>
|
||||
</data>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue