[13.0][FIX]invoice line hs code

This commit is contained in:
Luc De Meyer
2020-03-29 10:51:44 +02:00
committed by Alexis de Lattre
parent 45b4417ac6
commit 87955e8ad1
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{
"name": "Intrastat Product",
"version": "13.0.1.0.1",
"version": "13.0.1.0.2",
"category": "Intrastat",
"license": "AGPL-3",
"summary": "Base module for Intrastat Product",

View File

@@ -23,7 +23,13 @@
expr="//field[@name='invoice_line_ids']//field[@name='account_id']"
position="after"
>
<field name="hs_code_id" invisible="1" />
<field name="hs_code_id" optional="hide" />
</xpath>
<xpath
expr="//field[@name='line_ids']//field[@name='account_id']"
position="after"
>
<field name="hs_code_id" optional="hide" />
</xpath>
</field>
</record>