Daily updates from Odoo
Thursday, February 14, 2019
5 changes · master
New functionality added to Odoo
This adds a new CRM lead generation feature that lets sales teams request leads based on criteria such as location, company size, industry, technologies, and contact seniority. It helps teams quickly create targeted opportunities with preset sales assignments and tags, reducing manual prospecting work.
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 can now add a signature directly to binary file fields by drawing it, uploading an image, or generating it from their name. This makes signature collection reusable beyond the portal and sale flows, reducing duplicate signature handling across the system.
Original PR description
Add a new widget for binary fields. It open a dialog box and the user can sign manually,
or an signature can be draw automatically or he can upload a picture of his signature.
There are 3 options on the widget:
A 'full_name' option that defines which char field will be used as 'full name' to automatically generate the signature, the field must be present in the view (either in invisible). Example: "{'full_name': 'display_name'}". If this option is set, we can use the auto sign function.
A 'default_font' option to set the font to use for the 'auto' signature. If this option is set, we should not show the font selector.
A 'size' option with the length and/or the width. Example: "{'size': [200,'']}" or "{'size': [200,400]}".
id=1929011
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prIntroduces a redesigned user profile page that brings together gamification, forum activity, and eLearning progress in one place. This gives learners and community members a clearer view of their achievements and makes course-related discussion easier through linked forums.
Original PR description
Purpose of this merge is to provide a completely new and improved user profile page linked to gamification, slides and forum. Those frontend applications now heavily rely on website profile and add…
Purpose of this merge is to provide a completely new and improved user profile page linked to gamification, slides and forum. Those frontend applications now heavily rely on website profile and add their own custom content like channel or forum participation or challenges results. This merge is linked to the currently under development eLearning feature [1][2]. This merge contains notably * review website profile page centralized in a new module : website_profile; * move everything that was linked to the profile from website_forum in website_profile; * properly add forum informations in website_forum through inheritance; * add channel / course informations in website_slides through inheritance; A new bridge module is added that is website_slide_forum. It makes a link between those two applications. Publishers can create a forum linked to a course allowing participants to communicate and ask questions related to a course. Profile page is contextualized. When coming from a channel informations about this channel is displayed. Linked forum information is added. When coming from a specific forum only information related to this forum is displayed. Otherwise a profile page with aggregated information is displayed. Some other improvements are done: ranks, karma, badges from gamification are included in forum and eLearning, 'new badge notifications' mechanism is removed as email are send, and various other improvements. See sub commits for more details. Merge linked to task ID 1922159. [1] see task ID 1902304 (main eLearning task) PR #29876; [2] see task ID 1936153 (new homepage for slides) PR #30770;
Administrators can now reset modified views and website templates back to their original definitions without reinstalling modules. This makes it faster to recover from broken customizations and improves reliability when working with developer XML mode.
Original PR description
Allow to restore user-modified views to their original state by RPC or with a button available in ir.ui.view form view (debug mode) Task: https://www.odoo.com/web#id=39930&view_type=form&model=project.task&menu_id=
The mobile app now offers a barcode scanner button for fields that link to another record. This lets users scan barcodes with the device's native scanner instead of manually searching or typing, speeding up mobile workflows and reducing entry errors.
Original PR description
After this commit a new widget will be available FieldMany2OneBarcode. When user touch this button the native app will open the native barcode scanner. Task ID: 1924766