Daily updates from Odoo
Monday, July 20, 2026
2 changes
New functionality added to Odoo
Businesses in the Philippines can now send BIR 2306/2307 withholding tax certificates directly to vendors from vendor bills. The feature supports both individual and batch emailing, helping teams save time and streamline tax compliance communication.
Original PR description
Add a mechanism to email the BIR 2306/2307 withholding tax certificate to the vendor from a bill, both individually and in batch. task-6298456
Adds an Argentina-specific Daily Book XLSX export so businesses can summarize journal entries by ledger instead of reporting every invoice individually. This helps reduce reporting volume and related page-based costs, while allowing users to configure the starting entry number and select relevant ledgers.
Original PR description
Purpose: Implement the daily book export for Argentina which allows users to summarize and report journal entries of the same nature, such as all sales, to reduce reporting every single invoice which…
Purpose: Implement the daily book export for Argentina which allows users to summarize and report journal entries of the same nature, such as all sales, to reduce reporting every single invoice which incurs a cost per page. Users can use the multi-ledger system to summarize the journal entries. Ledgers can be created and set on the journal. Journals of the same nature can share the same ledger. Then, the user can view and select which ledgers they want to export on the general ledger and then export. By default, all ledgers will be selected, until the user deselects ledgers. A "Daily Book XLSX (AR)" button was added and can be accessed in the dropdown of the cog menu. Upon click, a wizard will pop up and it will display the starting entry number for the report. By default, it will display 1 if there's no history or the last entry number (that we store) + 1. The user can input their own number. Once the starting number is set, the XLSX file for the daily book will export. task-5244083