mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[14.0][IMP] intrastat_product: Add description for fake model
This commit is contained in:
committed by
Alexis de Lattre
parent
3ff1bca7e0
commit
0a1acf1b79
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user