Friday, June 19, 2026
2 changes · master
Features or functions removed from Odoo
The Saudi Arabia localization now includes withholding tax support directly in the main localization package. This simplifies setup and maintenance by removing the need for a separate add-on while keeping the same business capability available.
Original PR description
This commits merges `l10n_sa_withholding_tax` into `l10n_sa`. It was added as we had missed the freeze for [19.0](https://github.com/odoo/odoo/pull/218469), to keep things simple we are now merging it into `l10n_sa`. Upgrade PR: https://github.com/odoo/upgrade/pull/10422 task-6216415
This update removes a redundant feature related to payment processing through payment terminals. The removal of fast payments using these terminals made a previous 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#120766 Forward-Port-Of: odoo/enterprise#120672