Skip to content

Commit

Permalink
Merge PR #410 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 Jun 9, 2024
2 parents c816411 + fd75214 commit 145da85
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
class ProductTemplate(models.Model):
_inherit = "product.template"

taxes_id = fields.Many2many(default=False)

supplier_taxes_id = fields.Many2many(default=False)

fiscal_classification_id = fields.Many2one(
comodel_name="account.product.fiscal.classification",
string="Fiscal Classification",
Expand Down

0 comments on commit 145da85

Please sign in to comment.