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.

18 lines
498 B

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