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.

24 lines
693 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': '10.0.1.0.0',
  10. 'depends': [
  11. 'auth_signup',
  12. ],
  13. 'data': [
  14. 'views/auth_supplier_view.xml',
  15. ],
  16. 'author': 'Antiun Ingeniería S.L., '
  17. 'Incaser Informatica S.L., '
  18. "Tecnativa, "
  19. 'Odoo Community Association (OCA)',
  20. 'website': 'http://www.incaser.es',
  21. 'license': 'AGPL-3',
  22. 'installable': True,
  23. }