19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -59,11 +59,11 @@
</record>
<record id="view_product_margin_tree" model="ir.ui.view">
<field name="name">product.margin.tree</field>
<field name="name">product.margin.list</field>
<field name="model">product.product</field>
<field name="priority" eval="50"/>
<field name="arch" type="xml">
<tree string="Product Margins">
<list string="Product Margins" default_order="is_favorite desc, default_code, name, id">
<field name="name"/>
<field name="default_code"/>
<field name="sale_avg_price"/>
@ -76,14 +76,14 @@
<field name="expected_margin"/>
<field name="total_margin_rate" widget="progressbar"/>
<field name="expected_margin_rate" widget="progressbar"/>
<field name="categ_id" invisible="1"/>
<field name="uom_id" invisible="1"/>
<field name="type" invisible="1"/>
<field name="company_id" invisible="1"/>
</tree>
<field name="categ_id" column_invisible="True"/>
<field name="uom_id" column_invisible="True"/>
<field name="type" column_invisible="True"/>
<field name="company_id" column_invisible="True"/>
</list>
</field>
</record>
<menuitem action="product_margin_act_window" id="menu_action_product_margin" name="Product Margins" sequence="20" parent="account.account_reports_management_menu"/>
<menuitem action="product_margin_act_window" id="menu_action_product_margin" name="Product Margins" sequence="20" parent="account.account_reports_management_menu"/>
</odoo>