Repository
OCA/runbot-addons · module folder · Try on Runboat
Module version
1.3.0
Category
Website
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 07:17:52
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA)
Committers
Pedro M. Baeza
Odoo dependencies
None
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
build_button build_button ir.ui.view qweb Inherits runbot.build_button
view_repo_form runbot.repo form Inherits runbot.view_repo_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (7)
  • checkout(self, cr, uid, ids, context=None)
    @custom_build
    Checkout in custom build directories if they are specified Do same as superclass except for git_export path.
  • cmd(self, cr, uid, ids, context=None)
    @custom_build
    Get server start script from build config Overwrite superclass completely Specify database user in the case of custom config, to allow viewing after db has been created by Odoo (using current user). Disable multiworker
  • job_00_init(self, cr, uid, build, lock_path, log_path)
  • job_10_test_base(self, cr, uid, build, lock_path, log_path)
  • job_20_test_all(self, cr, uid, build, lock_path, log_path)
  • pre_build(self, cr, uid, ids, lock_path, log_path, context=None)
    Run pre-build command if there is one Substitute path variables after splitting command to avoid problems with spaces in internal variables. Run command in build path to avoid relative path issues.
  • sub_cmd(self, build, cmd)

New fields (7)
  • custom_build_dir Char
    help='Relative directory where repo will be checked out' args: 'Custom Build Directory'
  • custom_pre_build_cmd Char
    help=ARGUMENTS_HELP args: 'Custom Pre-build Command'
  • custom_server_params Char
    help=ARGUMENTS_HELP args: 'Custom Server Flags'
  • custom_server_path Char
    help='Relative path of starter script' args: 'Custom Server Path'
  • is_custom_build Boolean
    args: 'Custom Build'
  • other_repo_id Many2one → runbot.repo
    help='Specify a secondary repository whose path can be passed to the build commands.' args: 'runbot.repo', 'Other repository'
  • skip_test_jobs Boolean
    args: 'Skip standard test jobs'
Public methods (0)

No public methods.

Loading…

Loading…