Daily updates from Odoo
Thursday, August 13, 2026
4 changes
3 changes
New functionality added to Odoo
Adds official Guatemala VAT book reporting for sales and purchases, helping companies prepare required period filings from FEL documents. The report includes legal PDF output and CSV export with document-level details and summaries for easier compliance review.
Original PR description
Guatemala requires two legal VAT books, the Libro de Ventas and the Libro de Compras y Servicios Recibidos, filed per period from the FEL documents. Add them as a single account.generic_tax_report variant with a Tax Type selector switching between the sales and the purchase book, so it sits alongside the standard tax report and matches the printed book layout. The detail engine produces one row per posted FEL document, reading the move lines with TableSQL rather than the ORM, which is too slow at book volumes; each document is split into goods vs services and taxable vs exempt, with the IVA and the combined specific taxes alongside, and a summary table aggregates them by bucket. The legal PDF opens on the SAT header, carrying the company identification and the reporting period, and closes on the document count, the total tax debit or credit and the summary table. A CSV export provides the flat data companion. task-6015093
This update adds Telnyx-based PBX capabilities to VoIP, including incoming call handling, phone ringing, user call forwarding, queues, and call groups. Businesses can route calls more flexibly and manage how calls are distributed or forwarded when users are busy or unavailable.
This update improves Odoo VoIP by adding early support for buying phone numbers and ringing phones through PBX integration, while also fixing issues with incoming calls, call groups, and phone number formatting. It should make business calling workflows more reliable and prepare the VoIP module for broader phone service capabilities.
1 change
New functionality added to Odoo
A new FedEx-certified delivery module has been added to align Odoo shipping workflows with FedEx certification requirements. This helps businesses using FedEx meet required integration guidelines and continue processing shipments through the updated FedEx API.
Original PR description
For the certification process of FedEx there were some changes needed in the delivery_fedex_rest module. This modules made those changes according to the FedEx guidelines. Task-id: 6164275