Wednesday, May 20, 2026
2 changes · master
Features or functions removed from Odoo
The manufacturing module has been cleaned up by removing old worksheet PDF files that were only used for demo data and are no longer needed. This reduces unnecessary files in the system without changing day-to-day functionality for users.
Original PR description
This commit cleans up the module by removing the worksheet PDF files used in the demo data as they are no longer needed. Enterprise PR:- odoo/enterprise#109642 Upgrade PR:- odoo/upgrade#9618 TaskId:- 5956069
This update removes a redundant 'Worksheet' tab from the Quality Control Point form, streamlining the process for providing instructions during quality checks. By consolidating instructions within the existing 'Instruction' tab, we've reduced user confusion and improved the overall quality control workflow.
Original PR description
*: quality_mrp_workorder{_worksheet}
- Currently, the Quality Control Point (QCP) form includes a dedicated `Worksheet` tab to provide PDF-based instructions used during quality checks, although the `Instruction` tab already allows attaching documents to the quality point. Also, with the recent worksheet template redesign in [task(5167053)](https://www.odoo.com/odoo/all-tasks/5167053), having two different worksheet related concepts on the quality point and quality check becomes confusing for users.
This commit removes the `Worksheet` tab from the QCP form. The existing `Instruction` tab is now used to provide the required instructions during quality checks, which avoids confusion by keeping instructions and related
documents in one place.
Community PR:- odoo/odoo#254107
Upgrade PR:- odoo/upgrade#9618
TaskId:- 5956069