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.

25 lines
739 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2015 Antiun Ingeniería S.L. - Sergio Teruel
  3. # (c) 2015 Antiun Ingeniería S.L. - Carlos Dauden
  4. # © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
  5. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  6. {
  7. 'name': "Auth Supplier",
  8. 'category': 'Portal',
  9. 'version': '9.0.1.1.0',
  10. 'depends': [
  11. 'auth_signup',
  12. ],
  13. 'data': [
  14. 'security/auth_supplier_security.xml',
  15. 'views/auth_supplier_view.xml',
  16. ],
  17. 'author': 'Antiun Ingeniería S.L., '
  18. 'Incaser Informatica S.L., '
  19. "Tecnativa, "
  20. 'Odoo Community Association (OCA)',
  21. 'website': 'http://www.incaser.es',
  22. 'license': 'AGPL-3',
  23. 'installable': True,
  24. }