Daily updates from Odoo
Wednesday, July 10, 2019
7 changes · master
New functionality added to Odoo
Odoo now sends a one-time reminder to people who invited users that have not completed registration after a default delay of five days. This helps inviters follow up on pending account activations and reduces forgotten onboarding invitations.
Original PR description
**Send a mail to a user informing him about the user(s) he has invited in Odoo, but have still not registered.** - Here, we've sent a mail template to the user(s) who added another user(s) in Odoo. - It informs them about the details of users who have been invited but have not yet registered. _Note: The mail to the **invitor** shall be sent **after 5 days**(default) from the day he invited the user(s), and will be reminded only once about **that day's invitations**._ Task Link: https://www.odoo.com/web?#id=1912449&action=327&model=project.task&view_type=form&menu_id=4720 Pad Link: https://pad.odoo.com/p/r.0f4e15e2cb86d382d220151b24be7526 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The website blog module now offers cleaner blog layouts, including grid display, improved sidebars, visible tags, author avatar options, and new cover image sizes. These changes help businesses present blog content more attractively and make posts easier for visitors to browse and share.
Users no longer need to click a button to see earlier chatter or Discuss messages; older messages load automatically while scrolling. The update makes conversation history easier to browse and also corrects the starred message counter when using "unstar all."
Original PR description
Task : https://www.odoo.com/web?#id=33958&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.c93f2456e4a2f6953c0012e794f9e832 Description of the issue/feature this PR addresses: Instead of showing « show older message » at the bottom of the chatter, when scrolling to the bottom of the page, it should load the older messages automatically. Current behavior before PR: By clicking on « show older message », it should load the older messages automatically. Desired behavior after PR is merged: It loads the older messages automatically when scrolling. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product search pages now show only the categories and attribute values that match the customer's search. A clear button in the search box makes it easier for shoppers to reset their search without manually deleting text and pressing enter.
Original PR description
Task: https://www.odoo.com/web#id=34786&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.a33b9f41096aec34480e92b56e69789e Description of the issue/feature this PR addresses: when using the search field, only matching categories and attribute values should show up button to clear the search : Now you have to empty the search field and press enter, not really user friendly. Current behavior before PR: when using the search field, only matching categories and attribute values should show up button to clear the search : Now you have to empty the search field and press enter, not really user friendly. Desired behavior after PR is merged: After searching product only matching categories will show. And From the search box you can empty search. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Administrators now see a confirmation before leaving a channel they manage, helping prevent accidental loss of access. The update also fixes an error that could occur when users unsubscribed from their own channels.
Original PR description
Task : https://www.odoo.com/web#id=1835641&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2e098d4fb5462877321c6808a7c1e1c2 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Blog tags can now be organized into categories, making it easier for visitors to browse related content. The blog archive layout is also improved with collapsible year sections, helping pages stay cleaner and easier to navigate.
Original PR description
Task: https://www.odoo.com/web?#id=34417&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.98e9c26224a43fb6efda1da44dde6c54 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
Resolved issues and error corrections
This fixes an error that could prevent CRM users from creating lead mining requests. Users can now save these requests normally, helping sales teams continue prospecting without interruption.
Original PR description
change method from '_compute_tooltip' to '_compute_credits' before this commit: - when saving the 'lead mining request' form in the CRM, it gives traceback. after this commit: - lead mining request will be created without any error. Description of the issue/feature this PR addresses: Traceback in Lead Mining Requests creation Current behavior before PR: Traceback in Lead Mining Requests creation Desired behavior after PR is merged: Traceback resolved in Lead Mining Requests creation Issue: https://www.odoo.com/web#id=1998091&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.c1d08e83046b903f66d55772e3f52e71 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr