Daily updates from Odoo
Monday, January 26, 2026
2 changes · master
New functionality added to Odoo
This update introduces a new Know Your Customer (KYC) process for Belgian users registering through the Peppol network, utilizing the Itsme service. This enhances security and compliance by verifying user identities before full Peppol integration, streamlining the registration process.
Original PR description
Add KYC for Belgian Peppol users through Itsme. task-5478657 Forward-Port-Of: odoo/odoo#239520
This update introduces an AI-powered system to automatically assign emission factors to emissions within the Odoo Enterprise platform. Previously, users had to manually select factors, a time-consuming process. Now, the system uses AI to streamline this task, improving efficiency and accuracy for tracking carbon emissions.
Original PR description
Before this commit, the user has to manually find the best emission factor for each emission to define which could be very long and annoying when we don't know which one to use when we import emission factor from ADEME or IPCC databases, for instance. This commit adds a way to assign the emission factor for each selected emission in the list/kanban view with AI. This new AI action runs in a cron, and an email is sent to the user when the process is finished. We also add a server action that allows the user to quickly create assignation rules from emissions (from list and kanban views). We add an action to remove the database and all its linked emission factors and sources. We add a new menu item for assignation rules, to ease creating and deleting assignation rules more easily. task-4933207