From 25b1702b6841578eeeb8bcfb42018cb7d9dc4954 Mon Sep 17 00:00:00 2001
From: benjamin <benjamin@le-filament.com>
Date: Tue, 12 Apr 2022 12:30:34 +0200
Subject: [PATCH] [mig] Migration 13.0

---
 .pylintrc           | 2 +-
 .pylintrc-mandatory | 2 +-
 __manifest__.py     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pylintrc b/.pylintrc
index dc6270e..542c686 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
 manifest_required_keys=license
 manifest_deprecated_keys=description,active
 license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
-valid_odoo_versions=14.0
+valid_odoo_versions=13.0
 
 [MESSAGES CONTROL]
 disable=all
diff --git a/.pylintrc-mandatory b/.pylintrc-mandatory
index 43ea239..74be5ff 100644
--- a/.pylintrc-mandatory
+++ b/.pylintrc-mandatory
@@ -8,7 +8,7 @@ manifest_required_authors=Le Filament
 manifest_required_keys=license
 manifest_deprecated_keys=description,active
 license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
-valid_odoo_versions=14.0
+valid_odoo_versions=13.0
 
 [MESSAGES CONTROL]
 disable=all
diff --git a/__manifest__.py b/__manifest__.py
index 6d660cd..6c14b78 100644
--- a/__manifest__.py
+++ b/__manifest__.py
@@ -3,7 +3,7 @@
     "summary": "Connexion Alfodoo pour les Coopératives",
     "author": "Le Filament",
     "website": "https://www.le-filament.com",
-    "version": "14.0.1.0.0",
+    "version": "13.0.1.0.0",
     "license": "AGPL-3",
     "depends": [
         "cgscop_alfresco",
-- 
GitLab