[6.0] Opening of new window causes call to model with wrong IDs !
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Web Client |
Fix Released
|
Medium
|
OpenERP Publisher's Warranty Team |
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/
return f(self, dbname, *args, **kwargs)
File "/usr/local/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/
result = self._read_flat(cr, user, select, fields, context, load)
File "/usr/local/
res2 = self._columns[
File "/usr/local/
res = self._fnct(obj, cr, user, ids, name, self._arg, context)
File "/usr/local/
res[m.id] = self._get_
File "/usr/local/
if menu.parent_id:
File "/usr/local/
raise AttributeError(e)
AttributeError: 'Field parent_id not found in browse_
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
Related branches
- Anup(SerpentCS) (community): Disapprove
-
Diff: 38 lines (+10/-4)1 file modifiedaddons/openerp/controllers/actions.py (+10/-4)
description: | updated |
description: | updated |
tags: | added: maintenance |
Changed in openobject-client-web: | |
assignee: | nobody → OpenERP Publisher's Warranty Team (openerp-opw) |
Changed in openobject-client-web: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Ok, Just did latest pull, created new db (french), no demo stuff, all certified modules of crm, L10N_CA chart of account and L10n_toponyms for Canadian provinces, created my users (some are in english language), specially sales team that is on the lead import list, imported and same thing, same error, got my list down to 512, does work fine in gtk, but a salesman away from office will use web client
This is a bug that can be reproduce if you have a large lead list, (over 300)