openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #25571
[Bug 1229557] Re: [Trunk] CRM Phonecall : no attribute onchange_partner_id
Hello,
It has been fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1229557-dka branch.
Revision number : 8924
Revision ID: dka@xxxxxxxxxxx-20130924071108-p6t2ihgg69h73elr
It will be available in trunk soon.
Thanks,
Darshan.
** Changed in: openobject-addons
Status: Confirmed => Fix Committed
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1229557
Title:
[Trunk] CRM Phonecall : no attribute onchange_partner_id
Status in OpenERP Addons (modules):
Fix Committed
Bug description:
Steps to reproduce:
1. Sales > sales > customers : open partner form
2. click on "calls" button
3. On Logged Calls: create new record
Traceback will appear :
Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/addons/web/http.py", line 314, in dispatch
response["result"] = self._call_function(**self.params)
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/addons/web/http.py", line 174, in _call_function
return self.func(*args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/addons/web/http.py", line 1053, in nfunc
return func(*args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/addons/web/controllers/main.py", line 1099, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/addons/web/controllers/main.py", line 1091, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-20865/server/openerp/osv/orm.py", line 5409, in __getattr__
"'%s' object has no attribute '%s'" % (type(self).__name__, name))
AttributeError: 'crm.phonecall' object has no attribute 'onchange_partner_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1229557/+subscriptions
References