Kirti Savalia(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/7.0-opw-584482-ksa into lp:openobject-addons/7.0.
Requested reviews: Naresh(OpenERP) (nch-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-584482-ksa/+merge/144088 Hello, Fix the issue for when apply advance search confusing with the name field because one is name and another is name template so change in the string for the template because both the string name are same'. Thanks KSA -- https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-584482-ksa/+merge/144088 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/7.0-opw-584482-ksa.
=== modified file 'product/product.py' --- product/product.py 2012-12-18 22:06:17 +0000 +++ product/product.py 2013-01-21 11:34:25 +0000 @@ -554,7 +554,7 @@ 'price_extra': fields.float('Variant Price Extra', digits_compute=dp.get_precision('Product Price')), 'price_margin': fields.float('Variant Price Margin', digits_compute=dp.get_precision('Product Price')), 'pricelist_id': fields.dummy(string='Pricelist', relation='product.pricelist', type='many2one'), - 'name_template': fields.related('product_tmpl_id', 'name', string="Name", type='char', size=128, store=True, select=True), + 'name_template': fields.related('product_tmpl_id', 'name', string="Name Template", type='char', size=128, store=True, select=True), 'color': fields.integer('Color Index'), # image: all image fields are base64 encoded and PIL-supported 'image': fields.binary("Image",
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp