Thursday, January 5, 2017
2 changes · master
Enhancements to existing features
The Attendance app settings page has been improved to make configuration clearer and easier to use. This helps HR teams manage attendance options more efficiently with a more user-friendly setup experience.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=29536&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.a708c1f2f3836e16edbf2a65135cf181 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
Delivery records can now keep a stored link to their related sales order. This makes it simpler and more reliable for businesses or implementers to add custom reporting fields that connect deliveries with sales orders.
Original PR description
We store the `sale_id` field to ease the creation of custom related fields between picking and sales order. opw-703429