diff --git a/LICENSE b/LICENSE
index 3ffc5678936860cc15a4d2d2e2c8db1dbb5ff219..eb37cafa97f50fd1f5768033d3652165b5810e75 100644
--- a/LICENSE
+++ b/LICENSE
@@ -617,45 +617,3 @@ Program, unless a warranty or assumption of liability accompanies a
 copy of the Program in return for a fee.
 
                      END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU Affero General Public License as published
-    by the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Affero General Public License for more details.
-
-    You should have received a copy of the GNU Affero General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If your software can interact with users remotely through a computer
-network, you should also make sure that it provides a way for users to
-get its source.  For example, if your program is a web application, its
-interface could display a "Source" link that leads users to an archive
-of the code.  There are many ways you could offer source, and different
-solutions will be better for different programs; see section 13 for the
-specific requirements.
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU AGPL, see
-<http://www.gnu.org/licenses/>.
\ No newline at end of file
diff --git a/README.rst b/README.rst
index 4c898f9680b748317971ae9d8f5df190a5c90aac..c5d091a56845e03728102c10cea015fae8ada4e8 100644
--- a/README.rst
+++ b/README.rst
@@ -32,4 +32,3 @@ Maintainer
    :target: https://le-filament.com
 
 This module is maintained by Le Filament
-
diff --git a/__init__.py b/__init__.py
index b44d765940f68ce76fabf4b0f835ae473a8236d8..31660d6a9650857f10c9dbdcd139145e0897ef6e 100644
--- a/__init__.py
+++ b/__init__.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
 
 from . import models
diff --git a/__manifest__.py b/__manifest__.py
index 9d26dab5aab1e58a8e0ac6d8936a0ec7036e5467..c6499cf9f659ba63d422bbf6fe6b26bda5ec8970 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-# Copyright <YEAR(S)> <AUTHOR(S)>
-# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
 {
     "name": "CG SCOP - Gestion Contacts",
     "summary": "CG SCOP - Gestion des contacts",
diff --git a/models/contribution.py b/models/contribution.py
index 379ff0a3abc031dfab137e928250d42ccadc6d2b..48c8913b98035902cbf21a58a5fd58077942e368 100644
--- a/models/contribution.py
+++ b/models/contribution.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -39,4 +38,4 @@ class ContributionType(models.Model):
     _name = "contribution.type"
     _description = "Contribution type"
 
-    name = fields.Char('Contribution type')
\ No newline at end of file
+    name = fields.Char('Contribution type')
diff --git a/models/effectif.py b/models/effectif.py
index 000ace656e890a6a2945ad94ba414a3a1e71e736..363769502eb8d6e4cfb9fdbdf5f25f0679d84045 100644
--- a/models/effectif.py
+++ b/models/effectif.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
diff --git a/models/financial_tools.py b/models/financial_tools.py
index 5c01439dbd35c94c893ab085e0064b45929a80c9..a02afd70dd524d7ece6c8d04ae954c26ac39cde3 100644
--- a/models/financial_tools.py
+++ b/models/financial_tools.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
diff --git a/models/legal_event.py b/models/legal_event.py
index 52b8c5ffbce42458f79858b0eb79393b0fe10edd..cf55cc0323c09465499a92a20698562fb5dd4d80 100644
--- a/models/legal_event.py
+++ b/models/legal_event.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -26,4 +25,4 @@ class EventType(models.Model):
     _name = "event.type"
     _description = "Event type"
 
-    name = fields.Char('Event type')
\ No newline at end of file
+    name = fields.Char('Event type')
diff --git a/models/liasse_fiscale.py b/models/liasse_fiscale.py
index fdf4c276a27d439a73dfe922890ca2f22331c96f..7514c122e97786a4551ac99479b0986841303fda 100644
--- a/models/liasse_fiscale.py
+++ b/models/liasse_fiscale.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -33,4 +32,4 @@ class LiassesFiscales(models.Model):
     pension_fund = fields.Integer("Caisse retraite/solidarité")
     others = fields.Integer("Autres")
     social_capital = fields.Integer("Capital social")
-    equity = fields.Integer("Capitaux propres")
\ No newline at end of file
+    equity = fields.Integer("Capitaux propres")
diff --git a/models/membership_period.py b/models/membership_period.py
index 3fad2a27f1e6aa0cb8d24b6dbf31ccea0c53ea2a..7389f9a5a16f27190128e3547ad5889a472436b9 100644
--- a/models/membership_period.py
+++ b/models/membership_period.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -20,7 +19,7 @@ class MembershipPeriod(models.Model):
     start = fields.Date('Début d’adhésion', default='2019-01-01')
     end = fields.Date('Fin d’adhésion')
     end_reason_membership = fields.Many2one(
-        'reason.end.membership', 
+        'reason.end.membership',
         string='Motif de fin d’adhésion')
     membership_number = fields.Char("No adhérent")
     membership_status = fields.Selection("Statut adhésion")
diff --git a/models/ministry_list.py b/models/ministry_list.py
index a85a933999d99f3dde3e1222869a00f3b9667ab5..d3a003d336fe79d8f4be725a32304b9528cb21ed 100644
--- a/models/ministry_list.py
+++ b/models/ministry_list.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -30,4 +29,4 @@ class MinistryList(models.Model):
         ('reserve', 'Réserve')
         ], string="Avis")
     motivational_advice = fields.Text(
-        "Motivation de l’avis")
\ No newline at end of file
+        "Motivation de l’avis")
diff --git a/models/partner_info.py b/models/partner_info.py
index 44c896ceec735b6a1466c5de9dfdffbd256ce0fe..9b664cc2b5f7fb0bfa4a2d1c615107d7beca728f 100644
--- a/models/partner_info.py
+++ b/models/partner_info.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -19,11 +18,11 @@ class PartnerInfo(models.Model):
     start = fields.Date('Début de validité', default='2019-01-01')
     end = fields.Date('Fin de validitié')
     end_reason_period = fields.Many2one(
-        'reasons.periods', 
+        'reasons.periods',
         string='Motif de fin de validité')
     comments = fields.Text('Commentaires')
     cooperative_form = fields.Many2one(
-        'cooperative.form', 
+        'cooperative.form',
         string="Cooperative form")
     cae = fields.Boolean("CAE")
     scop_priming = fields.Boolean("Scop d'amorçage Oui/Non")
@@ -35,9 +34,9 @@ class PartnerInfo(models.Model):
     zip = fields.Char(change_default=True)
     city = fields.Char()
     state_id = fields.Many2one(
-        "res.country.state", 
-        string='State', 
-        ondelete='restrict', 
+        "res.country.state",
+        string='State',
+        ondelete='restrict',
         domain="[('country_id', '=?', country_id)]")
     country_id = fields.Many2one(
         'res.country', string='Country', ondelete='restrict')
@@ -53,11 +52,11 @@ class PartnerInfo(models.Model):
         string='Statut juridique')
     capital = fields.Integer('Capital social')
     naf = fields.Many2one(
-        'code.naf', 
+        'code.naf',
         string='Code NAF')
     agrement = fields.Many2one(
-        'agrement', 
+        'agrement',
         string='Agrement')
     sector = fields.Many2one(
-        'sector.activity', 
-        string='Secteur d’activité')
\ No newline at end of file
+        'sector.activity',
+        string='Secteur d’activité')
diff --git a/models/questionnaire.py b/models/questionnaire.py
index ffcd781e4123c3f50f8e3337626a6fb60382dc04..b8ef9e391983b4a5d8add8379318f570aa3c92b7 100644
--- a/models/questionnaire.py
+++ b/models/questionnaire.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -18,4 +17,4 @@ class Questionnaire(models.Model):
     date_issue = fields.Date("Date d'émission", default="2019-01-01")
     date_receipt = fields.Date("Date d'émission")
     workforce = fields.Integer("Effectif")
-    workforce_societary = fields.Integer("Effectif sociétaire")
\ No newline at end of file
+    workforce_societary = fields.Integer("Effectif sociétaire")
diff --git a/models/res_partner.py b/models/res_partner.py
index cfd686acac71fdfd17f68a58a7e78898052e585a..3146dfc2b28aed4f344b05da8f4bba1c0ecba30b 100644
--- a/models/res_partner.py
+++ b/models/res_partner.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -53,13 +52,13 @@ class ScopPartner(models.Model):
          ('transmission', 'Transmission'),
          ('reprise', 'reprise')],
         string='Origine création en coop')
-    project_status = fields.Selection([
-        ('information', 'Phase dinformation'),
-        ('pre-diagnostic', 'Phase de pré-diagnostic'),
-        ('accompagnement', 'Phase d accompagnement'),
-        ('adhesion', 'Phase d adhésion'),
-        ('suivi', 'Phase de suivi'),
-        ('abandoonne', 'Projet abandonné')],
+    project_status = fields.Selection(
+        [('information', 'Phase dinformation'),
+         ('pre-diagnostic', 'Phase de pré-diagnostic'),
+         ('accompagnement', 'Phase d accompagnement'),
+         ('adhesion', 'Phase d adhésion'),
+         ('suivi', 'Phase de suivi'),
+         ('abandoonne', 'Projet abandonné')],
         string='Statut projet')
     creation_delegate = fields.Many2one(
         'res.partner',
@@ -88,7 +87,7 @@ class ScopPartner(models.Model):
         'res.partner',
         string='Coord. Expert-Comptable',
         domain=[('is_company', '=', True)])
-    
+
     # Informations fiscales/financières
     first_closeout = fields.Date(
         'Date clôture 1er bilan', default='2019-01-01')
@@ -136,7 +135,7 @@ class ScopPartner(models.Model):
     questionnaire_ids = fields.One2many(
         comodel_name='questionnaire',
         inverse_name='partner_id',
-        string='Questionnaire')    
+        string='Questionnaire')
 
     # Liasse fiscale
     liasse_fiscale_ids = fields.One2many(
@@ -154,13 +153,13 @@ class ScopPartner(models.Model):
     revision_ids = fields.One2many(
         comodel_name='revision',
         inverse_name='partner_id',
-        string='Liste des Révisions')    
+        string='Liste des Révisions')
 
     # Evènements juridiques
     legal_event_ids = fields.One2many(
         comodel_name='legal.event',
         inverse_name='partner_id',
-        string='Evènements juridiques')    
+        string='Evènements juridiques')
 
     # Outils financiers
     financial_tools_ids = fields.One2many(
@@ -170,9 +169,9 @@ class ScopPartner(models.Model):
 
     # Contacts
     # contacts_list = fields.One2many(
-    #     comodel_name='res.partner', 
-    #     string='Liste des contacts') 
-    
+    #     comodel_name='res.partner',
+    #     string='Liste des contacts')
+
     # Champs pour contacts
     year_birthday = fields.Integer("Année de naissance")
     level_study = fields.Selection([
@@ -189,7 +188,7 @@ class ScopPartner(models.Model):
         'origin',
         string="Origine du contact")
     legality_contact = fields.Char("Licéité du contact")
-    
+
 
 class Subscription(models.Model):
     _name = "subscription"
diff --git a/models/revision.py b/models/revision.py
index 7b52d1682231f6ce16466005b1cc7bb95c4874d7..9662685dae46bd3e843ef3bfb9f88a6d1cf48893 100644
--- a/models/revision.py
+++ b/models/revision.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -24,4 +23,4 @@ class Revision(models.Model):
         'res.partner',
         string='Organisme de révision',
         domain=[('is_company', '=', True)])
-    comment = fields.Text("Commentaire")
\ No newline at end of file
+    comment = fields.Text("Commentaire")
diff --git a/models/table_cg_scop.py b/models/table_cg_scop.py
index 1452f407c07868e83183732f9234589956ab3cac..7fda68147c546edfdaa2323e78df7c6e605f870d 100644
--- a/models/table_cg_scop.py
+++ b/models/table_cg_scop.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # © 2019 Le Filament (<http://www.le-filament.com>)
 # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
 
@@ -51,4 +50,4 @@ class CodeNaf(models.Model):
     _name = "code.naf"
     _description = "Code Naf"
 
-    name = fields.Char('Code Naf')
\ No newline at end of file
+    name = fields.Char('Code Naf')