Skip to content

Commit

Permalink
Merge PR OCA#388 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Nov 28, 2023
2 parents c745a2a + 73af77d commit 234f69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
class AccountProductFiscalClassification(models.Model):
_name = "account.product.fiscal.classification"
_description = "Fiscal Classification"
_order = "name"

name = fields.Char(required=True)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class AccountProductFiscalClassificationTemplate(models.Model):
_name = "account.product.fiscal.classification.template"
_description = "Fiscal Classification Template"
_order = "name"

name = fields.Char(required=True, translate=True)

Expand Down

0 comments on commit 234f69a

Please sign in to comment.