← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 689498] Re: "NameError: name 'move_id' is not defined" when configuring Accounting Application

 

** Changed in: openobject-server
       Status: New => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/689498

Title:
  "NameError: name 'move_id' is not defined" when configuring Accounting Application

Status in OpenObject Server:
  Invalid

Bug description:
  Was doing a fresh install of latest version of OpenERP6 from trunk on Centos 5.5 with Python 2.6 and Postgres 8.4 (see bug 689484 for full details of the setup, as this bug follows on from then).

At the window, "Configure Your Accounting Application", ticked all the boxes (Voucher Management, Supplies Payment Management, Anglo-Saxon Accounting, Followups Management, Multiple Analytic Plans); clicked the "Configure" button; got the following error in the log file:

[2010-12-13 15:37:20,061][openerp6trunk1] INFO:init:module wiki_quality_manual: no quality certificate
[2010-12-13 15:37:20,071][openerp6trunk1] INFO:init:module crm_claim: no quality certificate
[2010-12-13 15:37:20,074][openerp6trunk1] INFO:init:module account_accountant: no quality certificate
[2010-12-13 15:37:20,077][openerp6trunk1] INFO:init:module account_followup: loading security/ir.model.access.csv
[2010-12-13 15:37:20,118][openerp6trunk1] INFO:init:module account_followup: loading wizard/account_followup_print_view.xml
[2010-12-13 15:37:20,192][openerp6trunk1] INFO:init:module account_followup: loading report/account_followup_report.xml
[2010-12-13 15:37:20,249][openerp6trunk1] INFO:init:module account_followup: loading account_followup_view.xml
[2010-12-13 15:37:20,387][openerp6trunk1] INFO:init:module account_followup: loading account_followup_data.xml
[2010-12-13 15:37:20,443][openerp6trunk1] INFO:init:module crm_helpdesk: no quality certificate
[2010-12-13 15:37:20,444][openerp6trunk1] INFO:init:module wiki_sale_faq: no quality certificate
[2010-12-13 15:37:20,446][openerp6trunk1] INFO:init:module account_payment: loading security/account_payment_security.xml
[2010-12-13 15:37:20,483][openerp6trunk1] INFO:init:module account_payment: loading security/ir.model.access.csv
[2010-12-13 15:37:20,541][openerp6trunk1] INFO:init:module account_payment: loading wizard/account_payment_pay_view.xml
[2010-12-13 15:37:20,559][openerp6trunk1] INFO:init:module account_payment: loading wizard/account_payment_populate_statement_view.xml
[2010-12-13 15:37:20,583][openerp6trunk1] INFO:init:module account_payment: loading wizard/account_payment_create_order_view.xml
[2010-12-13 15:37:20,611][openerp6trunk1] INFO:init:module account_payment: loading account_payment_view.xml
[2010-12-13 15:37:20,779][openerp6trunk1] 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/philu/work/openerp6/trunk/bin/tools/convert.py", line 464, in _tag_act_window
    domain = unsafe_eval(domain, eval_context)
  File "<string>", line 1, in <module>
NameError: name 'move_id' is not defined
[2010-12-13 15:37:20,789][openerp6trunk1] INFO:init:module account_payment: loading account_payment_workflow.xml
[2010-12-13 15:37:20,825][openerp6trunk1] INFO:init:module account_payment: loading account_payment_sequence.xml
[2010-12-13 15:37:20,848][openerp6trunk1] INFO:init:module account_payment: loading account_invoice_view.xml
[2010-12-13 15:37:20,861][openerp6trunk1] INFO:init:module account_payment: loading account_payment_report.xml
[2010-12-13 15:37:20,923][openerp6trunk1] INFO:init:module procurement: no quality certificate
[2010-12-13 15:37:20,931][openerp6trunk1] INFO:init:module sale_margin: no quality certificate
[2010-12-13 15:37:20,933][openerp6trunk1] INFO:init:module sale_order_dates: no quality certificate





References