diff --git a/project_customer_access/security/project_customer_access_security.xml b/project_customer_access/security/project_customer_access_security.xml index 7dc6f01..0db99ba 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 61c9257..e3f275d 100644 --- a/project_customer_access/views/project_task_views.xml +++ b/project_customer_access/views/project_task_views.xml @@ -228,9 +228,14 @@
+
+ + project.task.form.quick_create.customer.access + project.task + + primary + + + 1 + + + + project.task.kanban (in project_customer_access) project.task @@ -416,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"