Tecnativa / doodba

Base image for making the creation of customized Odoo environments a piece of cake
Apache License 2.0
436 stars 305 forks source link

[QUESTION] Include private repository #207

Closed HaGuesto closed 5 years ago

HaGuesto commented 5 years ago

We include a private repository consisting of different submodules in our doodba, e.g. the general structure of all OCA modules like web repository and web_responsive module.

What is the best solution to include it in the doodba? In the private folder? It does recognize in the private folder if subdirectories are modules. So, whats the best approach here?

livingmine commented 5 years ago

@HaGuesto addons.yaml and repos.yaml might be the best approach for you.

HaGuesto commented 5 years ago

I works fine now. Thanks @livingmine !