[19.0][MIG] event#5748
Conversation
|
/ocabot migration event Depends on :
|
This comment was marked as outdated.
This comment was marked as outdated.
| ---Fields in module 'event'--- | ||
| event / event.event / badge_format (selection) : selection_keys removed: [96x134, 96x82] | ||
|
|
||
| # DONE: mapped keys to four_per_sheet |
There was a problem hiding this comment.
Apart from the same comment of the other PR about letting an empty line in between, this comment misses if it's done in pre or post-migration, as we have done in other PRs.
|
|
||
| @openupgrade.migrate() | ||
| def migrate(env, version): | ||
| openupgrade.load_data(env, "event", "19.0.1.9/noupdate_changes.xml") |
There was a problem hiding this comment.
I think the switch of the cron to 24 should be mitigated, as we may change the cron period or unit previously.
And I miss the changes for event_question_name and company for the new fields is_default and is_reusable that are in https://github.com/odoo/odoo/blob/19.0/addons/event/data/event_question_data.xml
There was a problem hiding this comment.
removed the cron record and added code that adjusts the interval if default settings were kept
the whole concept of default questions is new, before they were produced in code, so I don't think there's anything to do about that
No description provided.