__manifest__.py 224 B

12345678
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Tests that custom auth works & is not impaired by CORS',
  5. 'category': 'Hidden',
  6. 'license': 'LGPL-3',
  7. }