You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
608 B
18 lines
608 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2018 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
{
|
|
'name': 'Data Protection Base',
|
|
'version': '9.0.1.0.0',
|
|
'category': '??',
|
|
'summary': 'Provides security and menus for data protection modules.',
|
|
'author': "Eficent, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'http://www.github.com/Eficent/gdpr,',
|
|
'license': 'AGPL-3',
|
|
'data': [
|
|
'security/data_protection.xml',
|
|
'views/data_protection_menu_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|