-
Notifications
You must be signed in to change notification settings - Fork 10k
[FW][IMP] marketing: match the Display Timezone description with tooltips #11790
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
Closed
fw-bot
wants to merge
1
commit into
18.0
from
18.0-16.0-opw-4323142-display_timezone_event_form-lase-eKk2-fw
Closed
[FW][IMP] marketing: match the Display Timezone description with tooltips #11790
fw-bot
wants to merge
1
commit into
18.0
from
18.0-16.0-opw-4323142-display_timezone_event_form-lase-eKk2-fw
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 X-original-commit: fe9d186
This PR targets 18.0 and is part of the forward-port chain. Further PRs will be created up to master. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
@lase-odoo this forward port of #11596 is awaiting action (not merged or closed). |
1 similar comment
@lase-odoo this forward port of #11596 is awaiting action (not merged or closed). |
robodoo
pushed a commit
that referenced
this pull request
Jan 22, 2025
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 #11790 X-original-commit: fe9d186 Related: odoo/odoo#194354 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Jan 22, 2025
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 #11790 X-original-commit: fe9d186 Related: odoo/odoo#194354 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Jan 22, 2025
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 #11790 X-original-commit: fe9d186 Related: odoo/odoo#194354 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Jan 22, 2025
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 #11790 X-original-commit: fe9d186 Related: odoo/odoo#194354 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Jan 23, 2025
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 #194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 23, 2025
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#194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 26, 2025
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#194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
gamarino
pushed a commit
to numaes/numa-public-odoo
that referenced
this pull request
Jan 27, 2025
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/odoo#194354 X-original-commit: 88813dbb7d10dbd840a4276fcae187d9c243e0e8 Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
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#194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
adhoc-cicd-bot
pushed a commit
to adhoc-cicd/odoo-odoo
that referenced
this pull request
Jan 29, 2025
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#194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
StephaneMangin
pushed a commit
to camptocamp/odoo
that referenced
this pull request
Feb 6, 2025
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#194354 X-original-commit: 88813db Related: odoo/documentation#11790 Signed-off-by: Lancelot Semal (lase) <lase@odoo.com> Signed-off-by: Jérémy Hennecart (jeh) <jeh@odoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Forward-Port-Of: #11749
Forward-Port-Of: #11596