Wednesday, February 21, 2024
2 changes · 17.0
Resolved issues and error corrections
This update corrects an inaccurate help message in the Amazon sales integration module. The fix ensures users see the correct guidance when working with Amazon account settings, improving clarity and reducing confusion during setup and configuration.
Original PR description
Forward-Port-Of: odoo/enterprise#57011
This update corrects the VAT code in the Saudi Arabia electronic invoicing demo data to match the current requirements from ZATCA's Sandbox environment. This fix ensures that test submissions through the Sandbox portal will work properly for users testing the Saudi Arabia invoicing functionality.
Original PR description
Description of the issue/feature this PR addresses: ZATCA changed the VAT code used for submissions on Sandobx. The vat number in the l10n_sa_edi's demo data need to be updated to reflect this change. Current behavior before PR: Submissions through Sandbox do not work as the VAT code set on the demo Saudi company is different from the one the Sandbox portal expects. Desired behavior after PR is merged: Sandbox submissions should work properly once the demo data is updated. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#153851