Thursday, July 30, 2015
8 changes · master
Enhancements to existing features
Sales team and CRM screens were refined to make Kanban and form views clearer and more relevant for end users. The update streamlines visible fields and removes outdated CRM stage options, helping sales users focus on the information they need.
Original PR description
<b>Task</b>: https://www.odoo.com/web#id=19383&view_type=form&model=project.task&menu_id=3942&action=327 <b>Pad</b>: https://pad.odoo.com/p/r.BMLU3FqdQMnNwhmt
Project management was simplified by removing the unused project member concept and relying on followers for communication. Project stages are now managed per project by default, while shared stages remain possible when needed, and several project, task, issue, and timesheet screens were cleaned up for easier use.
Original PR description
Task: https://www.odoo.com/web#id=12171&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.wDork7DEq0iexczp
This update corrects small typos in the Accounting settings area. It improves clarity for users without changing how the system works.
Project setup screens are streamlined so teams can focus on creating and organizing work without seeing advanced technical options by default. Project lists now sort more predictably, time-planning details move behind settings, and users can more easily find projects they follow.
Original PR description
[IMP]Project: kanban view Projects should be display in this order : sequence, name, id. By default, [IMP]Project form: remove team. Hide team tab from project view. hide following elements: - eMails (alias tab) techncial feature - Project Stages in (stages will be created in Task kanban view) + add a handle widget to change the stage sequence -> technical feature. - Planned Time, Time Spent, Working Time, start date, end date and Parent + Gantt View -> Option in settings: "Manage time and planning". [IMP]Project: Remove "Default For New Projects" (no more default stages) [IMP]Project: Remove the tab stages, as we can edit everything from the kanban view [IMP]Project: Add a filter : "Followed by Me" on the project search view, which is NOT set by default on the action. Task: https://www.odoo.com/web#id=12171&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.wDork7DEq0iexczp
Currency placement is now managed through language settings instead of each currency record. This makes amounts display more consistently across invoices, payments, point of sale, sales, and web screens for users working in different locales.
Original PR description
Task: https://www.odoo.com/web#id=13381&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.AO4Jc8XR8Msxihm3
Barcode scanning is now handled more reliably when the Barcodes app is installed, making scanned inputs easier for Odoo to recognize and share with other screens. The update also reduces interference with keyboard shortcuts and point-of-sale usage, improving day-to-day usability for teams using scanners.
Original PR description
A BarcodeEvents singleton that tries to interpret keypresses as barcodes is instanciated when module barcodes is installed. It broadcasts 'barcode_scanned' events on core.bus.
Features or functions removed from Odoo
Odoo now treats multiple sales teams and the related dashboards as the standard way to manage sales work, removing the older single-team option. This simplifies CRM and sales team setup, makes pipeline stages team-specific, and updates related reports, menus, demo data, and configuration screens to match the new workflow.
Original PR description
Using several sales team and the new dashboards is now the only behavior about sales team. The unique sales team mode is therefore removed, leading to some update in the various addons that hide the team_id field when not in multi sales team mode.
Code cleanup and technical improvements
The Sales Margin module was migrated to Odoo's newer application framework and reorganized to match current module structure standards. This keeps margin calculations and reporting easier to maintain while preserving existing business functionality, with tests converted to the newer format.
Original PR description
Task: https://www.odoo.com/web#id=13378&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.bSJGE9rAhvMGNKC7