Tuesday, January 22, 2019
4 changes · master
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
An obsolete file in the eLearning area was removed after it accidentally reappeared during code consolidation. This cleanup helps avoid confusion and keeps the module aligned with the current implementation, with no expected impact on users.
Original PR description
Was introduced at f6cb0f2308 which was part of #27353 The file was renamed but the original changes are no longer needed (was odoo-dev/odoo@b9cd8a571277 and odoo-dev/odoo@d3c964d9b1 which cancel each other) During rebase and squash, the previous version of the file reappear. Remove it
This change removes an unnecessary website editor dependency from the salary contract setup area. It helps keep the HR contract salary feature lighter and avoids loading an unrelated component that is not needed for normal business use.
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