Friday, September 28, 2018
5 changes
Enhancements to existing features
The Point of Sale now honors the “Show discount” setting on pricelists, so customers and cashiers can see the discount applied from a preferred price. This reduces confusion and support tickets by making pricelist benefits visible at checkout.
Original PR description
Many users are confused when using pricelists on the PoS : When they tick the box "Show discount" on the pricelist, it has no impact when the pricelist is applied on the PoS. They often report a ticket thinking it's a bug. It can be useful to show the discount on the PoS when applying a pricelist, when users benefit from a preferred price, the vendor often wants to show it to the customer. Task : https://www.odoo.com/web#id=1853454&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720
This update refreshes China’s standard and small business accounting charts to align with 2017 requirements. It also includes several related fixes across invoicing, payments, sales, stock, point of sale, and localization to improve reliability for customers using multi-company and localized setups.
Original PR description
Modify standard corporate accounting subject standards; Update the small business accounting subject to the 2017 latest version -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Receipt printing now correctly supports Cyrillic characters on ESC/POS hardware printers. This helps businesses using Cyrillic languages produce readable, accurate printed receipts for customers.
Original PR description
Tested on real printer for Cyrillic symbols. port https://github.com/odoo/odoo/pull/19757 to master Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale now warns staff when a printer cannot be reached instead of failing silently. This helps restaurant and retail teams notice printing issues immediately and avoid missed receipts or kitchen orders.
Original PR description
Description of the issue/feature this PR addresses: show error message when printer is not reachable Current behavior before PR: no message if printer is not available Desired behavior after PR is merged: show error message when printer is not reachable -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
The separate Mexican electronic invoicing payment module has been removed and its payment functionality is now included in the main Mexican electronic invoicing module. This simplifies module management while preserving the relevant payment features in one place.
Original PR description
Removed `l10n_mx_edi_payment` module and merge it with `l10n_mx_edi` in account_payment model. The functionality in `l10n_mx_edi_payment`was added in a new module to v11 to stable policies but must be joined with `l10n_mx_edi`.