14 lines
298 B
Python
14 lines
298 B
Python
|
# -*- 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',
|
||
|
}
|