Odoo18-Base/addons/test_resource/__manifest__.py
2025-03-10 10:52:11 +07:00

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',
}