[14.0][IMP] intrastat_product: Add description for fake model

This commit is contained in:
Denis Roussel
2021-10-24 13:58:47 +02:00
committed by Alexis de Lattre
parent 3ff1bca7e0
commit 0a1acf1b79

View File

@@ -7,3 +7,4 @@ from odoo import models
class IntrastatDeclarationTest(models.Model): class IntrastatDeclarationTest(models.Model):
_inherit = ["mail.thread", "mail.activity.mixin", "intrastat.common"] _inherit = ["mail.thread", "mail.activity.mixin", "intrastat.common"]
_name = "intrastat.declaration.test" _name = "intrastat.declaration.test"
_description = "Intrastat Declaration Test"