Daily updates from Odoo
Tuesday, March 12, 2024
1 change · master
New functionality added to Odoo
Moroccan tax reports can now be exported in the required EDI format for submission through the Simpl-TVA platform. This streamlines VAT declarations for businesses in Morocco and adds company identification fields needed for compliant reporting, including customs VAT handling for imports.
Original PR description
This commit adds functionality to export tax reports in EDI format, simplifying VAT declarations through the Simpl-TVA platform, making the process easy and seamless for users. for the purpose of this task, two fields were added to res.partner: - l10n_ma_ice: This is Morocco's common company identifier, utilized in conjunction with the VAT ID for company identification. - l10n_ma_customs_vat: A technical field to record customs' VAT ID, which replaces the company's VAT ID during import operations. This is necessary as the customs' VAT ID may change. task-3517877