Odoo18-Base/addons/l10n_pl/views/product_views.xml
2025-01-06 10:57:38 +07:00

16 lines
621 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="product_template_form" model="ir.ui.view">
<field name="name">product.template.form.inherit</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='invoicing']//group[@name='accounting']" position="inside">
<group name="GTU" string="GTU">
<field name="l10n_pl_vat_gtu"/>
</group>
</xpath>
</field>
</record>
</odoo>