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

@ -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>

View File

@ -13,8 +13,11 @@
<field name="kitchen"/> <field name="kitchen"/>
<label name="bar"/> <label name="bar"/>
<field name="bar"/> <field name="bar"/>
<newline/> </xpath>
<xpath expr="//field[@name='default_uom']" position="after">
<group id="boms">
<label name="boms"/> <label name="boms"/>
<field name="boms" xexpand="1"/> <field name="boms"/>
</group>
</xpath> </xpath>
</data> </data>