1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_mx_edi_extended/views/uom_uom_view.xml
2024-12-10 09:04:09 +07:00

18 lines
618 B
XML

<?xml version="1.0"?>
<odoo>
<data>
<record id="view_product_uom_form_inh_l10n_mx" model="ir.ui.view">
<field name="name">view.uom.uom.form.inh.l10n.mx</field>
<field name="model">uom.uom</field>
<field name="inherit_id" ref="product_unspsc.view_product_uom_form_unspsc"/>
<field name="arch" type="xml">
<field name="unspsc_code_id" position="after">
<field name="l10n_mx_edi_code_aduana" invisible="'MX' not in fiscal_country_codes"/>
</field>
</field>
</record>
</data>
</odoo>