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.
 
 

27 lines
868 B

# Copyright 2019 Myceliandre - Nicolas JEUDY
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': 'Private Personal Data details',
'version': '12.0.1.0.0',
'category': 'Data Protection',
'summary': 'Provides private data details on privacy activity ',
'author': "Nicolas JEUDY, "
"Odoo Community Association (OCA)",
'website': 'http://www.github.com/OCA/data-protection',
'license': 'AGPL-3',
'data': [
'security/ir.model.access.csv',
'views/privacy_activity_view.xml',
'views/privacy_personal_data_view.xml',
'views/privacy_personal_category_view.xml',
'views/privacy_objective_view.xml',
'views/res_partner_view.xml',
],
'demo': [
],
'depends': [
'mail', 'privacy',
],
'installable': True,
'application': False,
}