Daily updates from Odoo
Wednesday, June 17, 2026
2 changes
Features or functions removed from Odoo
This update removes a redundant, read-only column ('Extra Hours (encoded)') from the employee attendance view. Previously, this column was introduced as a temporary fix, but it's no longer needed. This change simplifies the user interface and improves clarity.
Original PR description
The 'Extra Hours (encoded)' column was previously made read-only in a stable fix, making its presence obsolete for users in this view. This commit removes the `manual_duration` field column entirely from the view to clear interface clutter. Task: 6253553 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269799 Forward-Port-Of: odoo/odoo#266921
This update removes a redundant payment feature related to payment terminals. The removal of fast payments using these terminals made the associated override unnecessary, streamlining the system. This change improves efficiency and reduces potential complexity.
Original PR description
We removed fast payments using payment terminals, making the `fastPayments` method override useless. see odoo/odoo#270240 task-6303855 Forward-Port-Of: odoo/enterprise#120672