← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 664988] [NEW] account_payment module installation error message

 

Public bug reported:

When i create new database and install account, account_payment ...
modules then appearing error log messages something like this :


[2010-10-22 15:56:32,877][test2] INFO:init:module account_payment: loading account_payment_view.xml
[2010-10-22 15:56:33,207][test2] DEBUG:init:Domain value ([('move_line_id.move_id.id', '=', move_id)]) for element with id "act_account_invoice_2_payment_line" does not parse at server-side, keeping original string, in case it's meant for client side only
Traceback (most recent call last):
  File "/home/jacara/Pydev-workspace/monoserp/tools/convert.py", line 454, in _tag_act_window
    domain = unsafe_eval(domain, eval_context)
  File "<string>", line 1, in <module>
NameError: name 'move_id' is not defined

But installation process does not aborted and complete done.

It's appears any error on runtime?

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
account_payment module installation error message
https://bugs.launchpad.net/bugs/664988
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.

Status in OpenObject Addons Modules: New

Bug description:
When i create new database and install account, account_payment ... modules then appearing error log messages something like this :


[2010-10-22 15:56:32,877][test2] INFO:init:module account_payment: loading account_payment_view.xml
[2010-10-22 15:56:33,207][test2] DEBUG:init:Domain value ([('move_line_id.move_id.id', '=', move_id)]) for element with id "act_account_invoice_2_payment_line" does not parse at server-side, keeping original string, in case it's meant for client side only
Traceback (most recent call last):
  File "/home/jacara/Pydev-workspace/monoserp/tools/convert.py", line 454, in _tag_act_window
    domain = unsafe_eval(domain, eval_context)
  File "<string>", line 1, in <module>
NameError: name 'move_id' is not defined

But installation process does not aborted and complete done.

It's appears any error on runtime?





Follow ups

References