Tuesday, October 2, 2018
2 changes · master
Resolved issues and error corrections
This fix improves how the point-of-sale printer chooses character encoding when printing receipts. It helps ensure Cyrillic and other non-Latin characters print correctly instead of being omitted or corrupted.
Original PR description
Description of the issue/feature this PR addresses: Better detection of encoding when doing conversion Unicode to char. Closes #15679 Current behavior before PR: Cyrillic characters are not printed. Desired behavior after PR is merged: All characters are printed correctly. Proof:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Installing the online sales module no longer overrides the normal product ordering used in the back office. This restores expected product sequencing for staff while keeping storefront ordering behavior intact.
Original PR description
As the order on the product itself is destroying the functional sequence in the backend of the module product (handle widget is ineffective on the view) and is individually set since 4dce861 for its…
As the order on the product itself is destroying the functional sequence in the backend of the module product (handle widget is ineffective on the view) and is individually set since 4dce861 for its original purpose, it should not be of any risk to remove the redefinition of product order for website sale. **Description of the issue/feature this PR addresses:** Product ```sequence``` is not working as expected as soon you install the ```website_sale``` module, as ```website_sequence``` will always overrule **Current behavior before PR:** Trying to resequence is useless as nothing will change the template list order **Desired behavior after PR is merged:** Everything works as expected (frontend and backend) @JKE-be @nim-odoo May I ask you to review this one? I hope I did not forgot any place to look at, but I really think this is a bug and should be fixed in stable as functionality in the backend is confusing users (handle widget) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr