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