Browse Source

[WIP][MIG] emc_w_taxshelter: Migration to 12.0

pull/69/head
Rémy Taymans 4 years ago
parent
commit
5d498c5cd9
  1. 8
      easy_my_coop_website_taxshelter/__manifest__.py

8
easy_my_coop_website_taxshelter/__manifest__.py

@ -1,4 +1,4 @@
# Copyright 2018-Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# Copyright 2018-2020 Coop IT Easy SCRLfs (<http://www.coopiteasy.be>)
# - Rémy Taymans <remy@coopiteasy.be>
# 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,
}
Loading…
Cancel
Save