Change 1 of 3
HTML note field
The note field on manufacturing orders is now an HTML field in the Manufacturing backend and in Shop Floor to allow to share instructions more flexibly.
Official Odoo 20 release note
In plain words
The manufacturing order note is now an HTML field ("Additional Notes"), defaulting from the bill of materials note. It supports bold text, lists, links and pictures, and Shop Floor shows and edits the same rich note on the order card.
Where to find it
- Manufacturing > Operations > Manufacturing Orders, open an order and fill Additional Notes with formatting.
- Open Shop Floor and click the note on the order card.
For users
Operators see formatted instructions on the order card and can edit them in place.
For developers
mrp.production.note is fields.Html (computed from bom_id.note, stored, editable); mrp.bom gets note (Html). In Shop Floor, MrpLogNoteDialog uses HtmlField and the card renders the HTML (links open in a new tab).
Upgrading from Odoo 19
The old plain-text log note of work orders is replaced by the HTML note on the MO; custom code writing plain text into it should write HTML.
- Demo data: manufacturing order WH/MO/00020 (Table, origin changebook-sf) with an HTML note.
