Wednesday, March 20, 2019
3 changes · master
Enhancements to existing features
Sales orders can now more reliably show related purchase orders, including purchases created through make-to-order buying flows. This helps teams trace the origin of purchases back to the customer sale and get more accurate purchase counts from a sales order.
Original PR description
https://www.odoo.com/web?debug#id=1906481&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website settings now require at least one active language, helping prevent a site from becoming unreachable. The change also stops users from deactivating a language that is currently used by a website, reducing accidental downtime.
Original PR description
task-1922630 Currently, If language being used by websites is de-activated, website becomes inaccessible. This PR improves the behaviour by making language_ids field mandatory on website settings, and also preventing de-activation of the language being used by the websites. Task : https://www.odoo.com/web#id=1922630&model=project.task&view_type=form&menu_id=5195 Pad : https://pad.odoo.com/p/r.50aa7fdb42feba4bb2cac93fa45c65e0 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Belgian payroll now includes a report to export meal voucher counts by employee and month, making monthly voucher tracking easier for HR teams. Payslip generation from the benefits calendar also handles month start dates more accurately, avoiding incorrect payslip periods caused by timezone conversion.
Original PR description
Purpose ======= Allow to export a clean xls with meal voucher by employee and by month. Specification ============= A meal voucher should be granted for each work day of at least 4 hours. Pivot view: - rows: employees - columns: number of meal vouchers by month Default filter: this year. A stored computed integer field `meal_voucher_count` is added on `hr.payslip`. This field is used both in the pivot view and in the meal voucher salary rule as the quantity. Note: In the pivot view, we would like months to be sorted the more recent on the left. However this is currently not supported neither by the pivot view, nor by `read_group`. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr