diff options
Diffstat (limited to 'addons/l10n_in/views/product_template_view.xml')
| -rw-r--r-- | addons/l10n_in/views/product_template_view.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/l10n_in/views/product_template_view.xml b/addons/l10n_in/views/product_template_view.xml new file mode 100644 index 00000000..7e632ee8 --- /dev/null +++ b/addons/l10n_in/views/product_template_view.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + + <record model="ir.ui.view" id="l10n_in.product_template_hsn_code"> + <field name="name">l10n_in.product.template.form.hsn_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 name="l10n_in_hsn_description"/> + </field> + </field> + </record> + +</odoo> |
