-
-
Notifications
You must be signed in to change notification settings - Fork 670
[17.0][MIG] pos_receipt_hide_price #1393
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: 17.0
Are you sure you want to change the base?
Conversation
|
Ready for review |
adasatorres
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.
LGTM.
adasatorres
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.
678d48d to
0d6917a
Compare
|
Hi @adasatorres, ready for review. |
0d6917a to
d8e72f8
Compare
|
@edescalona It seems like when the ticket is directly sent to the printer is displaying the prices no matter what. I assume we have to extend also the function |
|
Hi @Christian-RB , I assume you're referring to automatically printing the receipt? |
Yes, when the receipt is directly sent to a printer |
|
Hi @Christian-RB , in that case it is not hidden because there is currently nothing that says hide the price, since it is hidden when you press the button on the screen after payment. So we should add another setting below the automatic receipt to hide the prices at that time as well, what do you think? |
|
Hi @Christian-RB , could you please review the changes and tell me what you think of the solution? If everything is OK, I'll proceed with correcting the commits. Thanks. |
|
@edescalona with this approach the user is not able to switch the feature dynamically, I suggest adding a button to the main order view to define if the prices should be hide at front for that specific order, this will also be useful for those user with the "skip printing view" option and direct print |
|
Hi @Christian-RB , I think it's a good idea, thanks for your comments. |
|
We are missing the new functionality in the reprint order view, could we add it @edescalona? |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
…utomatically generated receipt.
…roducts by multiple barcodes in search bar of POS.
Currently translated at 100.0% (5 of 5 strings) Translation: pos-14.0/pos-14.0-pos_product_multi_barcode Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_product_multi_barcode/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-16.0/pos-16.0-pos_product_multi_barcode Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_product_multi_barcode/
Currently translated at 100.0% (3 of 3 strings) Translation: pos-16.0/pos-16.0-pos_product_multi_barcode Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_product_multi_barcode/it/
Currently translated at 100.0% (3 of 3 strings) Translation: pos-16.0/pos-16.0-pos_product_multi_barcode Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_product_multi_barcode/es/
If a `barcode` is already in `product_by_barcode`, do not override it, as Odoo does with `product_by_id`. This can lead to incoherent data if something changes after product is first loaded and then reloads (if limited loading is enabled), or it is modified in `product_by_id` and not in `product_by_barcode`.
[DON'T MERGE] test-requirements.txt
e0856cb to
c74262d
Compare
|
ping @christian-ramos-tecnativa @etobella @ ivantodorovich |



@BinhexTeam