← Back to team overview

openerp-india team mailing list archive

[Bug 1048671] Re: crm_partner_assign account dependencie

 

When I install this addons, others services like mediawiki doesn't work! the error is:
The path '/mediawiki/' was not found.

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.1.2-py2.7.egg/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.1.2-py2.7.egg/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/local/lib/python2.7/dist-packages/openerp_web-6.0.4-py2.7.egg/openobject/tools/_expose.py", line 182, in func_wrapper
    res = func(*args, **kw)
  File "/usr/local/lib/python2.7/dist-packages/openerp_web-6.0.4-py2.7.egg/openobject/controllers/_root.py", line 90, in default
    return request.handler()
  File "/usr/local/lib/python2.7/dist-packages/CherryPy-3.1.2-py2.7.egg/cherrypy/_cperror.py", line 227, in __call__
    raise self
NotFound: (404, "The path '/mediawiki/' was not found.")


Do you have a solution?

-- 
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/1048671

Title:
  crm_partner_assign account dependencie

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Hi!

  In 6.1 version ...

  crm_partner_assign addon generate an  error if it's installed without
  account addons because it have relation with account.invoice.report
  object.

  40c40
  <     'depends': ['crm'],
  ---
  >     'depends': ['account', 'crm'],

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


References