From 4ca4d5169cc0ac1eed97857fb1ed3b6eabb2c85d Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Thu, 13 Dec 2018 19:04:02 +0100 Subject: [PATCH] [MIG]Make all addons as non-installable on 12 --- account_bank_statement_import_ccoop/__manifest__.py | 4 ++-- grant_followup/__manifest__.py | 4 ++-- note_base/__openerp__.py | 2 +- note_dates/__openerp__.py | 2 +- note_priority/__openerp__.py | 2 +- note_tags/__openerp__.py | 2 +- note_task/__openerp__.py | 2 +- web_one2many_kanban/__openerp__.py | 2 +- web_widget_email_check/__manifest__.py | 4 ++-- web_widget_phone_check_fr/__manifest__.py | 4 ++-- web_widget_url_check/__manifest__.py | 4 ++-- yaltik_backend_theme/__openerp__.py | 2 +- yaltik_crm_action/__manifest__.py | 4 ++-- yaltik_portal_project/__openerp__.py | 2 +- yaltik_portal_project_issue/__openerp__.py | 2 +- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/account_bank_statement_import_ccoop/__manifest__.py b/account_bank_statement_import_ccoop/__manifest__.py index f995965..7bd9f99 100644 --- a/account_bank_statement_import_ccoop/__manifest__.py +++ b/account_bank_statement_import_ccoop/__manifest__.py @@ -22,12 +22,12 @@ * For CSV published by Crédit Coopératif on their website customer space ; * Adds option on bank import statement wizard ; * Checks and processes file.""", - 'version': '10.0.0.1.3', + 'version': '12.0.0.1.3', 'category': 'Banking addons', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['account_bank_statement_import'], 'data': ['wizard/account_bank_statement_import_views.xml'] } diff --git a/grant_followup/__manifest__.py b/grant_followup/__manifest__.py index be16057..05391a5 100644 --- a/grant_followup/__manifest__.py +++ b/grant_followup/__manifest__.py @@ -20,12 +20,12 @@ 'name': 'Grants follow-ups', 'summary': 'Grants follow-ups ', 'description': 'Grants follow-ups ', - 'version': '10.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Membership', 'author': 'Fabien Bourgeois, Youssef ELOUAHBY', 'license': 'AGPL-3', 'application': True, - 'installable': True, + 'installable': False, 'depends': ['mail', 'document'], 'data': ['security/security.xml', 'security/ir.model.access.csv', diff --git a/note_base/__openerp__.py b/note_base/__openerp__.py index 7cbed29..4c936bd 100644 --- a/note_base/__openerp__.py +++ b/note_base/__openerp__.py @@ -24,7 +24,7 @@ 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['note'], 'data': ['views/note_view.xml'] } diff --git a/note_dates/__openerp__.py b/note_dates/__openerp__.py index 7197652..d209461 100644 --- a/note_dates/__openerp__.py +++ b/note_dates/__openerp__.py @@ -30,7 +30,7 @@ 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['note_base'], 'data': ['views/note_dates.xml'] } diff --git a/note_priority/__openerp__.py b/note_priority/__openerp__.py index 1ea1783..01c2c05 100644 --- a/note_priority/__openerp__.py +++ b/note_priority/__openerp__.py @@ -24,7 +24,7 @@ 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['note_base'], 'data': ['views/note_priority.xml'] } diff --git a/note_tags/__openerp__.py b/note_tags/__openerp__.py index 72ead21..d5ea4cf 100644 --- a/note_tags/__openerp__.py +++ b/note_tags/__openerp__.py @@ -23,7 +23,7 @@ 'category': 'Tools', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': ['note'], 'data': ['note_tags_view.xml'] } diff --git a/note_task/__openerp__.py b/note_task/__openerp__.py index b52ab87..12e4a54 100644 --- a/note_task/__openerp__.py +++ b/note_task/__openerp__.py @@ -23,7 +23,7 @@ 'category': 'Tools', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': ['note_base', 'project'], 'data': ['note_task_view.xml'] } diff --git a/web_one2many_kanban/__openerp__.py b/web_one2many_kanban/__openerp__.py index 3b6082b..3fbbab3 100644 --- a/web_one2many_kanban/__openerp__.py +++ b/web_one2many_kanban/__openerp__.py @@ -34,7 +34,7 @@ """, - 'installable': True, + 'installable': False, 'application': True, 'data':[ 'view/templates.xml', diff --git a/web_widget_email_check/__manifest__.py b/web_widget_email_check/__manifest__.py index 7a295a3..0c4e9c4 100644 --- a/web_widget_email_check/__manifest__.py +++ b/web_widget_email_check/__manifest__.py @@ -18,11 +18,11 @@ { 'name': 'Email widget check syntax', 'summary': 'Extends Web Email widget to ensure valid syntax', - 'version': '10.0.1.0.1', + 'version': '12.0.1.0.1', 'category': 'Usability', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'web' ], 'data': [ 'view.xml' ] } diff --git a/web_widget_phone_check_fr/__manifest__.py b/web_widget_phone_check_fr/__manifest__.py index 36643e7..5b9a556 100644 --- a/web_widget_phone_check_fr/__manifest__.py +++ b/web_widget_phone_check_fr/__manifest__.py @@ -18,11 +18,11 @@ { 'name': 'French format phone widget check', 'summary': 'Extends Web Char widget to handle french format phone', - 'version': '10.0.1.0.2', + 'version': '12.0.1.0.2', 'category': 'Usability', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'web' ], 'data': [ 'view.xml' ], 'qweb': ['static/src/xml/qweb.xml'] diff --git a/web_widget_url_check/__manifest__.py b/web_widget_url_check/__manifest__.py index 4f202f3..5c2ad76 100644 --- a/web_widget_url_check/__manifest__.py +++ b/web_widget_url_check/__manifest__.py @@ -18,11 +18,11 @@ { 'name': 'URL widget check syntax', 'summary': 'Extends Web URL widget to ensure valid syntax', - 'version': '10.0.1.0.1', + 'version': '12.0.1.0.1', 'category': 'Usability', 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'web' ], 'data': [ 'view.xml' ] } diff --git a/yaltik_backend_theme/__openerp__.py b/yaltik_backend_theme/__openerp__.py index 21e3037..30cd6f7 100644 --- a/yaltik_backend_theme/__openerp__.py +++ b/yaltik_backend_theme/__openerp__.py @@ -25,7 +25,7 @@ 'description': """ Yaltik Backend Green theme, based upon great DodgerBlue Backend Theme from OpenWorx : https://github.com/Openworx/themes/tree/8.0/dodgerblue_backend_theme """, - 'installable': True, + 'installable': False, 'depends': ['base'], 'data': ['views.xml'] } diff --git a/yaltik_crm_action/__manifest__.py b/yaltik_crm_action/__manifest__.py index 414c464..2936d43 100644 --- a/yaltik_crm_action/__manifest__.py +++ b/yaltik_crm_action/__manifest__.py @@ -18,11 +18,11 @@ { 'name': 'CRM Actions', 'summary': 'Action management, instead of new activity, in CRM', - 'version': '10.0.1.3.5', + 'version': '12.0.1.3.5', 'category': 'Sales', 'author': 'Fabien BOURGEOIS - Yaltik', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'application': True, 'depends': ['crm', 'calendar'], 'data': ['views/crm_action_views.xml', diff --git a/yaltik_portal_project/__openerp__.py b/yaltik_portal_project/__openerp__.py index 0b4d1e8..a0e820d 100644 --- a/yaltik_portal_project/__openerp__.py +++ b/yaltik_portal_project/__openerp__.py @@ -25,7 +25,7 @@ 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['portal_project'], 'data': [ 'security/ir.model.access.csv', diff --git a/yaltik_portal_project_issue/__openerp__.py b/yaltik_portal_project_issue/__openerp__.py index d6cf744..51be6c8 100644 --- a/yaltik_portal_project_issue/__openerp__.py +++ b/yaltik_portal_project_issue/__openerp__.py @@ -24,7 +24,7 @@ 'author': 'Fabien Bourgeois', 'license': 'AGPL-3', 'application': False, - 'installable': True, + 'installable': False, 'depends': ['portal_project_issue'], 'data': [ 'security/ir.model.access.csv',