c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #02761
[Bug 670915] Re: Warehouse Dashboard : error in client side while opening
This is a warning coming due to fields missing in context.
There should be some way to get rid of them.
Thanks Vir.
** Changed in: openobject-addons
Status: New => Invalid
** Project changed: openobject-addons => openobject-client
** Changed in: openobject-client
Importance: Undecided => Low
** Changed in: openobject-client
Status: Invalid => New
** Changed in: openobject-client
Status: New => Confirmed
** Changed in: openobject-client
Assignee: (unassigned) => OpenERP sa GTK client R&D (openerp-dev-gtk)
--
Warehouse Dashboard : error in client side while opening
https://bugs.launchpad.net/bugs/670915
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject GTK Client: Confirmed
Bug description:
When I click on Warehouse/Reporting/Dashboard/Warehouse Dashboard
I found the following error in client side :
NameError: name 'state' is not defined
ERROR:tools.expr_eval:state in ('ready')
Traceback (most recent call last):
File "/home/vir/erog/openobject-client/bin/tools/__init__.py", line 51, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'state' is not defined
ERROR:tools.expr_eval:state=='confirmed'
Traceback (most recent call last):
File "/home/vir/erog/openobject-client/bin/tools/__init__.py", line 51, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'state' is not defined
ERROR:tools.expr_eval:state=='running'
Traceback (most recent call last):
File "/home/vir/erog/openobject-client/bin/tools/__init__.py", line 51, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'state' is not defined
ERROR:tools.expr_eval:date_planned<current_date and state in ('exception')
Traceback (most recent call last):
File "/home/vir/erog/openobject-client/bin/tools/__init__.py", line 51, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'state' is not defined
ERROR:tools.expr_eval:state in ['done','cancel']
Traceback (most recent call last):
File "/home/vir/erog/openobject-client/bin/tools/__init__.py", line 51, in expr_eval
temp = eval(string, context)
File "<string>", line 1, in <module>
NameError: name 'state' is not defined
References