846
860
'tier_price':fields.one2many('product.tierprice', 'product', 'Tier Price'),
847
861
'product_type': fields.selection(_product_type_get, 'Product Type'),
848
862
'websites_ids': fields.many2many('external.shop.group', 'magerp_product_shop_group_rel', 'product_id', 'shop_group_id', 'Websites', help='By defaut product will be exported on every website, if you want to exporte it only on some website select them here'),
863
'magento_exported': fields.function(_is_magento_exported, type="boolean", method=True, string="Exists on Magento"), # used to set the sku readonly when already exported