mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[FIX] intrastat_product: typo in filename
intrastat_product 14.0.1.6.2
This commit is contained in:
committed by
Víctor Martínez
parent
ba70ead677
commit
fe3c1bc401
@@ -7,7 +7,7 @@
|
||||
|
||||
{
|
||||
"name": "Intrastat Product",
|
||||
"version": "14.0.1.6.1",
|
||||
"version": "14.0.1.6.2",
|
||||
"category": "Intrastat",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Base module for Intrastat Product",
|
||||
|
||||
@@ -978,9 +978,9 @@ class IntrastatProductDeclaration(models.Model):
|
||||
|
||||
def create_xls(self):
|
||||
if self.env.context.get("computation_lines"):
|
||||
report_file = "instrastat_transactions"
|
||||
report_file = "intrastat_transactions"
|
||||
else:
|
||||
report_file = "instrastat_declaration_lines"
|
||||
report_file = "intrastat_declaration_lines"
|
||||
return {
|
||||
"type": "ir.actions.report",
|
||||
"report_type": "xlsx",
|
||||
|
||||
Reference in New Issue
Block a user