Daily updates from Odoo
Navigate
Branch
Friday, November 9, 2018
7 changes
New functionality added to Odoo
The Mail app now includes the broken heart emoji in its emoji list. This gives users one more expressive option when reacting or communicating in messages.
Original PR description
The world ain't all sunshine and rainbows. ~~ Sylvester Stallone
Enhancements to existing features
This update makes small usability improvements to server action configuration screens in the Base and Mail areas. It improves how fields are targeted in the interface and adds automatic focus so users can start editing more quickly.
Original PR description
[IMP] base, mail: better xpath for server actions and add autofocus
The mass mailing demo environment now includes examples of contacts who opted out or are blacklisted, making it easier to see how these cases appear in the interface. Related tests were adjusted so they focus on test-created contacts and are not affected by demo records.
Original PR description
In order to understand more easily the impact of an opt out or a blacklisted contact on the interface, blacklist and opt-out demo data are added. Task : https://www.odoo.com/web#id=1892998&action=327&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now open the activity view directly from the activity systray menu for any app that supports it, not just Contacts. This makes it faster to review and manage pending activities across different Odoo apps from one menu.
Original PR description
Current behavior before PR: You can only access the activity view of the Contacts app via icon in activity systray menu. Desired behavior after PR is merged: All apps in the systray menu have their icon linking to the corresponding activity view. Purpose: When the activity view is available for a module, display an icon on the activity systray menu to access it. task : https://www.odoo.com/web/#id=1894900&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Marketing automation campaign testing is now easier to launch and understand, with a simplified test flow that keeps test participants separate from real campaign participants. This helps teams validate campaigns safely without affecting live audience data or performance statistics.
Original PR description
Purpose
* the behavior of the testing of a campaign is absolutely not clear;
* testing a campaign should have no impact on the participants, easy to send
to myself and to understand;
Specifications
* CALL TO ACTION: STOP should be a primary and Launch a test should be a
secundary
* LAUNCHING A TEST
* Click on launch a test: it opens a simplified popup with only record
selection + continue / discard instead of a participant form view
badly displayed in a model;
* Continue leads you directly to the participant form view where you can
click on activities to progress in the testing;
* PARTICIPANTS
* Add a difference between test participants and real participants;
* Create a new stat button to see your tests;
This merge is linked to task ID 1906924 and PR #3042.The lead scoring app gets small interface improvements that make scoring rules and salesperson views easier to understand and navigate. Users can now see activation status more clearly, click salesperson cards more naturally, and read improved module descriptions.
Original PR description
The lead scoring module is not user-friendly. This first task aims at improving it a bit. Purpose : A tiny bit of interface improvement in the Lead Scoring module - Active made as a stat button in scoring rules form - Title changed and kanban card made clickable in salesperson kanban view - Summary added and module description upgraded Task : https://www.odoo.com/web/#id=1873889&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 -- 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 issue where employee presence information was not passed through correctly during live updates. As a result, users should no longer incorrectly appear offline when they are active.
Original PR description
The hr_presence module recently introduced adds a hook on the bus controller in order to execute its very important and legally business, but this hook brings an error as it forgot to propagate the bus options. Consequence: the bus_inactivity, responsible of the bus.presence are not pass to super. So all user appears offline. 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