__manifest__.py 298 B

1234567891011121314
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'Test - Resource',
  5. 'version': '1.1',
  6. 'category': 'Hidden',
  7. 'depends': ['resource'],
  8. 'data': [
  9. 'security/ir.model.access.csv',
  10. ],
  11. 'license': 'LGPL-3',
  12. }