[14.0]intrastat_product - remove incorrect domain on comutation line

intrastat_product 14.0.1.5.3
This commit is contained in:
Luc De Meyer
2022-05-02 15:22:09 +02:00
committed by Víctor Martínez
parent 2b9d8e9b69
commit 411f3395d8
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -1048,7 +1048,6 @@ class IntrastatProductComputationLine(models.Model):
"res.country",
string="Country",
help="Country of Origin/Destination",
domain=[("intrastat", "=", True)],
)
product_id = fields.Many2one(
"product.product", related="invoice_line_id.product_id"