[MERGE] forward port of branch saas-5 up to b1c0bc0
authorChristophe Simonis <chs@odoo.com>
Tue, 3 Jun 2014 18:02:00 +0000 (20:02 +0200)
committerChristophe Simonis <chs@odoo.com>
Tue, 3 Jun 2014 18:02:00 +0000 (20:02 +0200)
1  2 
addons/product/product.py
addons/product/product_view.xml
addons/website_sale/views/templates.xml

@@@ -532,8 -538,7 +538,7 @@@ class product_template(osv.osv)
              help="Small-sized image of the product. It is automatically "\
                   "resized as a 64x64px image, with aspect ratio preserved. "\
                   "Use this field anywhere a small image is required."),
 -
 +        'packaging_ids' : fields.one2many('product.packaging', 'product_tmpl_id', 'Logistical Units',
-             help="Gives the different ways to package the same product. This has no impact on the picking order and is mainly used if you use the EDI module."),
          'seller_ids': fields.one2many('product.supplierinfo', 'product_tmpl_id', 'Supplier'),
          'seller_delay': fields.related('seller_ids','delay', type='integer', string='Supplier Lead Time',
              help="This is the average delay in days between the purchase order confirmation and the reception of goods for this product and for the default supplier. It is used by the scheduler to order requests based on reordering delays."),
Simple merge