From 98cfd6d1be886fcba48b7c518094222b4bd27481 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sun, 29 Mar 2020 10:51:44 +0200 Subject: [PATCH] [13.0][FIX]invoice line hs code --- intrastat_product/__manifest__.py | 2 +- intrastat_product/views/account_move.xml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/intrastat_product/__manifest__.py b/intrastat_product/__manifest__.py index 641b8eb..db8b18d 100644 --- a/intrastat_product/__manifest__.py +++ b/intrastat_product/__manifest__.py @@ -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", diff --git a/intrastat_product/views/account_move.xml b/intrastat_product/views/account_move.xml index 3d2bd59..d1d51da 100644 --- a/intrastat_product/views/account_move.xml +++ b/intrastat_product/views/account_move.xml @@ -23,7 +23,13 @@ expr="//field[@name='invoice_line_ids']//field[@name='account_id']" position="after" > - + + + +