Tuesday, July 5, 2016
2 changes
New functionality added to Odoo
Project management no longer requires the general portal feature by default. A new website project area adds customer-facing project and task pages, including lists, details, dashboard counts, and related timesheet or issue views where applicable.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=21164&view_type=form&model=project.task&action=327 - Pad : https://pad.odoo.com/p/r.0dd58b859078ee3fa98d786eaa11da78 Current behavior before PR: - Project depends on 'portal', but it should not. Desired behavior after PR is merged: - Removed 'portal' dependency from the 'project' - Introduced new module 'website_project' for portal front end view - Added task and project views on front end ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change lets partners view their assigned leads and opportunities from the My Account area, including list, filter, sorting, and detail pages. It also separates portal-related pieces from the core partner assignment module, making the setup cleaner and reducing unnecessary dependencies.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=26737&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - Pad : https://pad.odoo.com/p/r.f69a30258266b795d6a535f9a7daf3f2 Current behavior before PR: - 'crm_partner_assign' module depends on 'portal' module - No front end views for 'Leads' Desired behavior after PR is merged: - Removed 'portal' dependency from 'crm_partner_assign' - Moved 'portal' views, data and security to 'website_crm_partner_assign' - In Front end, added list and detailed view for leads in 'My Account' (my/home) ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr