From a055e50c439c978fe912876a5782e207e3391a3c Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Fri, 26 Jun 2026 12:03:47 +0200 Subject: [PATCH 1/2] [IMP] project_customer_access: Hide note for customer users --- .../project_customer_access_security.xml | 25 +++++++++++++++++++ .../views/project_task_views.xml | 7 +++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/project_customer_access/security/project_customer_access_security.xml b/project_customer_access/security/project_customer_access_security.xml index 7dc6f01a..0db99ba9 100644 --- a/project_customer_access/security/project_customer_access_security.xml +++ b/project_customer_access/security/project_customer_access_security.xml @@ -62,4 +62,29 @@ + + + + + + + + Project Customer Access: No internal Note + + + ['|', ('subtype_id', '=', False), ('subtype_id.internal', '=', False)] + + + + + + + diff --git a/project_customer_access/views/project_task_views.xml b/project_customer_access/views/project_task_views.xml index 61c92570..e0d51e67 100644 --- a/project_customer_access/views/project_task_views.xml +++ b/project_customer_access/views/project_task_views.xml @@ -228,9 +228,14 @@
+
Date: Fri, 26 Jun 2026 12:38:26 +0200 Subject: [PATCH 2/2] [IMP] project_customer_access: Remove possibility on assigning internal users at creation for customer users --- .../views/project_task_views.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/project_customer_access/views/project_task_views.xml b/project_customer_access/views/project_task_views.xml index e0d51e67..e3f275dd 100644 --- a/project_customer_access/views/project_task_views.xml +++ b/project_customer_access/views/project_task_views.xml @@ -412,6 +412,18 @@ + + project.task.form.quick_create.customer.access + project.task + + primary + + + 1 + + + + project.task.kanban (in project_customer_access) project.task @@ -421,7 +433,7 @@ default_group_by="stage_id" class="o_kanban_small_column o_kanban_project_tasks" on_create="quick_create" - quick_create_view="project.quick_create_task_form" + quick_create_view="project_customer_access.quick_create_task_form_customer_access" examples="project" js_class="project_task_kanban" sample="1"