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.

14 lines
474 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014 ACSONE SA/NV (<http://acsone.eu>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Authenticate via HTTP Remote User',
  6. 'version': '9.0.1.0.0',
  7. 'category': 'Tools',
  8. 'author': "Acsone SA/NV,Odoo Community Association (OCA)",
  9. 'maintainer': 'ACSONE SA/NV',
  10. 'website': 'http://www.acsone.eu',
  11. 'depends': ['web', 'base_setup'],
  12. "license": "AGPL-3",
  13. 'installable': True,
  14. }