mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00

- allows providing a canceling reason - allows nuking the splits at the same time (hopefully) Fixes #661
6 lines
134 B
Python
6 lines
134 B
Python
from . import res_partner
|
|
from . import project
|
|
from . import pull_requests
|
|
from . import project_freeze
|
|
from . import staging_cancel
|