odoo/enterprise#89968
Created by JavaScript, Bastien Pierre (ipb)
Merged
at 9bf676c9505f7386c9e368f15d8eef37351581d1
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- 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 30s)
Linked pull requests
- label
- odoo-dev:master-datetime_remake-ipb
- head
- 471396c23d9d3f95c98ea2455aa40c9caea360a1
- merged
- 2 months ago by JavaScript, Julien Mougenot (jum)
odoo/odoo | odoo/enterprise | odoo/upgrade | odoo/documentation | |
---|---|---|---|---|
master | #218387 | #89968 | #8043 | #14179 |
[IMP] *: remake datetime
The dates became more readable. The datetime_field has been changed to show a button with a readable date and when it's focused, the button is replaced with the real input and the date inside it take the format from res.lang.
The prop "condensed" has also been removed.
The res.lang has also been simplified. Date/time_short_format fields have been removed. The remaining fields are now selections and not char input.