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

22 lines
706 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Appointment Testing Module',
'version': "1.0",
'category': 'Hidden/Tests',
'sequence': 9999,
'summary': 'Appointment Testing Module',
'website': 'https://www.odoo.com/app/appointments',
'description': """
Take into account the working schedule (sick leaves, part time, ...) of employees when scheduling appointments
--------------------------------------------------------------------------------------------------------------
""",
'depends': [
'appointment_crm',
'appointment_hr',
'website_appointment',
],
'license': 'OEEL-1',
}