mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[13.0][FIX]invoice line hs code
This commit is contained in:
committed by
Alexis de Lattre
parent
45b4417ac6
commit
87955e8ad1
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user