Skip to content

Commit

Permalink
[FIX] remove required on attribute_set_id field on product.template o…
Browse files Browse the repository at this point in the history
…bject
  • Loading branch information
damdam-s committed Sep 17, 2015
1 parent 6b4b0d3 commit f4d7f56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions magentoerpconnect/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ class ProductTemplate(models.Model):
_inherit = 'product.template'

attribute_set_id = fields.Many2one('magento.attribute.set',
string='Attribute Set',
required=True)
string='Attribute Set')


@magento
Expand Down

0 comments on commit f4d7f56

Please sign in to comment.