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.
19 lines
683 B
19 lines
683 B
# 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 Privacy and Protection',
|
|
'version': '11.0.1.0.0',
|
|
'category': 'Data Protection',
|
|
'summary': 'Provides data privacy and protection features '
|
|
'to comply to regulations, such as GDPR.',
|
|
'author': "Eficent, "
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'http://www.github.com/OCA/data-protection',
|
|
'license': 'AGPL-3',
|
|
'data': [
|
|
'security/data_protection.xml',
|
|
'views/data_protection_menu_view.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
}
|