From 928dae87a9731cbc522a1501339702e042b75798 Mon Sep 17 00:00:00 2001
From: Remi <remi@le-filament.com>
Date: Fri, 13 Dec 2019 15:10:01 +0100
Subject: [PATCH] =?UTF-8?q?Supprimer=20les=20donn=C3=A9es=20Pays?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 __manifest__.py       | 1 -
 datas/res.country.csv | 2 --
 2 files changed, 3 deletions(-)
 delete mode 100644 datas/res.country.csv

diff --git a/__manifest__.py b/__manifest__.py
index 35db74b..f88b446 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -33,7 +33,6 @@
         "views/scop_config_views.xml",
         "views/scop_config_lists_views.xml",
         "views/scop_period_views.xml",
-        "datas/res.country.csv",
         "datas/union.regionale.csv",
         "datas/res.partner.certification.csv",
         "datas/res.partner.company.type.csv",
diff --git a/datas/res.country.csv b/datas/res.country.csv
deleted file mode 100644
index adbfe48..0000000
--- a/datas/res.country.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-id,address_format
-base.fr,"%(street)s\n%(street2)s\n%(zip)s %(city)s %(cedex)s\n%(country_name)s"
-- 
GitLab