[18.0][MIG] pos_customer_required: Migration to 18.0#1413
Open
[18.0][MIG] pos_customer_required: Migration to 18.0#1413
Conversation
34c8260 to
a31b2e9
Compare
ivantodorovich
approved these changes
Apr 9, 2026
Contributor
ivantodorovich
left a comment
There was a problem hiding this comment.
/ocabot migration pos_customer_required
Contributor
|
/ocabot rebase |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-12.0/pos-12.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required/
Currently translated at 100.0% (14 of 14 strings) Translation: pos-12.0/pos-12.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required/ca/
Currently translated at 100.0% (12 of 12 strings) Translation: pos-12.0/pos-12.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-12.0/pos-12.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_customer_required/
Currently translated at 100.0% (15 of 15 strings) Translation: pos-14.0/pos-14.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_customer_required/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-14.0/pos-14.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_customer_required/
Currently translated at 100.0% (15 of 15 strings) Translation: pos-14.0/pos-14.0-pos_customer_required Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_customer_required/es/
Contributor
|
Congratulations, PR rebased to 18.0. |
a31b2e9 to
a116ae5
Compare
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 was written to extend the functionality of odoo pos and allows you to require a customer for each pos order. In the pos session configuration, you can choose to require the customer for pos orders.
If a customer is not selected, the pos ui will display an message.
In the backend the customer field is required when needed.
Two new options are available:
'Required before starting the order' Option
In the frontend PoS, the default screen is the screen to select customers.
'Required before paying' Option
In the frontend PoS, the user can start selling, but if the user tries to make payment and if a customer is not selected, the pos ui will display an message.