runbot/runbot_merge/models/__init__.py
Xavier Morel c7523c0429 [MERGE] runbot_merge, forwardport: latest updates
Got a bunch of updates since the initial attempt to migrate the
mergebot before the odoo days.
2024-11-19 12:18:59 +01:00

15 lines
354 B
Python

from . import mail_thread
from . import ir_actions
from . import ir_ui_view
from . import res_partner
from . import project
from . import pull_requests
from . import batch
from . import patcher
from . import project_freeze
from . import stagings_create
from . import staging_cancel
from . import backport
from . import events_sources
from . import crons