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.

33 lines
987 B

  1. #####################################################################
  2. #
  3. # IT IS AG, software solutions: http://www.itis.de
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. #
  6. #####################################################################
  7. {
  8. 'name': 'Contact Search Form',
  9. 'summary': "Multiple models can be searched for specified string by DPO",
  10. 'author': 'IT IS AG, Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/data-protection',
  12. # Categories can be used to filter modules in modules listing
  13. # Check https://github.com/odoo/odoo/blob/master/
  14. # openerp/addons/base/module/module_data.xml
  15. # for the full list
  16. 'version': '11.0.1.0.0',
  17. 'license': 'AGPL-3',
  18. 'category': 'Contacts',
  19. 'depends': ['base',
  20. 'contacts',
  21. ],
  22. 'data': [
  23. 'security/gdpr_security.xml',
  24. 'security/ir.model.access.csv',
  25. 'views/contact_search.xml',
  26. ],
  27. }