Friday, July 21, 2023
3 changes · master
Miscellaneous changes
Current behavior: When the currency in the PoS is not the same currency as the one of the company, and uses a big rates there are sometimes rounding issues. These rounding issues can lead to a difference at closing that prevent you from closing the PoS session. Steps to reproduce: - Make sure atleast 2 currencies are activated. (USD and EUR) - Modify the USD rounding factor to 0.000001 - Modify the rate for the EUR to 2100 Unit/USD - Now go in the PoS settings and go in the Default Journ
Original PR description
Current behavior: When the currency in the PoS is not the same currency as the one of the company, and uses a big rates there are sometimes rounding issues. These rounding issues can lead to a…
Current behavior: When the currency in the PoS is not the same currency as the one of the company, and uses a big rates there are sometimes rounding issues. These rounding issues can lead to a difference at closing that prevent you from closing the PoS session. Steps to reproduce: - Make sure atleast 2 currencies are activated. (USD and EUR) - Modify the USD rounding factor to 0.000001 - Modify the rate for the EUR to 2100 Unit/USD - Now go in the PoS settings and go in the Default Journals Order and set the currency to EUR - Change the pricelist currency to EUR - Change the cash payment method journal currency to EUR and remove other payment methods - Open a PoS session and create a new order with 3 products with a price that has decimals - Pay the order with cash - Close the session, you will get an error The error was happening because the rounding was done on each line and therefore we were losing precision. opw-3258806 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#124713
In saas~16.3 the field `tax_audit` was removed from the `account_move_line` model. This PR is to remove an update to that field from a localization upgrade script since it doesn't exist anymore. PR where the field was removed: https://github.com/odoo/odoo/pull/114616 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#127530
Original PR description
In saas~16.3 the field `tax_audit` was removed from the `account_move_line` model. This PR is to remove an update to that field from a localization upgrade script since it doesn't exist anymore. PR where the field was removed: https://github.com/odoo/odoo/pull/114616 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#127530
Signing the CLA. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#129085
Original PR description
Signing the CLA. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#129085