Closed susu105 closed 2 months ago
This feature expects a .devenv file with the following config:
.devenv
PROJECT_NAME="main_project" PROJECT_PATH="${PWD%/*}/$NAME/$PROJECT_NAME" #New OTHER_PROJECTS_PATHS variable declare -a OTHER_PROJECTS_PATHS=( "/home/username/Documents/odoo/server-auth/auth_keycloak" "/home/username/Documents/odoo/odoo-addons/hr_holidays_notify_extra/" ) BASE_PATH="/opt/odoo_modules"
This feature was added with #48. Please, @susu105 @enricostano review the changes and update the package with the news added. Thanks for the work!
This feature expects a
.devenv
file with the following config: