Daily updates from Odoo
Wednesday, September 2, 2020
1 change
New functionality added to Odoo
Mexican electronic invoices can now be searched using the UUID stored on their XML attachment, making it easier to locate a specific invoice or payment. The change also blocks duplicate invoice UUIDs, helping companies avoid accidentally paying the same invoice more than once.
Original PR description
Adds the option to search by the uuid of the attachment from invoice (account.move) Adds a constraint to validate if a XML UUID is duplicated from invoice (account.move) in order to avoid paying the same invoice more than 1 time. The UUID is a important field for MX where all companies are using to looking for a particular invoice or payment Dummy: https://git.vauxoo.com/vauxoo/enterprise-mx/merge_requests/607 [](https://runbot.vauxoo.com/runbot/99/607)