True. This is not necessarily an error. However it does take slow the loading of the product form dramatically. I am sure it is a quick fix. Have you or anybody had any luck with this?
-- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/937826 Title: console error opening product form in GTK Status in OpenERP Addons (modules): Invalid Bug description: ERROR:tools.expr_eval:{'default_product_uom': uom_id} Traceback (most recent call last): File "/home/gass/OpenERP/gtk/6.1/bin/tools/__init__.py", line 52, in expr_eval temp = eval(string, context) File "<string>", line 1, in <module> NameError: name 'uom_id' is not defined ERROR:tools.expr_eval:{'uom_id': uom_id} Traceback (most recent call last): File "/home/gass/OpenERP/gtk/6.1/bin/tools/__init__.py", line 52, in expr_eval temp = eval(string, context) File "<string>", line 1, in <module> NameError: name 'uom_id' is not defined ERROR:tools.expr_eval:{'default_product_uom': uom_id} the code is in these 2 files ./product/product_view.xml:162: ./procurement/procurement_view.xml:288: To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/937826/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

