mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 04:11:59 +02:00
44 lines
1.3 KiB
Python
44 lines
1.3 KiB
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Odoo 16 Development Tutorials',
|
|
'version': '2.0.0',
|
|
'summary': 'Odoo 16 Development Tutorials',
|
|
'sequence': -100,
|
|
'description': """Odoo 16 Development Tutorials""",
|
|
'category': 'Tutorials',
|
|
'author': 'Odoo Mates',
|
|
'maintainer': 'Odoo Mates',
|
|
'website': 'https://www.odoomates.tech',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'sale',
|
|
'mail',
|
|
'website_slides',
|
|
'hr',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/data.xml',
|
|
# 'data/slide_data_v12.xml',
|
|
# 'data/slide_data_v13.xml',
|
|
# 'data/slide_data_v14.xml',
|
|
# 'data/slide_data_v15.xml',
|
|
'wizard/create_appointment_view.xml',
|
|
'wizard/search_appointment_view.xml',
|
|
'views/patient_view.xml',
|
|
'views/doctor_view.xml',
|
|
'views/appointment_view.xml',
|
|
'views/kids_view.xml',
|
|
'views/patient_gender_view.xml',
|
|
'views/sale.xml',
|
|
'report/patient_details_template.xml',
|
|
'report/patient_card.xml',
|
|
'report/report.xml'
|
|
],
|
|
'demo': [],
|
|
'live_test_url': 'https://www.youtube.com/watch?v=IeJFxmCG2Qs&list=PLqRRLx0cl0hpu9zH6o8gq6ORBoW5xMtA-&index=3',
|
|
'images': ['static/description/banner.gif'],
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
}
|