mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 16:05:42 +07:00

odoo/odoo@1341d52 added native support for tracking / overriding tracking message so we don't need `change-message `anymore. The calls had to be modified a bit as `_track_set_log_message` has to be invoked on the records for which the tracking message is being set / updated. Sadly the same for authors was only added in 16.3 *and* it's unsuitable for our needs as we want to set the author without knowing the scope of affected records (at least in the controller). That way hopefully in 17.0 we can remove the `_message_compute_author` override and things should work out. And maybe for 19.0 we can get the ability to set a per-model (or even global) fallback author into standard.
12 lines
284 B
Python
12 lines
284 B
Python
from . import mail_thread
|
|
from . import ir_actions
|
|
from . import res_partner
|
|
from . import project
|
|
from . import pull_requests
|
|
from . import batch
|
|
from . import project_freeze
|
|
from . import stagings_create
|
|
from . import staging_cancel
|
|
from . import events_sources
|
|
from . import crons
|