Monday, February 18, 2019
5 changes · master
Enhancements to existing features
This update improves how payroll records and point-of-sale sessions work in multi-company environments, reducing errors when data belongs to different companies. It also removes India payroll reports that did not provide useful business information.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users who have blocked Odoo push notifications will now see a clear alert in their preferences. This helps them understand why notifications are not arriving and where to take action, reducing confusion and support effort.
Original PR description
Description of the issue/feature this PR addresses: - Blocked push notification alert - Task : https://www.odoo.com/web#id=1929547&action=327&model=project.task&view_type=form&menu_id=4720 - Pad : https://pad.odoo.com/p/r.1e6c8b19e79b2420957d973237687890 Current behavior before PR: - There was not any alert or something like that if user has blocked the push notifications. Desired behavior after PR is merged: - If user has blocked odoo push notifications then the alert message will be shown under users preference section. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a currency is activated or edited, the web interface now refreshes its currency information automatically. This prevents missing currency symbols on amounts and removes the need for users to manually reload the page.
Original PR description
Active currencies are given in session_info, in the page source. When the user activated a new currency, he had to reload the page to make the browser aware of that new currency (without reloading, there was no currency symbol displayed next to the amounts). This rev. forces a reload of the currencies each time a currency is edited. Task #1838654 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Gantt view now supports the consolidation feature again, allowing teams to group and assess workload or planning data more effectively. The related documentation was updated so users and implementers can understand how to use this capability.
This update restores and improves consolidation information in Gantt planning views, helping teams see workload or allocation totals directly in their schedules. It also makes related visual details more consistent and fixes display issues, improving readability for planning users.