From 0141a0be684f9718802e9421357fc9fa1ef9accb Mon Sep 17 00:00:00 2001 From: miguelpadin Date: Wed, 30 Jun 2021 00:30:00 +0200 Subject: [PATCH] [FIX] pms: fix manifest for previous changes --- pms_l10n_es/__manifest__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pms_l10n_es/__manifest__.py b/pms_l10n_es/__manifest__.py index 536b9cc6c..ca44e6aa4 100644 --- a/pms_l10n_es/__manifest__.py +++ b/pms_l10n_es/__manifest__.py @@ -16,6 +16,7 @@ "partner_contact_gender", "partner_contact_birthdate", "partner_contact_nationality", + "base_iso3166", "queue_job", ], "external_dependencies": { @@ -24,13 +25,16 @@ ], }, "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", ], "installable": True,