mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[12.0][MIG] base_user_role_history - migration from 9.0 to 12.0
This commit is contained in:
committed by
Mohamed Osman
parent
d85b7da4cc
commit
da660af787
29
base_user_role_history/__manifest__.py
Normal file
29
base_user_role_history/__manifest__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2019 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Base User Role History',
|
||||
'summary': """
|
||||
This module allows to track the changes on users roles.""",
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'ACSONE SA/NV, '
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/server-tools',
|
||||
'depends': [
|
||||
# Odoo
|
||||
'mail',
|
||||
# OCA
|
||||
'base_user_role',
|
||||
'base_suspend_security',
|
||||
],
|
||||
'data': [
|
||||
'security/base_user_role_line_history.xml',
|
||||
'views/base_user_role_line_history.xml',
|
||||
'views/res_users.xml',
|
||||
],
|
||||
'development_status': 'Beta',
|
||||
'maintainers': [
|
||||
'ThomasBinsfeld'
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user