openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #07835
[Bug 937826] [NEW] console error opening product form in GTK
Public bug reported:
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:
** Affects: openobject-addons
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References