mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
intrastat_product: Add xml_attachment_id field
intrastat_product: add mail.activity.mixin and widget in form view product_harmonized_system: remove archive button (use Action menu) All modules: - use super() instead of super(class, self) - Update domain_force in multi-company ir.rule to v13 standard
This commit is contained in:
@@ -148,7 +148,7 @@ class IntrastatCommon(models.AbstractModel):
|
||||
_("Cannot delete the declaration %s " "because it is in Done state")
|
||||
% self.year_month
|
||||
)
|
||||
return super(IntrastatCommon, self).unlink()
|
||||
return super().unlink()
|
||||
|
||||
|
||||
class IntrastatResultView(models.TransientModel):
|
||||
|
||||
Reference in New Issue
Block a user