From 90cfdb2495f789ede09e58e0d1cb5dad6f08f6e4 Mon Sep 17 00:00:00 2001 From: Boris Gallet Date: Thu, 2 Nov 2023 09:30:57 +0100 Subject: [PATCH] [FIX] project_name_from_lead : add depends crrm --- project_name_from_lead/__manifest__.py | 1 + project_parent_task/__manifest__.py | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/project_name_from_lead/__manifest__.py b/project_name_from_lead/__manifest__.py index 8a45c34..c2d4476 100644 --- a/project_name_from_lead/__manifest__.py +++ b/project_name_from_lead/__manifest__.py @@ -13,6 +13,7 @@ # any module necessary for this one to work correctly "depends": [ "base", + "crm", "sale_project", ], "qweb": [ diff --git a/project_parent_task/__manifest__.py b/project_parent_task/__manifest__.py index 5a3c432..1aeec39 100644 --- a/project_parent_task/__manifest__.py +++ b/project_parent_task/__manifest__.py @@ -9,16 +9,17 @@ "maintainer": "Laetitia Da Costa", "license": "AGPL-3", "category": "Project", - "summary": "in parent's tasks dropdown list, show only tasks from the current projet", + "summary": "in parent's tasks dropdown field, show only tasks from the current projet", "description": """ :image: https://img.shields.io/badge/licence-AGPL--3-blue.svg :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 ==================== -project_request_data +project_parent_tasks ==================== -Add several fields in tasks, that provide several data on the request +when selecting a parent task in a task, display only tasks from the current project + Installation ============