-
Notifications
You must be signed in to change notification settings - Fork 10k
[IMP] marketing: match the Display Timezone description with tooltips #11596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
community PR: odoo/odoo#190867 |
Followup of the discussion of the first proposition: odoo/odoo#189363 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds right to my ears (eyes?)
(maybe missing .pot update, as you mentionned)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lase-odoo
Thank you for these updates. I see these are proactive edits in line with a UI change we're looking to make on /odoo.
I have two small markup improvements which I'll push up in just a moment!
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 opw-4323142
35b049f
to
e8793e1
Compare
RST updates applied on e8793e1. @lase-odoo do we want to merge this in right away or wait for other PRs to close first (they don't appear to be linked)? |
@StraubCreative Thanks a lot for the review ! The change should be forwarded up to master (18.2). Concerning the other PR's to wait for, I am not sure to understand the situation. The current PR is only linked to e8793e1 which is at least recongnised on the runbot side. To me they should be merged together. |
robodoo r+ |
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 tries to clarify the situation. opw-4323142 closes #190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
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 opw-4323142 closes #11596 Related: odoo/odoo#190867 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
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 tries to clarify the situation. opw-4323142 closes odoo#190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
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 tries to clarify the situation. opw-4323142 closes odoo#190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
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 tries to clarify the situation. opw-4323142 closes odoo#190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
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 tries to clarify the situation. opw-4323142 closes odoo#190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
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 tries to clarify the situation. opw-4323142 closes odoo#190867 Related: odoo/documentation#11596 Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
Issue:
The current descriptions and naming of the
Date
fields (date_begin
,date_end
) and theTimezone
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, thisTimezone
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 PRopw-4323142