mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
14 lines
514 B
XML
14 lines
514 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<record id="view_template_hide_hs" model="ir.ui.view">
|
|
<field name="name">product.template.hs.hidden</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="delivery.product_template_hs_code" />
|
|
<field name="arch" type="xml">
|
|
<field name="hs_code" position="attributes">
|
|
<attribute name="invisible">True</attribute>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</odoo>
|