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.

22 lines
683 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Florent de Labarre
  3. # Copyright 2017 Camptocamp
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  5. {
  6. 'name': 'OAuth Multi Token',
  7. 'version': '10.0.1.0.0',
  8. 'license': 'AGPL-3',
  9. 'author': 'Florent de Labarre, '
  10. 'Camptocamp, '
  11. 'Odoo Community Association (OCA)',
  12. 'summary': """Allow multiple connection with the same OAuth account""",
  13. 'category': 'Tool',
  14. 'website': 'https://github.com/OCA/server-tools',
  15. 'depends': ['auth_oauth'],
  16. 'data': [
  17. 'views/res_users.xml',
  18. 'security/ir.model.access.csv',
  19. ],
  20. 'installable': True,
  21. }