diff --git a/hotel_l10n_es/README.rst b/hotel_l10n_es/README.rst
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/__init__.py b/hotel_l10n_es/__init__.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/__manifest__.py b/hotel_l10n_es/__manifest__.py
old mode 100644
new mode 100755
index e6b49f5c0..1889e9ea5
--- a/hotel_l10n_es/__manifest__.py
+++ b/hotel_l10n_es/__manifest__.py
@@ -34,6 +34,7 @@
'partner_contact_gender',
'partner_contact_birthdate',
'partner_firstname',
+ 'web_responsive'
],
'data': [
'data/code.ine.csv',
@@ -53,7 +54,7 @@
'views/report_viajero_head.xml',
'views/report_viajero_data.xml',
'views/report_viajero.xml',
- 'static/src/xml/hotel_l10n_es_templates.xml'
+ 'views/hotel_l10n_es_hotel_name.xml'
],
'test': [
],
diff --git a/hotel_l10n_es/data/code.ine.csv b/hotel_l10n_es/data/code.ine.csv
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/data/report_viajero_paperformat.xml b/hotel_l10n_es/data/report_viajero_paperformat.xml
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/data/tourism.category.csv b/hotel_l10n_es/data/tourism.category.csv
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/i18n/es.po b/hotel_l10n_es/i18n/es.po
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/__init__.py b/hotel_l10n_es/models/__init__.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/category_type.py b/hotel_l10n_es/models/category_type.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/code_ine.py b/hotel_l10n_es/models/code_ine.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/inherit_hotel_checkin_partner.py b/hotel_l10n_es/models/inherit_hotel_checkin_partner.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/inherit_res_company.py b/hotel_l10n_es/models/inherit_res_company.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/models/inherit_res_partner.py b/hotel_l10n_es/models/inherit_res_partner.py
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/report/report_parte_viajero.xml b/hotel_l10n_es/report/report_parte_viajero.xml
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/security/ir.model.access.csv b/hotel_l10n_es/security/ir.model.access.csv
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/static/src/css/hotel_l10n_es.css b/hotel_l10n_es/static/src/css/hotel_l10n_es.css
new file mode 100755
index 000000000..0df19d423
--- /dev/null
+++ b/hotel_l10n_es/static/src/css/hotel_l10n_es.css
@@ -0,0 +1,5 @@
+#odooAppDrawer{background: #FFFFFF url(../img/watermark.jpg) no-repeat fixed center}
+tbody tr td div.o_datepicker.o_form_field_date.o_form_field.o_form_required{max-width: 9.5em}
+.title-hotel-name{font-size: 20px;position: absolute;text-align: center;width: 100%;color: #45c2b1;font-weight: bold;z-index: -1;}
+.title-hotel-name2{font-size: 20px;position: absolute;text-align: center;width: 100%;color: #45c2b1;font-weight: bold;z-index: -1;}
+body {background-color: blue;}
diff --git a/hotel_l10n_es/views/category_tourism.xml b/hotel_l10n_es/views/category_tourism.xml
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/views/code_ine.xml b/hotel_l10n_es/views/code_ine.xml
old mode 100644
new mode 100755
diff --git a/hotel_l10n_es/views/hotel_l10n_es_hotel_name.xml b/hotel_l10n_es/views/hotel_l10n_es_hotel_name.xml
new file mode 100755
index 000000000..c808e8ebd
--- /dev/null
+++ b/hotel_l10n_es/views/hotel_l10n_es_hotel_name.xml
@@ -0,0 +1,13 @@
+
+
Traveler's signature
--
En nombre de la empresa +
+
En nombre de la empresa GRUPO ALDA HOTELS compuesto por Alda Rías Baixas SL, Alda Compostela SL, Alda Castilla SL, Hoteles Rías Altas SL, Comphostel Gestión Patrimonial SL y Consultores Hoteleros Integrales SL, tratamos la información que nos facilita, con el fin de prestarle el servicio solicitado y realizar la facturación del mismo. Se conservarán mientras se mantenga la relación comercial o durante los años necesarios para cumplir con las obligaciones legales. No se cederán a terceros salvo en los casos en que exista una @@ -46,8 +46,8 @@
COPY TO THE USER
--
En nombre de la empresa +
+
En nombre de la empresa GRUPO ALDA HOTELS compuesto por Alda Rías Baixas SL, Alda Compostela SL, Alda Castilla SL, Hoteles Rías Altas SL, Comphostel Gestión Patrimonial SL y Consultores Hoteleros Integrales SL, tratamos la información que nos facilita, con el fin de prestarle el servicio solicitado y realizar la facturación del mismo. Se conservarán mientras se mantenga la relación comercial o durante los años necesarios para cumplir con las obligaciones legales. No se cederán a terceros salvo en los casos en que exista una diff --git a/hotel_l10n_es/views/report_viajero_document_new.xml b/hotel_l10n_es/views/report_viajero_document_new.xml old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/views/report_viajero_head.xml b/hotel_l10n_es/views/report_viajero_head.xml old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/wizard/__init__.py b/hotel_l10n_es/wizard/__init__.py old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/wizard/ine_wizard.py b/hotel_l10n_es/wizard/ine_wizard.py old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/wizard/ine_wizard.xml b/hotel_l10n_es/wizard/ine_wizard.xml old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/wizard/police_wizard.py b/hotel_l10n_es/wizard/police_wizard.py old mode 100644 new mode 100755 diff --git a/hotel_l10n_es/wizard/police_wizard.xml b/hotel_l10n_es/wizard/police_wizard.xml old mode 100644 new mode 100755