Daily updates from Odoo
Monday, April 15, 2024
4 changes · 17.0
Enhancements to existing features
Users can now switch between different view types (such as pivot view) when auditing deferred entries in the accounting reports, instead of being limited to the list view. This improvement provides more flexibility in analyzing journal items and was requested by the Technical Support team.
Original PR description
Currently when auditing entries in the deferred report, you get a list of AMLs (journal items), but can't change the view. It is useful though to use other views, like the pivot view e.g. For this reason we let the user choose to switch between any view available in the generic Journal Items list. (Feedback from TSB)
The bank reconciliation widget now displays transaction descriptions and payment references directly on tax lines in the General Ledger. This improvement makes it easier for auditors and accountants to trace and verify tax entries by seeing the source bank transaction information alongside the tax applied.
Original PR description
Ease the audit of a General Ledger, especially the tax lines by having the bank transaction description/payment reference displayed next to the tax applied to it. task id: 3861381
This update adds database identification to AI-powered text generation requests, helping prevent unauthorized or abusive usage of the OpenAI integration. By tracking which database is making each request, the system can better monitor and control access to these AI services.
Original PR description
Related IAP PR: https://github.com/odoo/iap-apps/pull/758 This commit adds the database ID to the IAP calls made to generate text. It permits to prevent abuses of OpenAI calls. task-3740440
This update adds support for Vietnamese VAT exemptions in compliance with Vietnamese tax law. Certain goods and services, including agricultural products, animal breeds, and plant varieties, are now properly configured as non-taxable objects in the system. This ensures accurate tax calculations for businesses operating in Vietnam.
Original PR description
Pursuant to Vietnamese laws.Need to add non-taxable objects. Article 3. Taxable objects Goods and services used for production, trading or consumption in Vietnam are subject to value-added tax, except those specified in Article 5 of this Law. Article 5. Non-taxable objects 1. Cultivation and husbandry products, and reared and fished aquatic products which have not yet been processed into other products or have been just preliminarily processed and sold by producing and fishing organizations and individuals, and products at the stage of importation. 2. Products which are animal breeds and plant varieties, including breeding eggs, breeding animals, seedlings, seeds, sperms, embryos and genetic materials.... Link: https://www.tracuuphapluat.info/2011/10/luat-thue-gtgt-tieng-anh-law-on-value-added-tax.html --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr