Files
pms/pms_l10n_es/__manifest__.py
2021-07-26 08:59:33 +02:00

44 lines
1.2 KiB
Python

# 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.0.0",
"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",
],
"external_dependencies": {
"python": [
"bs4",
"pycountry",
],
},
"data": [
"data/res.country.state.csv",
"data/cron_jobs.xml",
"data/pms_data.xml",
"data/queue_data.xml",
"data/queue_job_function_data.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_category.xml",
"wizards/traveller_report.xml",
"wizards/wizard_ine.xml",
],
"installable": True,
}