← Back to team overview

openerp-india team mailing list archive

[Bug 1229557] [NEW] [Trunk] CRM Phonecall : no attribute onchange_partner_id

 

Public bug reported:

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'

** Affects: openobject-addons
     Importance: Undecided
         Status: Confirmed

-- 
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):
  Confirmed

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


Follow ups

References