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.

26 lines
695 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 LasLabs Inc.
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'Password Security',
  6. "summary": "Allow admin to set password security requirements.",
  7. 'version': '8.0.1.1.2',
  8. 'author': "LasLabs, Odoo Community Association (OCA)",
  9. 'category': 'Base',
  10. 'depends': [
  11. 'auth_crypt',
  12. 'auth_signup',
  13. ],
  14. "website": "https://laslabs.com",
  15. "license": "LGPL-3",
  16. "data": [
  17. 'views/res_company_view.xml',
  18. 'security/ir.model.access.csv',
  19. 'security/res_users_pass_history.xml',
  20. ],
  21. "demo": [
  22. 'demo/res_users.xml',
  23. ],
  24. 'installable': True,
  25. }