crm_partner_assign account dependencie
Bug #1048671 reported by
LudoRA
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.
40c40
< 'depends': ['crm'],
---
> 'depends': ['account', 'crm'],
Changed in openobject-addons: | |
assignee: | nobody → OpenERP Publisher's Warranty Team (openerp-opw) |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
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): lib/python2. 7/dist- packages/ CherryPy- 3.1.2-py2. 7.egg/cherrypy/ _cprequest. py", line 606, in respond response. body = self.handler() lib/python2. 7/dist- packages/ CherryPy- 3.1.2-py2. 7.egg/cherrypy/ _cpdispatch. py", line 25, in __call__ *self.args, **self.kwargs) lib/python2. 7/dist- packages/ openerp_ web-6.0. 4-py2.7. egg/openobject/ tools/_ expose. py", line 182, in func_wrapper lib/python2. 7/dist- packages/ openerp_ web-6.0. 4-py2.7. egg/openobject/ controllers/ _root.py" , line 90, in default lib/python2. 7/dist- packages/ CherryPy- 3.1.2-py2. 7.egg/cherrypy/ _cperror. py", line 227, in __call__
File "/usr/local/
cherrypy.
File "/usr/local/
return self.callable(
File "/usr/local/
res = func(*args, **kw)
File "/usr/local/
return request.handler()
File "/usr/local/
raise self
NotFound: (404, "The path '/mediawiki/' was not found.")
Do you have a solution?