Browse Source

[FIX] fix missing underscore for _inherit

pull/134/head
Houssine BAKKALI 4 years ago
committed by Rémy Taymans
parent
commit
d5bfdc76b6
  1. 2
      beesdoo_easy_my_coop/models/product.py

2
beesdoo_easy_my_coop/models/product.py

@ -3,6 +3,6 @@ from odoo import models, fields
class ProductTemplate(models.Model):
inherit = 'product.template'
_inherit = 'product.template'
can_shop = fields.Boolean(string="Is share?")
Loading…
Cancel
Save