-
Notifications
You must be signed in to change notification settings - Fork 0
[18.0][MIG] pos_customer_required: Migration to 18.0 #3
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
base: 18.0
Are you sure you want to change the base?
Conversation
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/
thienvh332
left a comment
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.
Just some nitpicking 😉
| 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why delete <field name="name">view.pos.config.form</field> ?
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.
My mistake
8298187 to
6fe437a
Compare
d08c9a1 to
cfb31ab
Compare
b162bf1 to
34c8260
Compare
34c8260 to
a31b2e9
Compare
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.