mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00

- add flag to not select repos for freezing - allow removing more repositories from the wizard - when performing the freeze, only create branches for the selected repos
20 lines
493 B
Python
20 lines
493 B
Python
{
|
|
'name': 'merge bot',
|
|
'version': '1.7',
|
|
'depends': ['contacts', 'website'],
|
|
'data': [
|
|
'security/security.xml',
|
|
'security/ir.model.access.csv',
|
|
|
|
'data/merge_cron.xml',
|
|
'views/res_partner.xml',
|
|
'views/runbot_merge_project.xml',
|
|
'views/mergebot.xml',
|
|
'views/templates.xml',
|
|
'models/project_freeze/views.xml',
|
|
],
|
|
'post_load': 'enable_sentry',
|
|
'pre_init_hook': '_check_citext',
|
|
'license': 'LGPL-3',
|
|
}
|