c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28760
[Bug 810746] Re: leads limit on web client before error msg on convert wizard ?
Claude,
Disregard to the no. of records, this seems getting generated due to a
little mismanagement of active_id.
Thanks.
--
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/810746
Title:
leads limit on web client before error msg on convert wizard ?
Status in OpenERP Web Client:
New
Bug description:
runnign 6.0.2 LTS on linux server with latest pull and updates
openerp 6.0.2 stable
server:3464
webclient:4668
addons:4715
ive been importing leads in a db, if i import 205, no problem, if i
import 200 more, then at last screen to convert to opportunities
wizard, i get this msg,
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 2944, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 3064, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/fields.py", line 800, in get
res = self._fnct(obj, cr, user, ids, name, self._arg, context)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/ir/ir_ui_menu.py", line 132, in _get_full_name
res[m.id] = self._get_one_full_name(m)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/ir/ir_ui_menu.py", line 138, in _get_one_full_name
if menu.parent_id:
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 294, in __getattr__
raise AttributeError(e)
AttributeError: 'Field parent_id not found in browse_record(ir.ui.menu, 4614)'
note that the error is visual, the lead do get converted, and in gtk, its fine, so, is there a limit on the data thos leads contains ? cause a limit at 205 leads is ridiculous, at 206 then the visual bug start...
and yes, there a lot of notes on those leads
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/810746/+subscriptions
References