crm_partner_assign account dependencie

Bug #1048671 reported by LudoRA
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
Low
OpenERP Publisher's Warranty Team

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'],

Revision history for this message
LudoRA (tenshi20) wrote :
Changed in openobject-addons:
assignee: nobody → OpenERP Publisher's Warranty Team (openerp-opw)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
RAKOTOARISOA Hasina Patrick (h-rakotoarisoa) wrote :

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?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.