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

@ -2,13 +2,14 @@
<odoo>
<data>
<record id="account_analytic_distribution_model_tree_inherit" model="ir.ui.view">
<field name="name">account.analytic.distribution.model.inherit.tree</field>
<field name="name">account.analytic.distribution.model.inherit.list</field>
<field name="model">account.analytic.distribution.model</field>
<field name="inherit_id" ref="analytic.account_analytic_distribution_model_tree_view"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='partner_id']" position="before">
<field name="account_prefix" optional="show"/>
<field name="prefix_placeholder" column_invisible="1"/> <!-- Needed for the char_with_placeholder_field widget -->
<field name="account_prefix" string="Accounts Prefixes" optional="show" widget="char_with_placeholder_field" options="{'placeholder_field': 'prefix_placeholder'}"/>
</xpath>
<xpath expr="//field[@name='company_id']" position="before">
<field name="product_id" optional="show"/>
@ -25,7 +26,8 @@
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='partner_category_id']" position="after">
<field name="account_prefix"/>
<field name="prefix_placeholder" invisible="1"/> <!-- Needed for the char_with_placeholder_field widget -->
<field name="account_prefix" string="Accounts Prefixes" options="{'placeholder_field': 'prefix_placeholder'}"/>
</xpath>
<xpath expr="//field[@name='company_id']" position="before">
<field name="product_id"/>