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.

23 lines
694 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 LasLabs Inc.
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Partner Password Reset",
  6. "summary": "Add Wizard to allow resetting of a Partner's associated user "
  7. "password from within the partner view.",
  8. "version": "9.0.1.0.0",
  9. "category": "Customer Relationship Management",
  10. "website": "https://laslabs.com/",
  11. "author": "LasLabs, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "installable": True,
  15. 'depends': [
  16. 'auth_signup',
  17. 'portal',
  18. ],
  19. 'data': [
  20. 'wizard/res_partner_password_reset_wizard_view.xml',
  21. ],
  22. }