Daily updates from Odoo
Wednesday, May 15, 2019
4 changes · master
Enhancements to existing features
Link tracker graph reports now automatically organize results by country. This makes geographic performance patterns easier to see without users needing to adjust the report manually.
Original PR description
There is now a default groupby for the linktracker graph, it is grouped by country. task-1961604
In debug mode, the Apps view now shows each module's technical name instead of its description. This makes it easier for administrators and support teams to identify the exact module without disrupting the existing layout.
Original PR description
Since the kanban module refactoring, the module technical name is most of the time not visible in debug mode. Only module with a very short name leave enough space for the technical name to be shown (completely). We can now correctly see the technical name in debug. It will replace the description (which is not really mandatory in such a mode). Adding it in top of the description would've break the cell 'height pixel perfect' looking, thus breaking the layout.
The lead search screen in Website CRM Score has been simplified by removing filters that were not useful for leads. This makes it easier for sales teams to find relevant leads without confusing or irrelevant search options.
Original PR description
Purpose of this task is, Some aspects of CRM searchview do not make sense with leads so remove those search filters. Description of the issue/feature this PR addresses: - Related task : https://www.odoo.com/web?#id=1941642&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.1641382673915dee83a83f31d7e0ca53
Resolved issues and error corrections
This update prevents an error from appearing when users change the account on accounting journal item lines in list view. It also aligns the account selection behavior with the form view, making the experience more consistent and reducing disruption during accounting work.
Original PR description
**Description of the issue/feature this PR addresses**:
- Task: https://www.odoo.com/web#id=1974059&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
- Pad: https://pad.odoo.com/p/r.2c15a985205d2344eecde1c9a7cf48d8
**Description**
-Prevented traceback which appeared while changing account_id in the list view of 'account.move.line'.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr