Daily updates from Odoo
Tuesday, June 7, 2022
3 changes
Enhancements to existing features
Website visitor records are now managed more efficiently without relying on browser cookies. This improves performance for visitor-related features such as appointments, events, and push notifications while keeping the user experience consistent.
Original PR description
Counterpart of the community change, where the main changes are: - Visitor are not handled with cookies anymore. - Visitor is managed with a raw SQL UPSERT Query See community PR for more details task-2867045
Users working with multiple companies can now select one journal group per company when filtering account reports. This makes it easier to apply consistent journal filters across companies while keeping the existing single-company behavior unchanged.
Original PR description
In mono-company, journal groups are exclusive, which makes sense. However, in multi, the user should be able to select one (and only one) journal group per company. This would for example allow the user to apply the same filter in the displayed journals for each of the companies. This PR allows for this behaviour, while not changing the way mono-company works. task-2784137
Purchase bill recurrence handling has been aligned with the broader recurring entries feature. This helps ensure accounting assets and recurring bills behave consistently as the posting schedule options evolve.
Original PR description
[Task-2855545](https://www.odoo.com/web#id=2855545&model=project.task)