oca-ocb-test/odoo-bringout-oca-ocb-test_resource/test_resource/__manifest__.py
Ernad Husremovic d9452d2060 19.0 vanilla
2026-03-09 09:32:39 +01:00

14 lines
325 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',
],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}