Wednesday, June 17, 2026
2 changes · saas-19.1
Enhancements to existing features
This update adds three new invoice types – transit, foreign trade, and free zone transfer – to the Odoo accounting system for Jordan. These types are specifically designed to support the accurate reporting of goods moving across borders and within free zones, ensuring compliance with Jordanian tax regulations. The system now restricts these invoice types to registered taxpayers, enhancing data accuracy and security.
Original PR description
Extend l10n_jo_edi_invoice_type with JoFotara scope codes (3-5): transit (3), foreign trade (4), and free zone transfer (5). Validate that scope codes 3-5 are only available to registered taxpayers. task-4769255 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269632 Forward-Port-Of: odoo/odoo#268839
This change addresses a requirement from Avalara, who need the LC116 code to be dotted for their city web services. Previously, Odoo automatically removed these dots. Now, the LC116 code is sent with the dots, allowing Avalara's tool to correctly sanitize the data.
Original PR description
Purpose: Avalara requires the LC116 code to be dotted for certain city webservices. Their tool will automatically sanitize the dots for cities that don't support it. Current Behavior: Odoo sanitizes the LC116 code before sending the JSON payload. Expected Behavior: The LC116 code is sent in the JSON payload with the dots. task-6304351 Forward-Port-Of: odoo/enterprise#120648