diff --git a/__manifest__.py b/__manifest__.py
index edf73dad2634481817e8796f976800ef53acb5c7..9bf72838bc648db8cb33c2965df2737b484ab666 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,39 +1,40 @@
 {
-	'name': 'Le Filament - Projets',
+    'name': 'Le Filament - Projets',
 
-	'summary': """
+    'summary': """
         Projets Le Filament""",
 
-	'version': '10.0.1.0',
-	'license': 'AGPL-3',
-	'description': """
-	
-	Module Projet Le Filament
+    'version': '10.0.1.0',
+    'license': 'AGPL-3',
+    'description': """
+    
+    Module Projet Le Filament
 
-	This module depends upon *hr_timesheet* and *hr_expense* modules.
+    This module depends upon *hr_timesheet* and *hr_expense* modules.
 
-	This module provides:
- 	- the calculation of imputed hours and costs on the project
- 	- the project estimate (based on a variable of the number of hours per day)
- 	- a progressbar spent / budget
-	- prospecting hours (new field to set up at the project level and based on the number of hours charged to a task named Prospection)
+    This module provides:
+    - the calculation of imputed hours and costs on the project
+    - the project estimate (based on a variable of the number of hours per day)
+    - a progressbar spent / budget
+    - prospecting hours (new field to set up at the project level and based on the number of hours charged to a task named Prospection)
 
-	""",
-	
-	'author': 'LE FILAMENT',
-	'category': 'Project',
-	'depends': ['hr_timesheet','hr_expense'],
-	'contributors': [
+    """,
+    
+    'author': 'LE FILAMENT',
+    'category': 'Project',
+    'depends': ['hr_timesheet','hr_expense'],
+    'contributors': [
         'Benjamin Rivier <benjamin@le-filament.com>',
-		'Rémi Cazenave <remi@le-filament.com>',
-		'Juliana Poudou <juliana@le-filament.com>',
+        'Rémi Cazenave <remi@le-filament.com>',
+        'Juliana Poudou <juliana@le-filament.com>',
     ],
-	'website': 'https://le-filament.com',
-	'data': [
-		'views/assets.xml',
-		'views/lefilament_projets_view.xml',
-		'views/account_analytic_view.xml',
-	],
-	'qweb': [
+    'website': 'https://le-filament.com',
+    'data': [
+        'views/assets.xml',
+        'views/lefilament_projets_view.xml',
+        'views/account_analytic_view.xml',
+        'security/ir.model.access.csv',
+    ],
+    'qweb': [
     ],
 }
diff --git a/security/ir.model.access.csv b/security/ir.model.access.csv
new file mode 100644
index 0000000000000000000000000000000000000000..4a04d6be7cc3f65e9280302ae914c0cdcdbf90b1
--- /dev/null
+++ b/security/ir.model.access.csv
@@ -0,0 +1,3 @@
+id,active,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
+project.access_project_task,0,project.task,project.model_project_task,project.group_project_user,1,1,1,1
+access_project_task,1,project.task.lf,project.model_project_task,project.group_project_user,1,0,0,0
\ No newline at end of file