Tuesday, March 12, 2024
2 changes · master
New functionality added to Odoo
Point of Sale can now show payment QR codes at checkout, letting customers pay using supported invoice QR formats such as Swiss QR, EMV QR, QRIS, and SAPA. Cashiers still need to manually confirm receipt of payment, but this streamlines in-person payment collection and broadens supported local payment options.
Original PR description
In the accounting module we have the possibility to display a qr code for payment in an invoice. These changes aim at enabeling the POS to use that feature to display payment qr code at checkout. Currently this doesn't support payment status fetching so the cachier will have to manually confirm that the payment is received. We currently suppport all QR from invoicing: SAPA SWISS QR EMV QR QRIS task-3617200 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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