Deploy
Git Pull → Module Update → Service Restart
Run Deployment
Workflow
1
Git Pull
Pulls the latest changes from the custom-addons repository
2
Service Restart
Restarts the Odoo instance so new modules are loaded
3
Module Update
Odoo automatically detects new or changed modules on startup
Git Branch Conventions
| Pattern | Example | Description |
|---|---|---|
{env}/{client}/{feature} | staging/kaminfeger/feuko-reports | Feature branch for staging |
dev/{client}/{feature} | dev/kaminfeger/new-wizard | Development branch |
main | main | Production branch |