Odoo18-Base/odoo/addons/test_read_group/__manifest__.py

13 lines
245 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# -*- coding: utf-8 -*-
{
'name': "test read_group",
'description': "Tests for read_group",
'category': 'Hidden/Tests',
'version': '0.1',
'depends': ['base'],
'data': ['ir.model.access.csv'],
'license': 'LGPL-3',
}