We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a38152 commit b16a042Copy full SHA for b16a042
1 file changed
intrastat_product/models/intrastat_product_declaration.py
@@ -922,7 +922,6 @@ def delete_xml(self):
922
self.ensure_one()
923
self.xml_attachment_id and self.xml_attachment_id.unlink()
924
925
- @api.model
926
def _xls_computation_line_fields(self):
927
"""
928
Update list in custom module to add/drop columns or change order
@@ -948,7 +947,6 @@ def _xls_computation_line_fields(self):
948
947
"invoice",
949
]
950
951
952
def _xls_declaration_line_fields(self):
953
954
0 commit comments