odoo/documentation#11749
Created by fw-bot
Merged
at fe9d186b543a83ada60fbd2a52b7687dc012c3cb
Statuses:
- ci/documentation: (runtime 638s)
- ci/codeowner_coverage: (runtime 2s)
Linked pull requests
- label
- odoo-dev:17.0-16.0-opw-4323142-display_timezone_event_form-lase-Boar-fw
- head
- 6b301b76f310803c9c7b21fe618db636f682b1c5
- merged
- 8 months ago by Bugfix, Lancelot Semal (lase)
odoo/odoo | odoo/documentation | |
---|---|---|
16.0 | #190867 | #11596 |
17.0 | #193587 | #11749 |
saas-17.2 | #194326 | #11788 |
saas-17.4 | #194339 | #11789 |
18.0 | #194354 | #11790 |
saas-18.1 | #194671 | #11815 |
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
master | #194685 | #11820 |
[FW][IMP] marketing: match the Display Timezone description with tooltips
Issue:
The current descriptions and naming of the Date
fields (date_begin
, date_end
) and the Timezone
field (date_tz
) can be confusing in the form view of the event model. Specifically:
The timezone used for converting the form dates to the database is determined by the context and not by the Timezone
field present on the form. However, this Timezone
field determines the timezone used for displaying the event's date/time on the website. This change clarifies the situation according to the update done in the community PR
Forward-Port-Of: #11596