Daily updates from Odoo
Tuesday, February 10, 2026
1 change · master
Features or functions removed from Odoo
This update removes an outdated field (`uom.uom.rounding`) from Odoo's unit of measure model. This change was made to eliminate confusion and unnecessary configuration, ensuring data consistency. The removal simplifies development and improves the overall stability of the system.
Original PR description
This commit removes the obsolete field `rounding` on `uom.uom` model. This field has been obsolete since 18.1 (look at 947d18a). This caused some confusion for developers, which led to setting the field value in some occurrences, while it has no real effect. This commit replaces all the usages of the field with its real value, which is the 'Product Unit' decimal accuracy record.