Daily updates from Odoo
Wednesday, April 8, 2020
2 changes · master
Enhancements to existing features
Users can now choose which decimal separator is used when importing QIF bank statement files. This helps avoid incorrect amounts when files come from regions or banks that use different number formats.
Original PR description
This commit adds the possibility to specify which decimal separator we want to use for QIF files import. OPW-2216166
Manufacturing order cost analysis now shows extra costs directly in the report table. This gives teams a more complete view of production costs by including subcontracting manufacturing costs and completed bill of materials service costs.
Original PR description
In Cost Analusis report of a manufacturing order, add the extra cost linked to the MO in the table report. The extra cost is the subcontracting mrp cost + the service cost of the bom. task-40259