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:
Alexis de Lattre
2020-06-08 22:39:46 +02:00
parent 2d2d97595c
commit 4d529de3f7

View File

@@ -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):