Daily updates from Odoo
Thursday, January 3, 2019
3 changes · master
Enhancements to existing features
Users can now search and filter the list of fields when building domains, making it faster to find the right option in large models. The change also keeps the interface responsive while filtering and improves extensibility for downstream customizations.
Original PR description
* Export additional classes, to allow more extensibility downstream. * Add search field on top of list. * Automatic field list filtering, with timeout to avoid locking UI. The result:  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa
The Lunch app now lets businesses separate toppings into three configurable types, with editable labels set by product category. This makes lunch ordering clearer for users and gives administrators more flexibility in how options are presented.
Original PR description
We need to be able to distinguish between three types of toppings, the labels are editable though. All of this is configurable on the product categories
Payroll teams can now assign different payslip print templates to different salary structures. This makes it easier to produce country- or contract-specific payslips and still print multiple payslips together in one combined document.
Original PR description
Current behavior before PR: We can't have only one report template for all the payslips. Desired behavior after PR is merged: Add a report on a structure of payslip. It's used when printing. We can use different rapport for each payslip. When printing with different report, all reports will be merge in one. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr