odoo/upgrade#10152

Created by Julien Coppin (jucop)
Merged at 6ca11c3a07130c5a82a0a67241e01c522afa892b

Statuses:

Linked pull requests
label
odoo-dev:master-accurate-remaining-days-6175442-jucop
head
70018e19ae2c36a20c1f62be6e016661cb760d86
merged
1 month ago by Upgrade, Christophe Simonis (chs)
odoo/odoo odoo/enterprise odoo/upgrade odoo/documentation
master #263051 #116407 #10152 #17998

[ADD] web/saas~19.4: rename remaining_days widget

This commit adds an END upgrade script to rename
all usages of remaining_days widget into relative_date in all the views that use it.

We can update the views archs at the end of the
migration because no validation is performed to
get a field widget from the field registry.

task-6175442

community: odoo/odoo#263051
enterprise: odoo/enterprise#116407

> 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.

> Note More info can be found in the wiki.