Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static content not found with default addons path #50

Closed
DanHartman opened this issue Jan 24, 2017 · 2 comments
Closed

Static content not found with default addons path #50

DanHartman opened this issue Jan 24, 2017 · 2 comments

Comments

@DanHartman
Copy link

The default for odoo_config_addons_path creates two paths. Installation with odoo 10.0 does not seem to have the first path /home/*/odoo/server/openerp/addons. Something about a non-existent directory causes odoo to not properly serve the static content like css and js.

odoo_config_addons_path:
    - "/home/{{ odoo_user }}/odoo/server/openerp/addons"
    - "/home/{{ odoo_user }}/odoo/server/addons"
@sebalix
Copy link
Collaborator

sebalix commented Jan 24, 2017

In fact this is odoo/addons instead of openerp/addons as the package has been renamed, but the two addons paths are still there:
https://github.com/odoo/odoo/tree/10.0/odoo/addons + https://github.com/odoo/odoo/tree/10.0/addons
As a workaround you can set this option with the right values.

Strange that the CI does not complain about this bug... I will take a look later, thank you!

@sebalix
Copy link
Collaborator

sebalix commented Jan 30, 2018

Fixed in #64, closing.

@sebalix sebalix closed this as completed Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants