odoo/upgrade#7431

Created by JavaScript, Bruno Boi (boi)
Merged at f5c4d60d0ee8b957ebba738df05747714fe10c33

Statuses:

label
odoo-dev:master-imp-duplicate-server-actions-boi
head
d45f9fc62a6ff0cfb8eae91893c2b1f5db0a4f65
merged
7 months ago by Upgrade, Jinane Maksoud (maji)
odoo/odoo odoo/enterprise odoo/upgrade
master #202347 #82050 #7431

[ADD] base_automation/saas~18.3: after/before mode for time trigger

[ADD] base_automation/saas~18.3: after/before mode for time trigger
This upgrade script make adaptations to the added delay mode for
time-based automations.

Before 1, it was possible to create a time-based automation with a
negative delay value, which would trigger the automation before the
specified time. After 1, the delay value is always positive and a new
selection field is added to allow to trigger the automation after/before
the specified time. This script updates the existing automations to
reflect the new behavior.

Task id: opw-4648932

> Warning Please follow and check the relevant boxes for your PR, otherwise the review may take longer.

For a PR that adds a new upgrade script (for the Odoo's master branch or one of the RR versions):
- [x] I've added the references to the Enterprise and/or Community PRs in the commit message, even if they are already merged.
- [x] I've added an overall description of the changes made in the Community/Enterprise branches.

For all PRs:
- [x] My commit's title follows the right format.
- [x] My commit's body includes information about the changes.
- [x] I've added odoo/upgrade as a reviewer.
- [x] I've read and understood this list.
- [x] I will ensure all the CI checks are green.