Wednesday, December 31, 2025
2 changes · master
New functionality added to Odoo
Odoo now separates the customer autocomplete feature from the Point of Sale app and adds a dedicated connector between them. This keeps the apps more modular while preserving customer lookup support in Point of Sale when both features are installed.
Original PR description
in this commit: - Removed dependency of `partner_autocomplete` with `point_of_sale`. - Add new module linking `partner_autocomplete` with `point_of_sale`. task-5365585
This update introduces new Profit & Loss and Balance Sheet reports that utilize account tags instead of traditional account codes. This change simplifies reporting by aligning with a more modern accounting approach, though users will now need to manually enable these reports.
Original PR description
This pr introduce new PL and BS reports based on account tags. And old PL and BS reports based on account codes are inactive now. So now user have to now manually enable them via Enable more on each report. Related Community PR: https://github.com/odoo/odoo/pull/222186 Task: 4978415 Forward-Port-Of: odoo/enterprise#103002 Forward-Port-Of: odoo/enterprise#91903