mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] project_stage: deprecated in 15.0, safe to uninstall after upgrade
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
|
# Deprecated in 15.0
|
||||||
|
# Models stay so that you could perform post-migration if needed
|
||||||
from . import project
|
from . import project
|
||||||
|
|||||||
Reference in New Issue
Block a user