flectra/addons/l10n_in/views/product_template_view.xml
2018-01-16 02:34:37 -08:00

16 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<record model="ir.ui.view" id="l10n_in.product_template_hs_code">
<field name="name">l10n_in.product.template.form.hs_code</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml">
<field name="categ_id" position="after">
<field name="l10n_in_hsn_code"/>
</field>
</field>
</record>
</flectra>