Wednesday, March 25, 2026
1 change · saas-19.1
New functionality added to Odoo
This update reintroduces the generation of a proxy token for the l10n_eg_iot module, specifically to support the Egyptian VAT (IoT) functionality. Previously, a modal was used to display the token, which was deemed unnecessary by most users. Now, the token is displayed directly in the database for this module, streamlining the process for Egyptian users.
Original PR description
Proxy token generation was removed to avoid showing a modal with a token nobody cares about except Egypt. We reintroduce token generation, but display it to the database instead of showing a modal. see odoo/odoo#255121 Forward-Port-Of: odoo/enterprise#111496