mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-26 15:52:05 +02:00
Initial commit: Odoomates Odoo packages (12 packages)
This commit is contained in:
commit
3b38c49bf0
526 changed files with 34983 additions and 0 deletions
|
|
@ -0,0 +1,44 @@
|
|||
# -*- 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue