Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions intrastat_product/models/intrastat_product_declaration.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,6 @@ def delete_xml(self):
self.ensure_one()
self.xml_attachment_id and self.xml_attachment_id.unlink()

@api.model
def _xls_computation_line_fields(self):
"""
Update list in custom module to add/drop columns or change order
Expand All @@ -971,7 +970,6 @@ def _xls_computation_line_fields(self):
"invoice",
]

@api.model
def _xls_declaration_line_fields(self):
"""
Update list in custom module to add/drop columns or change order
Expand Down