[18.0][MIG] pos_customer_required: Migration to 18.0#3
Open
P-H-Phuc wants to merge 145 commits into
Open
Conversation
thienvh332
reviewed
Jul 11, 2025
| License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) --> | ||
| <odoo> | ||
| <record model="ir.ui.view" id="view_pos_order_form"> | ||
| <record model="ir.ui.view" id="view_pos_pos_form"> |
There was a problem hiding this comment.
Do not change the name during migration unless absolutely necessary.
| License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) --> | ||
| <odoo> | ||
| <record model="ir.ui.view" id="view_pos_config_form"> | ||
| <field name="name">view.pos.config.form</field> |
There was a problem hiding this comment.
Why delete <field name="name">view.pos.config.form</field> ?
8298187 to
6fe437a
Compare
thienvh332
approved these changes
Jul 11, 2025
34c8260 to
a31b2e9
Compare
Currently translated at 100.0% (1 of 1 strings) Translation: pos-18.0/pos-18.0-pos_blind_session_closing Translate-URL: https://translation.odoo-community.org/projects/pos-18-0/pos-18-0-pos_blind_session_closing/it/
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/
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.