Odoo build template — repos.yml per version branch
Find a file
Ronald Portier 2d5282e17c
Add bin/ scripts for instance management
Scripts for build, update, install, test, start, stop, run, status.
Self-contained — each derives instance/paths from its own location.
No dependency on sat.

- bin/build: run gitaggregate + refresh addons symlinks
- bin/update [module]: stop, upgrade module(s), start (default: base)
- bin/install <module>: stop, install module(s), start
- bin/test <module>: run tests with --test-enable --log-level=test
- bin/stop: stop the systemd service
- bin/start: start the systemd service
- bin/run: run odoo in foreground for debugging
- bin/status: show service status
- bin/_link-addons: internal — refresh addons/ symlinks (with whitelist/blacklist)
2026-07-24 14:24:37 +02:00
bin Add bin/ scripts for instance management 2026-07-24 14:24:37 +02:00
.gitignore Use org-prefixed parts paths, add depth and addons/ to .gitignore 2026-06-12 20:05:55 +02:00
python-version Add python-version (3.10) 2026-06-22 13:35:16 +02:00
repos.yml Use org-prefixed parts paths, add depth and addons/ to .gitignore 2026-06-12 20:05:55 +02:00
requirements.txt Initial Odoo 17.0 build template 2026-06-10 10:55:20 +02:00