Hi Guys,
when starting openerp with an init script I have this error
Failed to load server-wi$
The web
module is provided by the addons found in the openerp-web
project.
Maybe you forgot to add those addons in your addons_path configuration."
I do believe the web addons modules are not loaded.
Thanks for response
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
Hi,
the reason is web addons are not loaded.
If you download openerp branch launchpad with bazzar,you should have 3 directories :
server, addons and web.
To be loaded addons and web addons should be add to the openerp server config file with option line :
addons_path = absolute_path/addons,absolute_path/web/addons.
Or you can copy from directories addons and web, addons/* and web/addons/* in server/openerp/addons.
Restart your openerp server and it should be ok.
Bye
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire