Daily updates from Odoo
Thursday, January 16, 2025
3 changes · 18.0
Enhancements to existing features
The stock return wizard now includes a "Return All" button that automatically fills return quantities with the delivered amounts. This reduces manual entry and lowers the risk of mistakes in workflows where most or all items need to be returned.
Original PR description
### Issue: Since 57b8b2487def43a1b9c461c0fa4eb02200b5c1ef (18.0), the return picking wizard sets a default quantity of 0. This fits the new design of returns that are no longer exclusively tied to the initial delivery. However, in workflows where you are expected to return all/almost all products of a consequent picking this is both fastidious and error prone to set all the quantities to match the delivered values by hand. ### Solution: We add a "Return All" button in the wizard view to allow the user to create a return whose quantity matches the delivered quantities. opw-4416167 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Brings Korean translation to the recently released accounting modules for the Republic Of Korea. task-4415944 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Original PR description
Brings Korean translation to the recently released accounting modules for the Republic Of Korea. task-4415944 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
New spreadsheets created in My Drive are kept private to their owner, while spreadsheets created in Company folders now automatically follow the folder's access rules. This makes document sharing more consistent and helps prevent unintended access differences.
Original PR description
**Specifications:** When creating a spreadsheet in My Drive, access should be restricted to the owner only. When creating a spreadsheet in a Company folder, it should inherit the access permissions of the parent folder. **Task**-4297505