← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 810746] Re: leads limit on web client before error msg on convert wizard ?

 

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)

-- 
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 on linux server with latest pull and updates

  ive bee 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