Skip to content

Commit b16a042

Browse files
[FIX] intrastat_product: api.model is not necessary
TT55417
1 parent 8a38152 commit b16a042

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

intrastat_product/models/intrastat_product_declaration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ def delete_xml(self):
922922
self.ensure_one()
923923
self.xml_attachment_id and self.xml_attachment_id.unlink()
924924

925-
@api.model
926925
def _xls_computation_line_fields(self):
927926
"""
928927
Update list in custom module to add/drop columns or change order
@@ -948,7 +947,6 @@ def _xls_computation_line_fields(self):
948947
"invoice",
949948
]
950949

951-
@api.model
952950
def _xls_declaration_line_fields(self):
953951
"""
954952
Update list in custom module to add/drop columns or change order

0 commit comments

Comments
 (0)