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.

22 lines
609 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Tecnativa S.L. - David Vidal
  3. # Copyright 2019 Coop IT Easy SCRL fs - Robin keunen
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Portal Partner Select All',
  7. 'version': '9.0.1.0.1',
  8. 'category': 'Custom',
  9. 'author': 'Tecnativa,'
  10. 'Coop IT Easy,'
  11. 'Odoo Community Association (OCA)',
  12. 'website': 'https://www.github.com/OCA/partner-contact',
  13. "license": "AGPL-3",
  14. 'depends': [
  15. 'portal',
  16. ],
  17. 'data': [
  18. 'wizard/portal_wizard.xml',
  19. ],
  20. 'installable': True,
  21. }