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.

21 lines
726 B

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