diff --git a/easy_my_coop_website_document/__openerp__.py b/easy_my_coop_website_document/__manifest__.py similarity index 59% rename from easy_my_coop_website_document/__openerp__.py rename to easy_my_coop_website_document/__manifest__.py index 4e4f8e2..5f3ee44 100644 --- a/easy_my_coop_website_document/__openerp__.py +++ b/easy_my_coop_website_document/__manifest__.py @@ -1,32 +1,26 @@ -# -*- coding: utf-8 -*- - -# Copyright 2018 Rémy Taymans +# Copyright 2018-Coop IT Easy SCRLfs () +# - Rémy Taymans # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Easy My Coop Website Document', - - 'summary': """ - Show documents in the website. - """, - 'description': """ - """, - - 'author': 'Rémy Taymans', - 'license': 'AGPL-3', - 'version': '9.0.1.0', - 'website': "https://github.com/houssine78/vertical-cooperative", - - 'category': 'Website, Cooperative Management', - + "version": "12.0.1.0.0", 'depends': [ 'website', 'easy_my_coop_document', ], - + 'author': 'Coop IT Easy SCRLfs', + 'license': 'AGPL-3', + 'category': 'Cooperative Management', + "website": "www.coopiteasy.be", + 'description': """ + Show documents in the website. + """, 'data': [ 'views/easy_my_coop_website_document_templates.xml', 'security/easy_my_coop_website_document_security.xml', 'security/ir.model.access.csv', - ] + ], + 'installable': False, + 'application': False, } diff --git a/easy_my_coop_website_portal/__manifest__.py b/easy_my_coop_website_portal/__manifest__.py new file mode 100644 index 0000000..0063c6f --- /dev/null +++ b/easy_my_coop_website_portal/__manifest__.py @@ -0,0 +1,25 @@ +# Copyright 2018-Coop IT Easy SCRLfs () +# - Rémy Taymans +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + 'name': 'Easy My Coop Website Portal', + "version": "12.0.1.0.0", + 'depends': [ + 'website', + 'website_portal_v10', + 'easy_my_coop', + 'report', + ], + 'description': """ + Show cooperator information in the website portal. + """, + 'author': 'Coop IT Easy SCRLfs', + 'license': 'AGPL-3', + 'category': 'Cooperative Management', + "website": "www.coopiteasy.be", + 'data': [ + 'views/easy_my_coop_website_portal_templates.xml', + ], + 'installable': False, + 'application': False, +} diff --git a/easy_my_coop_website_portal/__openerp__.py b/easy_my_coop_website_portal/__openerp__.py deleted file mode 100644 index 3a282f0..0000000 --- a/easy_my_coop_website_portal/__openerp__.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright 2018 Rémy Taymans -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -{ - 'name': 'Easy My Coop Website Portal', - - 'summary': """ - Show cooperator information in the website portal. - """, - 'description': """ - """, - - 'author': 'Rémy Taymans', - 'license': 'AGPL-3', - 'version': '9.0.1.0', - 'website': "https://github.com/houssine78/vertical-cooperative", - - 'category': 'Website, Cooperative Management', - - 'depends': [ - 'website', - 'website_portal_v10', - 'easy_my_coop', - 'report', - ], - - 'data': [ - 'views/easy_my_coop_website_portal_templates.xml', - ] -} diff --git a/easy_my_coop_website_taxshelter/__manifest__.py b/easy_my_coop_website_taxshelter/__manifest__.py new file mode 100644 index 0000000..8e69982 --- /dev/null +++ b/easy_my_coop_website_taxshelter/__manifest__.py @@ -0,0 +1,29 @@ +# Copyright 2018-Coop IT Easy SCRLfs () +# - Rémy Taymans +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Easy My Coop Tax Shelter Website', + "version": "12.0.1.0.0", + 'depends': [ + 'website', + 'website_portal_v10', + 'easy_my_coop_taxshelter_report', + 'report', + ], + 'description': """ + Give access to Tax Shelter Report in the website portal. + """, + 'author': 'Coop IT Easy SCRLfs', + 'license': 'AGPL-3', + 'category': 'Cooperative Management', + "website": "www.coopiteasy.be", + + 'category': 'Cooperative Management', + + 'data': [ + 'views/easy_my_coop_website_taxshelter_templates.xml', + ], + 'installable': False, + 'application': False, +} diff --git a/easy_my_coop_website_taxshelter/__openerp__.py b/easy_my_coop_website_taxshelter/__openerp__.py deleted file mode 100644 index 4f94c8d..0000000 --- a/easy_my_coop_website_taxshelter/__openerp__.py +++ /dev/null @@ -1,32 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright 2018 Rémy Taymans -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -{ - 'name': 'Easy My Coop Tax Shelter Website', - - 'summary': """ - Give access to Tax Shelter Report in the website portal. - """, - 'description': """ - """, - - 'author': 'Rémy Taymans', - 'license': 'AGPL-3', - 'version': '9.0.1.0', - 'website': "https://github.com/houssine78/vertical-cooperative", - - 'category': 'Website, Cooperative Management', - - 'depends': [ - 'website', - 'website_portal_v10', - 'easy_my_coop_taxshelter_report', - 'report', - ], - - 'data': [ - 'views/easy_my_coop_website_taxshelter_templates.xml', - ] -}