Sunday, May 11, 2025
2 changes · master
New functionality added to Odoo
Odoo can now import Ecuadorian vendor bill XML files that follow SRI requirements and automatically create the related bill. The import fills local e-invoicing fields, maps taxes, and creates the supplier record when no matching VAT number exists, reducing manual data entry and errors.
Original PR description
This commit add a support to import vendor bills xml, and create a linked move in odoo, following the SRI xml format requirements. This import include tax mapping, creating partner new partner if there is no existing partner with the same xml VAT number and autofill all l10n_ec_edi fields on the bill. government specs: https://www.sri.gob.ec/guias-tributarias#facturaci%C3%B3n task-4339400
Enhancements to existing features
Error messages have been rewritten across several Odoo apps to be clearer, shorter, and more approachable. This improves the user experience by making guidance feel less blocking and easier to understand when users encounter issues.
Original PR description
Before this commit error messages in odoo are boring and not much attractive to user. Those were like odoo is preventing them from doing something user want to do. In this commit, we have modified the message to be a more friendly and humorous tone, making it less tedious and more enjoyable. It aims to enhance the user experience and ensure that interactions with any application are both pleasant and informative. As a result, the messages have been clear, short, easy to understand and informative. task-3422664