[18.0][MIG] pos_quick_logout: Migration to 18.0 - #5
Open
P-H-Phuc wants to merge 20 commits into
Open
Conversation
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex [UPD] Update pos_quick_logout.pot
[IMP] it's better to launch timeout fonction with start
[FIX] Fix Travis [FIX] Fix Licence [FIX] rename pos_quick_logout.py to pos_config.py [FIX] Travis [FIX] fix javascript syntax + __manifest__ typo [FIX] fix python syntax [FIX] rename pos_quick_logout_view.xml to pos_config_view.xml [FIX] Travis : remove unused imports
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-12.0/pos-12.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_quick_logout/ Translated using Weblate (Spanish) Currently translated at 100.0% (5 of 5 strings) Translation: pos-12.0/pos-12.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_quick_logout/es/
[UPD] Update pos_quick_logout.pot
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/
Currently translated at 100.0% (5 of 5 strings) Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/ca/
Currently translated at 100.0% (5 of 5 strings) Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/it/ Translated using Weblate (Italian) Currently translated at 100.0% (5 of 5 strings) Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/
Currently translated at 100.0% (5 of 5 strings) Translation: pos-13.0/pos-13.0-pos_quick_logout Translate-URL: https://translation.odoo-community.org/projects/pos-13-0/pos-13-0-pos_quick_logout/it/
thienvh332
reviewed
Aug 6, 2025
thienvh332
left a comment
There was a problem hiding this comment.
Functionally, according to the description, it’s good.
However, based on the code, you’ve removed the idle auto-logout feature. Does Odoo natively support this?
| <xpath expr="//div[hasclass('oe_status')]" position="after"> | ||
| <button | ||
| id="pos-quick-logout" | ||
| class="btn btn-light btn-lg lh-lg" |
There was a problem hiding this comment.
Suggested change
| class="btn btn-light btn-lg lh-lg" | |
| class="btn btn-light btn-lg lh-lg" | |
| title="Logout" |
Owner
Author
There was a problem hiding this comment.
In Odoo 18.0, listening event based on user interface (keypress, mousedown, onclick,...) will show respectively screen respectively
idleTimeout
useIdleTimer
There was a problem hiding this comment.
Please add that information to the PR description 😉
P-H-Phuc
force-pushed
the
18.0-mig-pos_quick_logout
branch
from
August 11, 2025 03:35
c6bf414 to
5d98754
Compare
|
@P-H-Phuc , |
Owner
Author
Thank you, I created PR on OCA |
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
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.
This module add a simple button 'Log Out' available in Point Of Sale Front End UI. This button is available when the cashier is not the initial user who open session in Odoo.
The cashier is initial user:
The cashier is not initial user: