| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/runbot-addons |
| GIT | |
| GIT | https://github.com/OCA/runbot-addons.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/runbot-addons/tree/11.0/runbot_buildout |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Runbot |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Therp BV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Therp BV |
| COMMITTERS | |
| COMMITTERS | Ronald Portier, Holger Brunn, Moises Lopez - https://www.vauxoo.com/ |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
anybox.recipe.odoo zc.buildout |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits website.assets_frontend |
branch_form |
runbot.branch | field | Inherits runbot.branch_form | |
build_button |
build_button | ir.ui.view | qweb | Inherits runbot.build_button |
repo_form |
runbot.repo | field | Inherits runbot.repo_form |
buildout_branch_id
Many2one → runbot.branch
domain="[('repo_id', '=', repo_id), ('buildout_version', '!=', False)]"
help='Default buildout branch'
args: 'runbot.branch'
buildout_section
Char
help='If this branch uses another section then the repo, fill it in here'
args: 'Alternative buildout section'
buildout_version
Char
compute='_compute_buildout_version'
store=True
get_interpreter(self)
buildout_section
Char
compute=<expr>
No public methods.
buildout_branch_id
Many2one → runbot.branch
domain="[('repo_id', '=', id), ('buildout_version', '!=', False)]"
help='Set this to use the latest green build of this branch for buildouts. Note you can set a specific buildout branch on branch level too, so you should configure your testing buildout branch here, and configure the production buildout for your production branch.'
args: 'runbot.branch', 'Default buildout branch'
buildout_branch_pattern
Char
default='buildout-(?P<version>\\d+\\.\\d+)'
help='A regex to recognize buildout branches within this repository. This must contain exactly one named group to parse the version this buildout is meant for. This is used to pick the correct buildout for building other branches'
required=True
args: 'Pattern for buildout branches'
buildout_section
Char
default='odoo'
help='The buildout section you use to create your odoo instance'
required=True
args: 'Buildout section'
uses_buildout
Boolean
No public methods.