1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/test_timer/__manifest__.py
2024-12-10 09:04:09 +07:00

19 lines
553 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Timer Tests',
'version': '1.0',
'category': 'Hidden/Tests',
'sequence': 8765,
'summary': 'Timer Tests: feature and performance tests for timer',
'description': """This module contains tests related to timer. Those are
present in a separate module as it contains models used only to perform
tests independently to functional aspects of other models. """,
'depends': ['timer'],
'data': [
'security/ir.model.access.csv',
],
'installable': True,
'license': 'OEEL-1',
}