Tuesday, January 22, 2019
3 changes · master
Enhancements to existing features
Fleet administrators can now choose how many days in advance they are warned about vehicle contracts nearing expiry, instead of relying on a fixed alert window. The default warning period is 30 days, giving businesses more flexibility to align reminders with their contract management process.
Original PR description
Description of the issue/feature this PR addresses: An alert is sent when the vehicle contract will be outdated in less than 15 days. Desired behavior after PR is merged: There is a parameter than could be set on the res.config to specify the alert delay for outdated contract. id=1919416 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update corrects how frontend pages load shared editor-related components after a recent website editor change. It helps ensure portal, signup, survey, and website pages continue to open reliably without requiring unnecessary website dependencies.
Original PR description
Following https://github.com/odoo/odoo/pull/29775
The barcode app now shows the Scrap button only for transfer situations where scrapping stock is appropriate: completed receipts, open deliveries, and internal transfers. This reduces confusion for warehouse users and helps prevent incorrect scrap actions from unavailable or unsuitable transfer screens.
Original PR description
This commit changes the conditions to show the scrap button in the barcode_view. The scrap button is now shown only when: - The picking is a done receipt - The picking is a delivery, but not done - The picking is internal TaskID: 1930221