Wednesday, September 20, 2023
3 changes · master
Enhancements to existing features
Warehouse and manufacturing users can now edit detailed stock operations directly within the main record instead of opening separate pop-up workflows, reducing waiting time and unnecessary server calls. The update also improves immediate transfer handling, serial number generation, availability checks, and reservation behavior so stock quantities are clearer and more reliable before validation.
Original PR description
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
This update helps Danish companies comply with new regulations by preventing changes to posted sales and purchase journal entries. Once entries are posted, they are protected with a forced locking mechanism to preserve accounting integrity.
Original PR description
Following new regulations in Denmark, we need to prevent users from modifying posted entries in sales and purchase journals. By using a forced hash on the journals we do just that. [task-3497062](https://www.odoo.com/web#id=3497062&cids=1&menu_id=4720&action=333&active_id=967&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Businesses in Mexico can now import CFDI XML files directly from accounting dashboards or invoice-related views to create the matching accounting documents. The change also improves tax classification reliability and cancellation handling, reducing manual entry and supporting standard CFDI workflows.
Original PR description
community: https://github.com/odoo/odoo/pull/135215 upgrade: https://github.com/odoo/upgrade/pull/5136 task-3388347