odoo/enterprise#125963
Created by Mahiv Ram (maram)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 4s)
- ci/design-theme
- Linked pull requests
- label
- odoo-dev:master-warning-for-dates-imp-maram
- head
- 16a2c59ad2a4ed0f7dd40a33869cb42eedecacf5
| odoo/odoo | odoo/enterprise | odoo/documentation | |
|---|---|---|---|
| master | #279010 missing statuses missing r+ | #125963 missing statuses missing r+ | #19158 missing r+ |
[IMP] web: add past date warning option for date fields
Before this change, date and datetime fields only supported a warning for future dates. There was no option to warn users when a past date based on today, which is useful for fields such as deadlines or end dates.
After this change, a new warning option is introduced to support past date warnings in addition to the existing future date warning, giving users more flexibility when configuring date fields. Field-specific options in Studio are also reorganized
Community PR: odoo/odoo#279010
Documentation PR: odoo/documentation#19158