← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 697711] Re: Traceback on 'Chart of taxes'

 

Hello Jay,

Yes you are right the error is exists on Account Tax charts. Here wizard (account.tax.chart) has domain [('parent_id','=',False)] but field parent_id does not exists on wizard. So there is no meaning of the domain here.
Changes should be done in Account module so, i moved it to respected team.

Thanks.

** Changed in: openobject-client-web
       Status: Confirmed => In Progress

** Changed in: openobject-client-web
       Status: In Progress => Confirmed

** Changed in: openobject-client-web
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

** Project changed: openobject-client-web => openobject-addons

-- 
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/697711

Title:
  Traceback on 'Chart of taxes'

Status in OpenObject Addons Modules:
  In Progress

Bug description:
  Clicking on Accounting/Charts/Chart of Taxes leads to this traceback:

    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/jvo/workspace/trunk/server/bin/service/web_services.py", line 598, in dispatch
    res = fn(db, uid, *params)
  File "/home/jvo/workspace/trunk/server/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/jvo/workspace/trunk/server/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/jvo/workspace/trunk/server/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/jvo/workspace/trunk/server/bin/osv/orm.py", line 1733, in search
    return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
  File "/home/jvo/workspace/trunk/server/bin/osv/orm.py", line 2050, in _search
    val = eval('data[arg[0]]'+'==' +' arg[2]', locals())
  File "/home/jvo/workspace/trunk/server/bin/tools/safe_eval.py", line 281, in safe_eval
    return eval(test_expr(expr,_SAFE_OPCODES, mode=mode), globals_dict, locals_dict)
  File "", line 1, in <module>
KeyError: 'parent_id'





References