product.py 287 B

123456789
  1. # -*- coding: utf-8 -*-
  2. from openerp import fields
  3. from openerp import models
  4. # class ProductTemplate(models.Model):
  5. # _inherit = 'product.template'
  6. #
  7. # sale_on_website = fields.Boolean('Show Add To Cart button', help='Switch off to disable sales via eCommerce', default=True)