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
612 B

  1. # Copyright 2018 Onestein
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Easy Switch User',
  5. 'summary': 'Lets administrators and developers quickly '
  6. 'change user to test e.g. access rights',
  7. 'category': 'Tools',
  8. 'version': '11.0.1.0.0',
  9. 'author': 'Onestein, Odoo Community Association (OCA)',
  10. 'website': 'https://github.com/OCA/server-ux',
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'web'
  14. ],
  15. 'qweb': [
  16. 'static/src/xml/switch_user.xml'
  17. ],
  18. 'data': [
  19. 'templates/assets.xml'
  20. ],
  21. 'installable': True,
  22. }