Daily updates from Odoo
Friday, March 13, 2020
3 changes
Enhancements to existing features
The Employee form has been reorganized so certain payroll-related fields now appear after the Job Position section. This makes employee job and payroll information easier to review in a more logical order.
Rental products no longer show the Forecasted button on the product page. This reduces confusion by hiding stock forecasting information that is not relevant for rental items.
Original PR description
Specification: -If a product is a rental product at that time 'Forecasted' button should be hidden. task-2185365
The manufacturing maintenance module now avoids reusing the same email alias as the system catchall or bounce address. This reduces email routing conflicts and helps ensure incoming messages are handled by the right destination.
Original PR description
PURPOSE: Prevent from re-using catchall/bounce alias SPECIFICATION: When setting the Catchall and bounce ICP to a given value, we could check if it's already used for an alias, and do the same when changing an alias value, check if it's the same than the Catchall and bounce ICP. LINKS: TaskID: 2160070 Closes https://github.com/odoo/enterprise/pull/9203