Thursday, April 30, 2026
2 changes · 19.0
Enhancements to existing features
Point of Sale users can now open sessions directly from the menu, making day-to-day access simpler. Employees with minimal access rights no longer see sensitive product financial information, helping keep business data limited to appropriate users.
Original PR description
- Allow PoS users to access sessions directly from the menu. - Restrict visibility of product financial information for users with minimal access rights. Task-[5980289](https://www.odoo.com/odoo/project/1737/tasks/5980289) Related PRs: - https://github.com/odoo/enterprise/pull/109173
This update expands the 'Reload AI Data' button on invoices to support importing bills from Peppol and other e-invoicing formats. This allows users to easily correct mistakes or re-import invoices after deleting lines, improving data accuracy and streamlining the billing process.
Original PR description
When a bill is imported from OCR there is a button called Reload AI Data appears that the user can use to reload the bill, it is useful if the user deleted a line by mistake or for whatever reason wanted to reload the bill, but this button is only supporting OCR at the moment. This commit extends its functionality to support also peppol and other einvoicing formats as well. task-6159853