diff --git a/beesdoo_easy_my_coop/models/product.py b/beesdoo_easy_my_coop/models/product.py index 2bdeca0..35fc68f 100644 --- a/beesdoo_easy_my_coop/models/product.py +++ b/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?")