mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: add tracking on config steps modules
This commit is contained in:
parent
ab0c95dac2
commit
b8d39471cc
@ -146,7 +146,7 @@ class ConfigStep(models.Model):
|
||||
# install_odoo
|
||||
create_db = fields.Boolean('Create Db', default=True, tracking=True) # future
|
||||
custom_db_name = fields.Char('Custom Db Name', tracking=True) # future
|
||||
install_modules = fields.Char('Modules to install', help="List of module patterns to install, use * to install all available modules, prefix the pattern with dash to remove the module.", default='')
|
||||
install_modules = fields.Char('Modules to install', help="List of module patterns to install, use * to install all available modules, prefix the pattern with dash to remove the module.", default='', tracking=True)
|
||||
db_name = fields.Char('Db Name', compute='_compute_db_name', inverse='_inverse_db_name', tracking=True)
|
||||
cpu_limit = fields.Integer('Cpu limit', default=3600, tracking=True)
|
||||
container_cpus = fields.Integer('Allowed CPUs', help='Allowed container CPUs. Fallback on config parameter if 0.', default=0, tracking=True)
|
||||
|
Loading…
Reference in New Issue
Block a user