fix: Update 7.6

This commit is contained in:
Rodia 2025-07-23 13:26:30 -03:00
parent 316d0fe62d
commit 0dac9f1ba9
3 changed files with 25 additions and 23 deletions

View File

@ -4,14 +4,14 @@
<tryton> <tryton>
<data> <data>
<record model="ir.ui.view" id="product_view_tree"> <record model="ir.ui.view" id="product_view_tree">
<field name="model">product.template</field> <field name="model">product.template</field>
<field name="inherit" ref="product.template_view_tree"/> <field name="inherit" ref="product.template_view_tree"/>
<field name="name">product_tree</field> <field name="name">product_tree</field>
</record> </record>
<record model="ir.ui.view" id="product_view_form"> <record model="ir.ui.view" id="product_view_form">
<field name="model">product.template</field> <field name="model">product.template</field>
<field name="inherit" ref="product.template_view_form"/> <field name="inherit" ref="product.template_view_form"/>
<field name="name">product_form</field> <field name="name">product_form</field>
</record> </record>
</data> </data>
</tryton> </tryton>

View File

@ -5,7 +5,6 @@ this repository contains the full copyright notices and license terms. -->
<data> <data>
<record model="ir.action.report" id="report_close_statement"> <record model="ir.action.report" id="report_close_statement">
<field name="name">Close statement</field> <field name="name">Close statement</field>
<field name="model"></field>
<field name="report_name">sale.cash_register</field> <field name="report_name">sale.cash_register</field>
<field name="report">sale_fast_food/report/close_statement.fodt</field> <field name="report">sale_fast_food/report/close_statement.fodt</field>
<field name="template_extension">odt</field> <field name="template_extension">odt</field>
@ -25,4 +24,4 @@ this repository contains the full copyright notices and license terms. -->
id="menu_print_cash_register" id="menu_print_cash_register"
icon="tryton-print"/> icon="tryton-print"/>
</data> </data>
</tryton> </tryton>

View File

@ -2,19 +2,22 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<data> <data>
<xpath expr="//field[@name='salable']" position="after"> <xpath expr="//field[@name='salable']" position="after">
<label name="pizza"/> <label name="pizza"/>
<field name="pizza"/> <field name="pizza"/>
<label name="pizza_topping"/> <label name="pizza_topping"/>
<field name="pizza_topping"/> <field name="pizza_topping"/>
<label name="tip"/> <label name="tip"/>
<field name="tip"/> <field name="tip"/>
<label name="kitchen"/> <label name="kitchen"/>
<field name="kitchen"/> <field name="kitchen"/>
<label name="bar"/> <label name="bar"/>
<field name="bar"/> <field name="bar"/>
<newline/> </xpath>
<label name="boms"/> <xpath expr="//field[@name='default_uom']" position="after">
<field name="boms" xexpand="1"/> <group id="boms">
</xpath> <label name="boms"/>
<field name="boms"/>
</group>
</xpath>
</data> </data>