Odoo18-Base/addons/test_resource/__manifest__.py

14 lines
298 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- 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',
}