From e95c3042baeba09d3da049096032a12990970c7c Mon Sep 17 00:00:00 2001 From: Ferran Quer Guerrero Date: Fri, 13 Dec 2019 20:08:01 +0100 Subject: [PATCH] Fix manifests: URL and version numbers --- easy_my_coop_be/__manifest__.py | 2 +- easy_my_coop_ch/__manifest__.py | 2 +- easy_my_coop_dividend/__manifest__.py | 4 +-- easy_my_coop_document/__manifest__.py | 2 +- easy_my_coop_eater/__manifest__.py | 4 +-- easy_my_coop_export_xlsx/__manifest__.py | 4 +-- easy_my_coop_fr/__manifest__.py | 2 +- easy_my_coop_online_payment/__manifest__.py | 4 +-- .../__manifest__.py | 4 +-- .../__manifest__.py | 4 +-- easy_my_coop_website/__manifest__.py | 2 +- easy_my_coop_website_document/__manifest__.py | 26 +++++++++++++++++++ easy_my_coop_website_portal/__manifest__.py | 2 +- .../__manifest__.py | 2 +- partner_age/__manifest__.py | 2 +- theme_light/__manifest__.py | 2 +- website_portal_extend/__manifest__.py | 2 +- website_recaptcha_reloaded/__manifest__.py | 2 +- 18 files changed, 49 insertions(+), 23 deletions(-) create mode 100644 easy_my_coop_website_document/__manifest__.py diff --git a/easy_my_coop_be/__manifest__.py b/easy_my_coop_be/__manifest__.py index 2a2087d..1418fcf 100644 --- a/easy_my_coop_be/__manifest__.py +++ b/easy_my_coop_be/__manifest__.py @@ -11,7 +11,7 @@ ], "author": "Houssine BAKKALI ", "category": "Cooperative management", - "website": "www.coopiteasy.be", + "website": "https://coopiteasy.be", "license": "AGPL-3", "description": """ This is the belgian localization for the easy my coop module. diff --git a/easy_my_coop_ch/__manifest__.py b/easy_my_coop_ch/__manifest__.py index 0cb5f23..ce3ca83 100644 --- a/easy_my_coop_ch/__manifest__.py +++ b/easy_my_coop_ch/__manifest__.py @@ -25,7 +25,7 @@ "l10n_ch"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'webstite': "www.coopiteasy.be", + 'webstite': "https://coopiteasy.be", "description": """ This is the swiss localization for the easy my coop module """, diff --git a/easy_my_coop_dividend/__manifest__.py b/easy_my_coop_dividend/__manifest__.py index 3dd46cc..b4e94e1 100644 --- a/easy_my_coop_dividend/__manifest__.py +++ b/easy_my_coop_dividend/__manifest__.py @@ -33,8 +33,8 @@ 'author': 'Houssine BAKKALI, ', 'license': 'AGPL-3', - 'version': '9.0.1.0', - 'website': "www.coopiteasy.be", + 'version': '9.0.1.0.0', + 'website': "https://coopiteasy.be", 'category': 'Cooperative Management', diff --git a/easy_my_coop_document/__manifest__.py b/easy_my_coop_document/__manifest__.py index 1c61920..bfe9677 100644 --- a/easy_my_coop_document/__manifest__.py +++ b/easy_my_coop_document/__manifest__.py @@ -17,7 +17,7 @@ 'author': 'Rémy Taymans', 'license': 'AGPL-3', - 'version': '9.0.1.0', + 'version': '9.0.1.0.0', 'website': "https://github.com/houssine78/vertical-cooperative", 'category': 'Cooperative Management', diff --git a/easy_my_coop_eater/__manifest__.py b/easy_my_coop_eater/__manifest__.py index 7c22295..2dd34ba 100644 --- a/easy_my_coop_eater/__manifest__.py +++ b/easy_my_coop_eater/__manifest__.py @@ -20,11 +20,11 @@ ############################################################################## { "name": "Easy My Coop Eater/worker", - "version": "1.0", + "version": "12.0.1.0.0", "depends": ["easy_my_coop", "partner_age"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", "description": """ This module allows to manage the activity of the cooperator. """, diff --git a/easy_my_coop_export_xlsx/__manifest__.py b/easy_my_coop_export_xlsx/__manifest__.py index b112575..61d79c4 100644 --- a/easy_my_coop_export_xlsx/__manifest__.py +++ b/easy_my_coop_export_xlsx/__manifest__.py @@ -27,8 +27,8 @@ """, 'author': 'Houssine BAKKALI, ', 'license': 'AGPL-3', - 'version': '9.0.1.0', - 'website': "www.coopiteasy.be", + 'version': '9.0.1.0.0', + 'website': "https://coopiteasy.be", 'category': 'Cooperative Management', diff --git a/easy_my_coop_fr/__manifest__.py b/easy_my_coop_fr/__manifest__.py index de6ca6a..25dc43c 100644 --- a/easy_my_coop_fr/__manifest__.py +++ b/easy_my_coop_fr/__manifest__.py @@ -9,7 +9,7 @@ "l10n_fr"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'webstite': "www.coopiteasy.be", + 'webstite': "https://coopiteasy.be", "license": "AGPL-3", "description": """ This is the french localization for the easy my coop module diff --git a/easy_my_coop_online_payment/__manifest__.py b/easy_my_coop_online_payment/__manifest__.py index d2eb18f..e6c709d 100644 --- a/easy_my_coop_online_payment/__manifest__.py +++ b/easy_my_coop_online_payment/__manifest__.py @@ -20,13 +20,13 @@ ############################################################################## { "name": "Easy My Coop Online Payment", - "version": "1.0", + "version": "9.0.1.0.0", "depends": ["easy_my_coop", "website_payment", "payment_paypal"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", "description": """ This module allows the cooperator to pay the subscribed shares online during the subscription process diff --git a/easy_my_coop_recompute_coop_number/__manifest__.py b/easy_my_coop_recompute_coop_number/__manifest__.py index 47dec52..680da35 100644 --- a/easy_my_coop_recompute_coop_number/__manifest__.py +++ b/easy_my_coop_recompute_coop_number/__manifest__.py @@ -20,11 +20,11 @@ ############################################################################## { "name": "Easy My Coop Recompute Coop Number", - "version": "1.0", + "version": "12.0.1.0.0", "depends": ["easy_my_coop"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", "description": """ This module allows to recompute the cooperator number subscription it has to be used carefully. diff --git a/easy_my_coop_taxshelter_report/__manifest__.py b/easy_my_coop_taxshelter_report/__manifest__.py index 8e35b61..778030b 100644 --- a/easy_my_coop_taxshelter_report/__manifest__.py +++ b/easy_my_coop_taxshelter_report/__manifest__.py @@ -21,11 +21,11 @@ { # todo check ir model access "name": "Easy My Coop tax shelter report", - "version": "1.0", + "version": "9.0.1.0.0", "depends": ["easy_my_coop"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", "license": "AGPL-3", "description": """ This module allows to create a fiscal declaration year and to print diff --git a/easy_my_coop_website/__manifest__.py b/easy_my_coop_website/__manifest__.py index 0067100..8e62209 100644 --- a/easy_my_coop_website/__manifest__.py +++ b/easy_my_coop_website/__manifest__.py @@ -13,7 +13,7 @@ ], "author": "Coop IT Easy SCRLfs", "category": "Cooperative management", - "website": "www.coopiteasy.be", + "website": "https://coopiteasy.be", "license": "AGPL-3", "description": """ This module adds the cooperator subscription form allowing to subscribe for diff --git a/easy_my_coop_website_document/__manifest__.py b/easy_my_coop_website_document/__manifest__.py new file mode 100644 index 0000000..2d85993 --- /dev/null +++ b/easy_my_coop_website_document/__manifest__.py @@ -0,0 +1,26 @@ +# 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', + "version": "12.0.1.0.0", + 'depends': [ + 'website', + 'easy_my_coop_document', + ], + 'author': 'Coop IT Easy SCRLfs', + 'license': 'AGPL-3', + 'category': 'Cooperative Management', + "website": "https://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 index 95345cf..201ea63 100644 --- a/easy_my_coop_website_portal/__manifest__.py +++ b/easy_my_coop_website_portal/__manifest__.py @@ -17,7 +17,7 @@ 'author': 'Coop IT Easy SCRLfs', 'license': 'AGPL-3', 'category': 'Cooperative Management', - "website": "www.coopiteasy.be", + "website": "https://coopiteasy.be", '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 index 8e69982..4842554 100644 --- a/easy_my_coop_website_taxshelter/__manifest__.py +++ b/easy_my_coop_website_taxshelter/__manifest__.py @@ -17,7 +17,7 @@ 'author': 'Coop IT Easy SCRLfs', 'license': 'AGPL-3', 'category': 'Cooperative Management', - "website": "www.coopiteasy.be", + "website": "https://coopiteasy.be", 'category': 'Cooperative Management', diff --git a/partner_age/__manifest__.py b/partner_age/__manifest__.py index a0b0a5b..be78db7 100644 --- a/partner_age/__manifest__.py +++ b/partner_age/__manifest__.py @@ -10,7 +10,7 @@ "partner_contact_birthdate"], "author": "Houssine BAKKALI ", "category": "Cooperative management", - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", "license": "AGPL-3", "description": """ This module computes the age of the partner. diff --git a/theme_light/__manifest__.py b/theme_light/__manifest__.py index 5c5f3e1..02c8bc6 100644 --- a/theme_light/__manifest__.py +++ b/theme_light/__manifest__.py @@ -8,7 +8,7 @@ 'version': '12.0.1.0.0', 'author': 'Benjamin Dugardin', 'author': 'Houssine BAKKALI', - 'website': "www.coopiteasy.be", + 'website': "https://coopiteasy.be", 'depends': ['base', 'web', 'website_theme_install' diff --git a/website_portal_extend/__manifest__.py b/website_portal_extend/__manifest__.py index 507afb6..697c7de 100644 --- a/website_portal_extend/__manifest__.py +++ b/website_portal_extend/__manifest__.py @@ -15,7 +15,7 @@ 'author': 'Rémy Taymans', 'license': 'AGPL-3', - 'version': '9.0.1.0', + 'version': '9.0.1.0.0', 'website': "https://github.com/houssine78/vertical-cooperative", 'category': 'Website', diff --git a/website_recaptcha_reloaded/__manifest__.py b/website_recaptcha_reloaded/__manifest__.py index a0f5ea9..5094efe 100644 --- a/website_recaptcha_reloaded/__manifest__.py +++ b/website_recaptcha_reloaded/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { 'name': 'Website reCAPTCHA Reloaded', - 'version': '12.0.0.1', + 'version': '12.0.0.1.0', 'category': 'Website', 'depends': ['website'], 'author': 'Tech Receptives',