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

Allow loading and provisioning several folders #36

Closed
numeropi opened this issue Feb 16, 2021 · 6 comments
Closed

Allow loading and provisioning several folders #36

numeropi opened this issue Feb 16, 2021 · 6 comments
Assignees

Comments

@numeropi
Copy link

When trying to do the task of separating some view from a custom module from https://gitlab.com/coopdevs/odoo-lafeixa/ into its own module, @enricostano and I started to talking about the possibility of improve devenv to allow support more than just 1 module folder to process, maybe through parameters, generic conf file or maybe trough looping all folders with .devenv file in it.

@enricostano
Copy link
Contributor

cc/ @danypr92 @cesarlr

@danypr92
Copy link
Member

danypr92 commented Apr 8, 2021

I think that is a nice idea!

Maybe we can work in a POC to manage the multiple mounted folders.

@numeropi, have you any code or config suggestion about how to manage it?

@enricostano
Copy link
Contributor

MOUNT_POINTS = [
    {
    PROJECT_NAME="<project name>"
    PROJECT_PATH="${PWD%/*}/$PROJECT_NAME"
    BASE_PATH="<base project path>"
    },
    {
    PROJECT_NAME="<project name>"
    PROJECT_PATH="${PWD%/*}/$PROJECT_NAME"
    BASE_PATH="<base project path>"
    }
]

This.. but in Bash... with a for.
we could start adding ADDITIONAL_MOUNT_POINTS to be backward compatible.

@Morantron @fcsonline WELP

@cesarlr
Copy link
Contributor

cesarlr commented Jun 17, 2021

@cesarlr cesarlr self-assigned this Jun 17, 2021
@cesarlr
Copy link
Contributor

cesarlr commented Jul 8, 2021

@danypr92
Copy link
Member

Closed by #48

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

4 participants