[MIG]Make all addons as non-installable on 12
This commit is contained in:
parent
2d383c2eb4
commit
4ca4d5169c
@ -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']
|
||||
}
|
||||
|
@ -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',
|
||||
|
@ -24,7 +24,7 @@
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'depends': ['note'],
|
||||
'data': ['views/note_view.xml']
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'depends': ['note_base'],
|
||||
'data': ['views/note_dates.xml']
|
||||
}
|
||||
|
@ -24,7 +24,7 @@
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'depends': ['note_base'],
|
||||
'data': ['views/note_priority.xml']
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
'category': 'Tools',
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'depends': ['note'],
|
||||
'data': ['note_tags_view.xml']
|
||||
}
|
||||
|
@ -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']
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
<t t-esc="o.name">
|
||||
</t>
|
||||
""",
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'application': True,
|
||||
'data':[
|
||||
'view/templates.xml',
|
||||
|
@ -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' ]
|
||||
}
|
||||
|
@ -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']
|
||||
|
@ -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' ]
|
||||
}
|
||||
|
@ -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']
|
||||
}
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user