c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #30502
[Bug 723738] Re: can not schedule/log a call from an opportunity
This bug is being closed as Won't Fix in the OpenERP Web Client project, as it is not going to be developed further after the 6.0 series. It will be replaced in 6.1 by a newer and better web frontend known as the OpenERP Web project[1], so further R&D efforts on the 6.0 project would be wasted.
Bugs affecting customers in production of course continue to be handled via the OpenERP Enterprise (OPW) maintenance service.
You can find more details about this in the Bug Management FAQ[2].
** Changed in: openobject-client-web
Importance: Medium => Undecided
** Changed in: openobject-client-web
Status: Confirmed => Won't Fix
** Changed in: openobject-client-web
Assignee: OpenERP R&D Web Team (openerp-dev-web) => (unassigned)
--
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/723738
Title:
can not schedule/log a call from an opportunity
Status in OpenERP Web Client:
Won't Fix
Bug description:
not able to schedule /log a call from an opportunity form view
to test : go to opportunity (sales / sales management / opportunity)
-> schdules /log a call -> click "Schedule a call" after have filled
in the mandatory fields
Traceback (most recent call last):
File "/home/aline/openerp/trunk/server/openerp/netsvc.py", line 410, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/aline/openerp/trunk/server/openerp/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/trunk/server/openerp/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/trunk/server/openerp/osv/orm.py", line 2937, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/aline/openerp/trunk/server/openerp/osv/orm.py", line 3057, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/home/aline/openerp/trunk/server/openerp/osv/fields.py", line 795, in get
res = self._fnct(obj, cr, user, ids, name, self._arg, context)
File "/home/aline/openerp/trunk/server/openerp/addons/base/ir/ir_ui_menu.py", line 132, in _get_full_name
res[m.id] = self._get_one_full_name(m)
File "/home/aline/openerp/trunk/server/openerp/addons/base/ir/ir_ui_menu.py", line 138, in _get_one_full_name
if menu.parent_id:
File "/home/aline/openerp/trunk/server/openerp/osv/orm.py", line 294, in __getattr__
raise AttributeError(e)
AttributeError: 'Field parent_id not found in browse_record(ir.ui.menu, 2)'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/723738/+subscriptions
References