-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__openerp__.py
83 lines (79 loc) · 3.67 KB
/
__openerp__.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name' : 'l10n_co_doctor',
'version' : '1.0',
'summary': 'Location change for "Doctor" module in Colombia',
'description': """
Location change for "Doctor" module in Colombia
=================================================================
""",
'category' : '',
'author' : 'TIX SAS',
'website': 'http://www.tix.com.co',
'license': 'AGPL-3',
'depends' : ['doctor', 'knowledge', 'account_voucher'],
'data' : [
'security/doctor_security.xml',
'security/ir.model.access.csv',
'views/doctor_insurer_inherit.xml',
'views/rips/rips_generados_view.xml',
'views/rips/rips_radicacion_cuentas_view.xml',
'views/res_company_co_view.xml',
'views/res_partner_co_view.xml',
'views/doctor_patient_parentesco_view.xml',
'views/doctor_patient_estadocivil_view.xml',
'views/doctor_co_attention_inherit.xml',
'views/doctor_co_patient_ocupacion_view.xml',
'views/doctor_co_view.xml',
'views/doctor_professional_co_view.xml',
'views/account_invoice_co_view.xml',
'views/doctor_co_contract_insurer_view.xml',
'views/doctor_co_insurer_plan_view.xml',
'data/l10n_rips_tipo_archivo_data.xml',
'data/l10n_doctor_co_tipousuario_regimen_data.xml',
'data/l10n_doctor_patient_estadocivil.xml',
'data/l10n_doctor_patient_parentesco.xml',
'data/l10n_doctor_patient_ocupacion_resumido.xml',
'data/l10n_states_co_data.xml',
'data/l10n_cities_co_data.xml',
'data/l10n_specialitys_co_data.xml',
'data/l10n_diseases_co_data.xml',
'data/l10n_doctor_atc_co_data.xml',
'data/l10n_doctor_pharmaceutical_form_co_data.xml',
'data/l10n_doctor_administration_route_co.xml',
'data/l10n_doctor_dose_unit_co_data.xml',
'data/l10n_doctor_drugs_co.xml',
'data/l10n_doctor_health_procedures_co.xml',
'data/l10n_doctor_res_partner_data.xml',
'data/l10n_doctor_insurer_data.xml',
'data/l10n_doctor_insurer_plan_data.xml',
'data/l10n_doctor_paraclinical_monitoring.xml',
'data/l10n_doctor_co_programas_academicos.xml',
'data/l10n_neighborhood_co_data.xml',
'data/l10n_dependencias_co_data.xml',
'data/l10n_doctor_time_space_co_data.xml',
'doctor_report.xml',
],
'installable': True,
'qweb': ['static/src/xml/custom_access_login.xml'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: