mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[14.0]intrastat_product - remove incorrect domain on comutation line
intrastat_product 14.0.1.5.3
This commit is contained in:
committed by
Víctor Martínez
parent
2b9d8e9b69
commit
411f3395d8
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user