-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path__manifest__.py
32 lines (31 loc) · 1.02 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- coding: utf-8 -*-
{
'name': 'Dental Clinic Mangement System',
'version': '1.0',
'sequence': -101,
'category': 'Accounting/Accounting',
'summary': 'Management',
'description': """Helping you to insure a great experience""",
'depends': ['base', 'account' ,'calendar', 'sales_team', 'payment', 'portal', 'utm', 'sale', 'mail', 'crm', 'l10n_co',
'point_of_sale'],
'data': [
'security/ir.model.access.csv',
# 'security/security.xml',
'data/data.xml',
# 'wizard/remove_invoice_views.xml',
'views/appointment_view.xml',
'views/patient_view.xml',
'views/backend.xml',
'views/Patient_Appointment_Form_view_customization.xml',
# 'views/inventory_stock.xml',
# 'report/report_sale_receipt_template.xml',
# 'report/report.xml',
],
'qweb': [
'static/src/xml/toothChart.xml',
],
'installable': True,
'application': True,
'auto_install': False,
'license': 'LGPL-3',
}