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

[10.0] can't install new module from custom addon folder without recreating the database #16043

Closed
clavelm opened this issue Mar 24, 2017 · 2 comments
Labels

Comments

@clavelm
Copy link

clavelm commented Mar 24, 2017

Impacted versions:

10.0

Steps to reproduce:

File "/home/odoo/.odoorc":

[options]
addons_path = /home/odoo/odoo-dev/custom-addons,/home/odoo/odoo-dev/odoo/addons
...

In "/home/odoo/odoo-dev/custom-addons":

dropdb oa
odoo-bin -d oa --db-filter ^oa$
Ctrl+C
odoo-bin scaffold oa
odoo-bin -d oa --db-filter ^oa$ -i oa

Current behavior:

WARNING oa odoo.modules.loading: invalid module names, ignored: oa

Also, oa module can't be found in app.

Expected behavior:

oa module is installed.

If I drop the db after having created the new module folder (or renaming an existing folder), the module is found.

odoo-bin scaffold oa
dropdb oa
odoo-bin -d oa --db-filter ^oa$ -i oa
@Ahmad-Hawwash
Copy link

Hi, Any updates?

@Yenthe666 Yenthe666 added the 10.0 label Jan 10, 2018
@pedrobaeza
Copy link
Collaborator

Hi, this seems something related to your deployment, so please be sure you are following the proper installation instructions. Check them on https://www.odoo.com/documentation/10.0/setup/install.html.

I'm closing this issue now, but if you feel this can be something reproducible with other steps, please reply adding all the additional information for reproducing the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants