← Back to team overview

openerp-india team mailing list archive

[Bug 1231885] [NEW] [Trunk]project issue : no attribute onchange_partner_id

 

Public bug reported:

Steps to reproduce:

Go to  Project > Projects >  Create project & assign 1 customer. Now save it & click on Issue button.
On project issue : create new issue.

Following error will appear:

OpenERP Server Error

Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-trunk-21307/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-21307/server/openerp/addons/web/http.py", line 174, in _call_function
    return self.func(*args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-21307/server/openerp/addons/web/http.py", line 1053, in nfunc
    return func(*args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-21307/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-21307/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-21307/server/openerp/osv/orm.py", line 5409, in __getattr__
    "'%s' object has no attribute '%s'" % (type(self).__name__, name))
AttributeError: 'project.issue' object has no attribute 'onchange_partner_id'

Regards,

** Affects: openobject-addons
     Importance: Medium
     Assignee: OpenERP R&D Addons Team 1 (openerp-dev-addons1)
         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/1231885

Title:
  [Trunk]project issue : no attribute onchange_partner_id

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Steps to reproduce:

  Go to  Project > Projects >  Create project & assign 1 customer. Now save it & click on Issue button.
  On project issue : create new issue.

  Following error will appear:

  OpenERP Server Error

  Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-21307/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-21307/server/openerp/addons/web/http.py", line 174, in _call_function
      return self.func(*args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-21307/server/openerp/addons/web/http.py", line 1053, in nfunc
      return func(*args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-21307/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-21307/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-21307/server/openerp/osv/orm.py", line 5409, in __getattr__
      "'%s' object has no attribute '%s'" % (type(self).__name__, name))
  AttributeError: 'project.issue' object has no attribute 'onchange_partner_id'

  Regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1231885/+subscriptions


Follow ups

References