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.

20 lines
715 B

  1. # Copyright 2018 Eficent Business and IT Consulting Services S.L.
  2. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  3. {
  4. 'name': 'Privacy Partner Report',
  5. 'version': '11.0.1.0.0',
  6. 'category': 'GDPR',
  7. 'summary': 'Show the transactions that a specific partner is involved in.',
  8. 'author': "Eficent, "
  9. "Odoo Community Association (OCA)",
  10. 'website': 'https://github.com/OCA/data-protection/',
  11. 'license': 'AGPL-3',
  12. 'depends': ['privacy', 'report_xlsx'],
  13. 'data': [
  14. 'wizard/privacy_report_partner_wizard.xml',
  15. 'views/privacy_report.xml',
  16. 'views/privacy_menu_view.xml',
  17. ],
  18. 'installable': True,
  19. 'maintainers': ['mreficent'],
  20. }