mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
Merge branch '14.0' of github.com:OCA/intrastat-extrastat into 14.0
This commit is contained in:
@@ -22,7 +22,7 @@ Available addons
|
||||
addon | version | maintainers | summary
|
||||
--- | --- | --- | ---
|
||||
[intrastat_base](intrastat_base/) | 14.0.2.1.0 | | Base module for Intrastat reporting
|
||||
[intrastat_product](intrastat_product/) | 14.0.1.5.2 | | Base module for Intrastat Product
|
||||
[intrastat_product](intrastat_product/) | 14.0.1.5.3 | | Base module for Intrastat Product
|
||||
[intrastat_product_generic](intrastat_product_generic/) | 14.0.1.0.0 | | Generic Intrastat Product Declaration
|
||||
[product_harmonized_system](product_harmonized_system/) | 14.0.2.1.0 | [](https://github.com/alexis-via) [](https://github.com/luc-demeyer) | Base module for Product Import/Export reports
|
||||
[product_harmonized_system_delivery](product_harmonized_system_delivery/) | 14.0.1.2.0 | [](https://github.com/alexis-via) [](https://github.com/luc-demeyer) | Hide native hs_code field provided by the delivery module
|
||||
|
||||
@@ -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