0
2 Answers
0
Best Answer
Hi,
1- class ProductTemplate(models.Model):
_inherit = 'product.template'
2- make sure you add the module 'product' in depends in __manifest__.py
P.S : you don't need to create a Module just to inherit a form...
Inheritance in model and views: https://goo.gl/fGNfBY