From 87b18ace2cbcc45aa022fe520a9889ff4695157c Mon Sep 17 00:00:00 2001
From: Fabien BOURGEOIS <fabien@yaltik.com>
Date: Fri, 11 Feb 2022 18:51:29 +0100
Subject: [PATCH] [MIG]Yaltik Bootstrap : 15.0 init

---
 yaltik_bootstrap/__manifest__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/yaltik_bootstrap/__manifest__.py b/yaltik_bootstrap/__manifest__.py
index 8e93a34..ff5f1b5 100644
--- a/yaltik_bootstrap/__manifest__.py
+++ b/yaltik_bootstrap/__manifest__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-#    Copyright 2018-2021 Fabien Bourgeois <fabien@yaltik.com>
+#    Copyright 2018-2022 Fabien Bourgeois <fabien@yaltik.com>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
@@ -21,12 +21,12 @@
     'description': """ Yaltik bootstrap : common dependencies for all projects :
     * addons from OCA : FR localization, debranding ;
     * new backend and responsive theme """,
-    'version': '14.0.0.0.1',
+    'version': '15.0.0.0.1',
     'category': 'Yaltik',
     'author': 'Fabien Bourgeois',
     'license': 'AGPL-3',
     'application': False,
     'installable': True,
     'depends': ['l10n_fr', 'l10n_fr_siret', 'l10n_fr_state', 'l10n_fr_department',
-                'disable_odoo_online', 'mail_debrand', 'backend_theme_v14']
+                'mail_debrand', 'muk_web_theme']
 }