Daily updates from Odoo
Monday, February 18, 2019
8 changes · master
New functionality added to Odoo
This pull request adds Bengali language translation files for the Odoo Portal and Website areas. It helps Bengali-speaking users navigate customer-facing pages more easily, while also including contributor documentation and configuration updates.
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
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.
Resolved issues and error corrections
This fixes an issue where direct message chats could miss the other person's name and email after a recent performance optimization. Users should now see the correct contact information in direct message conversations again.
Original PR description
Revision on 9751644 The commit above improves the channel_info, so that there are less DB queries. However, the computation was wrong for partners on dm chat, which resulted in omitting the name and email of the partner.
Code cleanup and technical improvements
The theme installation screen has been redesigned to provide a clearer and more polished experience when setting up a website theme. This improves the first-time website setup flow and helps users make progress with less friction.
Original PR description
task-1907934