← Back to team overview

openerp-community team mailing list archive

[Merge] lp:~akretion-team/openerp-product-attributes/fix-1230290 into lp:openerp-product-attributes

 

arthru has proposed merging lp:~akretion-team/openerp-product-attributes/fix-1230290 into lp:openerp-product-attributes.

Requested reviews:
  Product Core Editors (product-core-editors)

For more details, see:
https://code.launchpad.net/~akretion-team/openerp-product-attributes/fix-1230290/+merge/187520

This fixes https://bugs.launchpad.net/openerp-product-attributes/+bug/1230290
-- 
https://code.launchpad.net/~akretion-team/openerp-product-attributes/fix-1230290/+merge/187520
Your team OpenERP Community is subscribed to branch lp:openerp-product-attributes.
=== modified file 'product_images/product.py'
--- product_images/product.py	2013-02-11 22:52:23 +0000
+++ product_images/product.py	2013-09-25 13:59:30 +0000
@@ -33,7 +33,7 @@
             default = {}
         original = self.read(cr, uid, id, fields=['default_code', 'image_ids'], context=context)
         default.update({
-            'images_ids': False,
+            'image_ids': False,
         })
         local_media_repository = self.pool.get('res.company').get_local_media_repository(cr, uid, context=context)
         if local_media_repository:


Follow ups