Runbot Language

runbot_language
REPOSITORY
REPOSITORYOCA/runbot-addons
GIT
GIThttps://github.com/OCA/runbot-addons.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/runbot-addons/tree/8.0/runbot_language
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Vauxoo
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Vauxoo
COMMITTERS
COMMITTERSMoises Lopez, GitHub, Stéphane Bidoul (ACSONE), OCA-git-bot
WEBSITE
WEBSITEhttp://www.vauxoo.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_build_form_inh_lang_01 runbot.build Inherits runbot.view_build_form
view_build_search_inh_lang_01 runbot.build Inherits runbot.view_build_search
view_build_tree_inh_lang_01 runbot.build Inherits runbot.view_build_tree
view_repo_form_inh_lang_01 runbot.repo Inherits runbot.view_repo_form
view_repo_tree_inh_lang_01 runbot.repo Inherits runbot.view_repo_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • lang Selection
    copy=True help='Language to change instance after of run test.' args: tools.scan_languages(), 'Language'
Public methods (4)
  • cmd(self)
    @api.multi
    Return a list describing the command to start the build
  • create(self, values)
    @api.model
    This method set language from repo in the build.
  • job_30_run(self, cr, uid, build, lock_path, log_path)
  • update_lang(self)
    @api.one
    Set lang to all users into '-all' database

New fields (1)
  • lang Selection
    copy=True help='Language to change instance after of run test.' args: tools.scan_languages(), 'Language'
Public methods (0)

No public methods.