Tuesday, October 16, 2018
1 change · master
Resolved issues and error corrections
Point of Sale can now apply fiscal position rules that map one tax to multiple taxes, matching the behavior already available in accounting. This helps businesses handle local tax rules where an existing tax must be kept and complemented by another tax, reducing mismatches between POS sales and back-office accounting.
Original PR description
Before this commit, it was not possible to map one tax to multiple taxes in the point of sale, just as it is in the account module. This commit implements fiscal positions that can map to various taxes on POS. Furthermore, id adds test to secure that somewhat implicit feature on which several localisations seem to depend upon. A typical use case if one tax is not replaced but complemented by another. **Description of the issue/feature this PR addresses:** - Taxes can only be replaced in POS. - Not complemented by a peer tax. - Behavior not aligned with backend fp mapping. **Current behavior before PR:** - Tax cannot be mapped to several taxes (aka: complemented: "to itself and other") on POS **Desired behavior after PR is merged:** - Tax can be mapped (aka: complemented) to various taxes on POS -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs