Daily updates from Odoo
Navigate
Branch
Thursday, March 22, 2018
4 changes
Enhancements to existing features
This update makes analytic accounting easier to organize by adding category hierarchies and allowing analytic tags to be used more independently across accounting flows. It also improves multi-company and multi-currency handling so analytic reports better reflect the user’s company and currency context.
Original PR description
Task https://www.odoo.com/web#id=32386&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 PR: https://github.com/odoo/enterprise/pull/1100 PR: https://github.com/odoo/odoo/pull/17499
Purchase orders now show every related incoming shipment when warehouse reception uses multiple steps, not just the first reception step. This gives users a complete view of goods movements tied to a purchase order and hides the receive action once initial receptions are finished or cancelled.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=31061&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.23282abb4ded8664dfce189d83cebe11 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
The service layer now ensures that user IDs received through remote calls are valid numbers before processing them. This helps prevent avoidable errors caused by incorrectly formatted user IDs and stops bad requests earlier.
Original PR description
Make sure the user id received by the RPC call is an integer Avoids errors like #23534 and crash early in case of bad value, do not propagate a uid in the wrong format
Resolved issues and error corrections
Customers can now see and use the Accept Order button on website quotations even when no expiration date is set. This prevents valid quotes from appearing unavailable and helps avoid delays in confirming orders.
Original PR description
Task: https://www.odoo.com/web?#id=12984&view_type=form&model=project.task&action=327 Pad: https://pad.odoo.com/p/r.cOtBY1se97gVZTtw