From 5d498c5cd925f0f9178955233dda9baf4192c698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Tue, 25 Feb 2020 13:30:20 +0100 Subject: [PATCH] [WIP][MIG] emc_w_taxshelter: Migration to 12.0 --- easy_my_coop_website_taxshelter/__manifest__.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/easy_my_coop_website_taxshelter/__manifest__.py b/easy_my_coop_website_taxshelter/__manifest__.py index 8e69982..2005e5c 100644 --- a/easy_my_coop_website_taxshelter/__manifest__.py +++ b/easy_my_coop_website_taxshelter/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018-Coop IT Easy SCRLfs () +# Copyright 2018-2020 Coop IT Easy SCRLfs () # - Rémy Taymans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -6,10 +6,8 @@ 'name': 'Easy My Coop Tax Shelter Website', "version": "12.0.1.0.0", 'depends': [ - 'website', - 'website_portal_v10', + 'portal', 'easy_my_coop_taxshelter_report', - 'report', ], 'description': """ Give access to Tax Shelter Report in the website portal. @@ -24,6 +22,4 @@ 'data': [ 'views/easy_my_coop_website_taxshelter_templates.xml', ], - 'installable': False, - 'application': False, }