[14.0][IMP] intrastat_product: Add product country of origin in declaration

This commit is contained in:
Denis Roussel
2021-11-18 12:54:03 +01:00
committed by Alexis de Lattre
parent b86368ee7d
commit c9d9d284b4

View File

@@ -879,6 +879,7 @@ class IntrastatProductDeclaration(models.Model):
"""
return [
"hs_code",
"product_origin_country",
"src_dest_country",
"amount_company_currency",
"transaction",