Tuesday, November 9, 2021
1 change · master
Resolved issues and error corrections
This fixes a rounding issue in landed cost calculations by using the company currency's precision instead of a generic decimal precision. Businesses should see more consistent and accurate cost amounts when allocating landed costs.
Original PR description
…landed cost There is a rounding problem because of decimal precision so we are change it to currency precision. opw-2524218 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