[MIG] project_stage: deprecated in 15.0, safe to uninstall after upgrade

This commit is contained in:
Jared Kipe
2022-01-05 10:39:20 -08:00
parent 2bdf50ae96
commit d19bbb0f10
2 changed files with 9 additions and 4 deletions

View File

@@ -1,20 +1,23 @@
{ {
'name': 'Project Stages', 'name': 'Project Stages (deprecated)',
'version': '14.0.1.0.0', 'version': '15.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>', 'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/', 'website': 'https://hibou.io/',
'license': 'AGPL-3', 'license': 'AGPL-3',
'category': 'Tools', 'category': 'Tools',
'complexity': 'easy', 'complexity': 'easy',
'description': """ 'description': """
Adds stages to Projects themselves. Adds stages to Projects themselves. (deprecated)
After upgrade you can uninstall.
""", """,
'depends': [ 'depends': [
'project', 'project',
], ],
'data': [ 'data': [
# Deprecated in 15.0,
# this will uninstall the views/security rules for a model that will not exist after upgrade.
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'views/project_views.xml', # 'views/project_views.xml',
], ],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

View File

@@ -1 +1,3 @@
# Deprecated in 15.0
# Models stay so that you could perform post-migration if needed
from . import project from . import project