Browse Source

[FIX] fix missing underscore for _inherit

pull/161/head
Houssine BAKKALI 4 years ago
committed by GitHub
parent
commit
e85f9f199d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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