Daily updates from Odoo
Monday, August 4, 2025
6 changes
1 change
New functionality added to Odoo
Adds a localized accounting package for Cambodian companies, including standard accounts, tax setup, fiscal positions, tax reports, and Khmer translations. It also enables EMV QR code payment support for Cambodian bank accounts, helping businesses operate and report more easily in Cambodia.
Original PR description
Implement a basic accounting package for Cambodia including: - COA - Account groups - Tax groups - Taxes - Fiscal Positions - Tax reports - EMV QR Code for payment task-4383330 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#221675 Forward-Port-Of: odoo/odoo#218091
1 change
New functionality added to Odoo
Adds a new Cambodia accounting package in Odoo with local chart of accounts, taxes, tax reports, fiscal positions, and payment QR code support. This helps Cambodian businesses set up compliant accounting faster and accept EMV QR payments within the system.
Original PR description
Implement a basic accounting package for Cambodia including: - COA - Account groups - Tax groups - Taxes - Fiscal Positions - Tax reports - EMV QR Code for payment task-4383330 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#221616 Forward-Port-Of: odoo/odoo#218091
3 changes
New functionality added to Odoo
VoIP calls can now be recorded in the browser and sent for automatic transcription after the call ends. This gives users a transcript directly on the call record, making it easier to review conversations without manually taking notes.
Original PR description
This PR attempts to stay consistent with the following road-map:  0th commit you see (is it still here) is the common transcription backbone (that is yet to be merged) : `[IMP] ai: setting up basic backend for audio transcription` commit 1st commit introduces grabbing and saving audio from the voip calls 2nd is adding a cron processing the audio attachments. Related tasks task-4532108
Users can now insert an audio transcription component in the HTML editor to record microphone audio and see the transcript appear in real time. When recording stops, the system adds a summary and also supports manually entered notes, helping teams capture and organize spoken information more easily.
Original PR description
This commit introduces a new transcription component that can be inserted in the html editor. This component allows the user to start a recording of his microphone. The transcription is made in real time in real time. When the recording is stopped, a summary of the transcription is added. The component also allows the user to input notes manually. task-4791084
Users can now search and interact with Odoo data using everyday language from the command palette. This makes it easier to find relevant records and open key views such as lists, kanban boards, pivot tables, and graphs without needing to know exact filters or navigation paths.
Original PR description
Implement natural language search functionality which allows users to search and interact with Odoo data using natural language queries through the "/" namespace in the command palette, which triggers an AI chatbox for continued interaction. Initially, this feature is limited to automatically opening four view types: list, kanban, pivot, and graph views. task-4582289
1 change
New functionality added to Odoo
Adds a new connector to bring Tokopedia Shop sales into Odoo. Businesses can import orders from multiple accounts, match them to existing products, and keep delivery and stock information synchronized for seller-fulfilled orders.
Original PR description
* Import orders from multiple accounts * Orders are matched with Odoo products based on their internal reference (item_id or SKU ID in Tokopedia | Shop) * Support for both Fulfillment by TikTok/Tokopedia | Shop (FBT), Fulfillment by Seller (FBS): * FBT: Importing the completed orders * FBS: Delivery information is fetched from Tokopedia | Shop, track and synchronize the stock level to Tokopedia | Shop Task ID: 3690836