Thursday, February 5, 2026
2 changes · master
Features or functions removed from Odoo
The Romanian CPV code functionality has been folded into the existing Romanian e-invoicing module. This simplifies module management while keeping the related product classification support available in one place.
Original PR description
In this commit: - we merge the l10n_ro_cpv_code module into l10n_ro_edi task-5416833
Odoo removed unused manufacturing lot-tracking fields that were left over after older work order tablet views were retired. Quality checks continue to use the existing lot field, keeping the process covered while simplifying the underlying setup.
Original PR description
The fields `stock_move.order_finished_lot_ids` and `mrp_workorder.finished_lot_ids` are being removed for being superfluous after the views they were used in were scrapped. `quality_check.lot_ids` fills the same task in quality checks, the last place it was useful in.
* `lot_ids` needs to be added to the views `{order_,}finished_lot_ids` was excised from wherever it makes sense.
* Do we need to do the same with `_onchange_finished_lot_ids()`? Let's find out. (Apparently not.)
Task ID: [5025510](https://www.odoo.com/odoo/my-tasks/5025510)