-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
51 lines (50 loc) · 1.58 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Copyright 2020 CommitSun (<http://www.commitsun.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "PMS Spanish Adaptation",
"version": "14.0.2.6.7",
"author": "Commit [Sun], Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": True,
"category": "Localization",
"website": "https://github.com/OCA/pms",
"depends": [
"pms",
"partner_firstname",
"partner_second_lastname",
"partner_contact_gender",
"partner_contact_birthdate",
"partner_contact_nationality",
"base_iso3166",
"queue_job",
"base_vat",
"l10n_es_aeat",
"l10n_es_aeat_partner_identification",
],
"external_dependencies": {
"python": [
"bs4",
"pycountry",
],
},
"data": [
"data/res.country.state.csv",
"data/pms.ine.tourism.type.category.csv",
"data/cron_jobs.xml",
"data/pms_data.xml",
"data/queue_data.xml",
"data/queue_job_function_data.xml",
"data/pms_traveler_report_notification_email_template.xml",
"security/ir.model.access.csv",
"views/pms_property_views.xml",
"views/pms_room_views.xml",
"views/pms_log_institution_traveller_report_views.xml",
"views/pms_ine_tourism_type_category.xml",
"views/res_partner_id_number_view.xml",
"views/pms_checkin_partner_views.xml",
"wizards/traveller_report.xml",
"wizards/wizard_ine.xml",
"reports/invoice.xml",
],
"installable": True,
}