Daily updates from Odoo
Wednesday, June 5, 2019
2 changes
New functionality added to Odoo
Mexican localization now adds tax groups so VAT, excise, and income taxes can be categorized correctly when generating CFDI electronic invoices. This helps ensure the required tax code is placed in the official XML, supporting successful invoice signing after the older tax tag field was removed.
Original PR description
To be able to sign an XML document from Mexican Localization the Taxes should have the right category (IVA, IEPS or ISR) to be able to assign the corresponding code for the 'Impuesto' tag in the XML. Due to the removal of the Tag field in the taxes, a new way of getting the tax code is needed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website editors can now review and optimize uploaded images before using them, including adjusting size, quality, and filenames. This helps pages load faster and improves search performance while giving users more control over image quality.
Original PR description
Merge commit for PR #31208 Before this task, many websites were slow due to big images. Most users upload images without understanding the impact on SEO and speed. Each upload of an image is important and require some configuration to find the best solution between speed and quality according to the situation. After this task, users will have more control on the upload of images, especially they are given the possibility to reduce their size, quality, and change the filename. task-1930726