mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-26 15:02:03 +02:00
13 lines
535 B
XML
13 lines
535 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="product_uom_form_view_inherit_l10n_in" model="ir.ui.view">
|
|
<field name="name">uom.uom.form</field>
|
|
<field name="model">uom.uom</field>
|
|
<field name="inherit_id" ref="uom.product_uom_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='name']" position="after">
|
|
<field name="l10n_in_code" invisible="'IN' not in fiscal_country_codes"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|