[MIG]Make all addons as non-installable on 12

This commit is contained in:
Fabien BOURGEOIS 2018-12-13 19:04:02 +01:00
parent 2d383c2eb4
commit 4ca4d5169c
15 changed files with 21 additions and 21 deletions

View File

@ -22,12 +22,12 @@
* For CSV published by Crédit Coopératif on their website customer space ; * For CSV published by Crédit Coopératif on their website customer space ;
* Adds option on bank import statement wizard ; * Adds option on bank import statement wizard ;
* Checks and processes file.""", * Checks and processes file.""",
'version': '10.0.0.1.3', 'version': '12.0.0.1.3',
'category': 'Banking addons', 'category': 'Banking addons',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['account_bank_statement_import'], 'depends': ['account_bank_statement_import'],
'data': ['wizard/account_bank_statement_import_views.xml'] 'data': ['wizard/account_bank_statement_import_views.xml']
} }

View File

@ -20,12 +20,12 @@
'name': 'Grants follow-ups', 'name': 'Grants follow-ups',
'summary': 'Grants follow-ups ', 'summary': 'Grants follow-ups ',
'description': 'Grants follow-ups ', 'description': 'Grants follow-ups ',
'version': '10.0.1.0.0', 'version': '12.0.1.0.0',
'category': 'Membership', 'category': 'Membership',
'author': 'Fabien Bourgeois, Youssef ELOUAHBY', 'author': 'Fabien Bourgeois, Youssef ELOUAHBY',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': True, 'application': True,
'installable': True, 'installable': False,
'depends': ['mail', 'document'], 'depends': ['mail', 'document'],
'data': ['security/security.xml', 'data': ['security/security.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -24,7 +24,7 @@
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['note'], 'depends': ['note'],
'data': ['views/note_view.xml'] 'data': ['views/note_view.xml']
} }

View File

@ -30,7 +30,7 @@
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['note_base'], 'depends': ['note_base'],
'data': ['views/note_dates.xml'] 'data': ['views/note_dates.xml']
} }

View File

@ -24,7 +24,7 @@
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['note_base'], 'depends': ['note_base'],
'data': ['views/note_priority.xml'] 'data': ['views/note_priority.xml']
} }

View File

@ -23,7 +23,7 @@
'category': 'Tools', 'category': 'Tools',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'depends': ['note'], 'depends': ['note'],
'data': ['note_tags_view.xml'] 'data': ['note_tags_view.xml']
} }

View File

@ -23,7 +23,7 @@
'category': 'Tools', 'category': 'Tools',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'depends': ['note_base', 'project'], 'depends': ['note_base', 'project'],
'data': ['note_task_view.xml'] 'data': ['note_task_view.xml']
} }

View File

@ -34,7 +34,7 @@
<t t-esc="o.name"> <t t-esc="o.name">
</t> </t>
""", """,
'installable': True, 'installable': False,
'application': True, 'application': True,
'data':[ 'data':[
'view/templates.xml', 'view/templates.xml',

View File

@ -18,11 +18,11 @@
{ {
'name': 'Email widget check syntax', 'name': 'Email widget check syntax',
'summary': 'Extends Web Email widget to ensure valid syntax', 'summary': 'Extends Web Email widget to ensure valid syntax',
'version': '10.0.1.0.1', 'version': '12.0.1.0.1',
'category': 'Usability', 'category': 'Usability',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'depends': [ 'web' ], 'depends': [ 'web' ],
'data': [ 'view.xml' ] 'data': [ 'view.xml' ]
} }

View File

@ -18,11 +18,11 @@
{ {
'name': 'French format phone widget check', 'name': 'French format phone widget check',
'summary': 'Extends Web Char widget to handle french format phone', 'summary': 'Extends Web Char widget to handle french format phone',
'version': '10.0.1.0.2', 'version': '12.0.1.0.2',
'category': 'Usability', 'category': 'Usability',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'depends': [ 'web' ], 'depends': [ 'web' ],
'data': [ 'view.xml' ], 'data': [ 'view.xml' ],
'qweb': ['static/src/xml/qweb.xml'] 'qweb': ['static/src/xml/qweb.xml']

View File

@ -18,11 +18,11 @@
{ {
'name': 'URL widget check syntax', 'name': 'URL widget check syntax',
'summary': 'Extends Web URL widget to ensure valid syntax', 'summary': 'Extends Web URL widget to ensure valid syntax',
'version': '10.0.1.0.1', 'version': '12.0.1.0.1',
'category': 'Usability', 'category': 'Usability',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'depends': [ 'web' ], 'depends': [ 'web' ],
'data': [ 'view.xml' ] 'data': [ 'view.xml' ]
} }

View File

@ -25,7 +25,7 @@
'description': """ Yaltik Backend Green theme, based upon great 'description': """ Yaltik Backend Green theme, based upon great
DodgerBlue Backend Theme from OpenWorx : DodgerBlue Backend Theme from OpenWorx :
https://github.com/Openworx/themes/tree/8.0/dodgerblue_backend_theme """, https://github.com/Openworx/themes/tree/8.0/dodgerblue_backend_theme """,
'installable': True, 'installable': False,
'depends': ['base'], 'depends': ['base'],
'data': ['views.xml'] 'data': ['views.xml']
} }

View File

@ -18,11 +18,11 @@
{ {
'name': 'CRM Actions', 'name': 'CRM Actions',
'summary': 'Action management, instead of new activity, in CRM', 'summary': 'Action management, instead of new activity, in CRM',
'version': '10.0.1.3.5', 'version': '12.0.1.3.5',
'category': 'Sales', 'category': 'Sales',
'author': 'Fabien BOURGEOIS - Yaltik', 'author': 'Fabien BOURGEOIS - Yaltik',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': False,
'application': True, 'application': True,
'depends': ['crm', 'calendar'], 'depends': ['crm', 'calendar'],
'data': ['views/crm_action_views.xml', 'data': ['views/crm_action_views.xml',

View File

@ -25,7 +25,7 @@
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['portal_project'], 'depends': ['portal_project'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',

View File

@ -24,7 +24,7 @@
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True, 'installable': False,
'depends': ['portal_project_issue'], 'depends': ['portal_project_issue'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',