Friday, October 15, 2021
3 changes · master
Enhancements to existing features
HR plans and their activity types are now tied to a specific company. This helps prevent assigning activities to users from the wrong company, reducing confusion and improving consistency in multi-company environments.
Original PR description
It was possible to assign a user that was not part of the same company as the employee's for an activity which is misleading. Make hr.plan and hr.plan.activity.type company dependent. TaskID: 2658773 Description of the issue/feature this PR addresses: 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
Customers can now choose to be notified when an unavailable product is back in stock, helping recover sales that would otherwise be lost. The update also improves storefront stock messages and product availability settings so businesses can better control when items can be ordered and how availability is shown.
Original PR description
When a product is no more in stock and it's not possible to buy it, user would like to be notified when product is back in stock. + Replaced the forecasted quantity by the available quantity + Replaced "Mode" by "Show availability [never, always, threshold or custom message] + Added field allow_order [always or if enough stock] + Improvement of displayed message regarding 'show availability' and 'allow to order' settings
The packaging process now automatically shows the correct Odoo version in the Windows installer and handles missing RPM repository metadata more safely. This reduces manual release work and prevents build issues when preparing new Odoo versions.