diff --git a/pms/models/res_company.py b/pms/models/res_company.py index a4044e982..d5556d80a 100644 --- a/pms/models/res_company.py +++ b/pms/models/res_company.py @@ -14,11 +14,13 @@ class ResCompany(models.Model): inverse_name="company_id", ) - url_advert = fields.Char(string="Url Advert", help="Url to identify the ad") + url_advert = fields.Char(string="Url Advert", + help="Url to identify the ad") - privacy_policy = fields.Text( + privacy_policy = fields.Html( string="Privacy Policy", - help="Authorization by the user for the" "manage of their personal data", + help="Authorization by the user for the" + "manage of their personal data", ) check_min_partner_data_invoice = fields.Boolean( diff --git a/pms/views/traveller_report_template.xml b/pms/views/traveller_report_template.xml index 822dcf820..f3dae0983 100644 --- a/pms/views/traveller_report_template.xml +++ b/pms/views/traveller_report_template.xml @@ -9,53 +9,52 @@ t-att-alt="docs.pms_property_id.company_id.name" /> -

PART OF TRAVELERS ENTRY

-

- Document number: - - - - / - -

-

- Total amount (Reservation Card): - - - -

-
- - - -
- - CIF: - - -
- -
- - - - -
- - - - - +
+

PART + OF TRAVELERS ENTRY

+

Document number: + + / +

+

Total amount + (Reservation Card): + + +

+
+ + + +
+ CIF: + +
+ +
+ + + + +
+ + + + + +
+ Categoría: +
+

TRAVELER'S DOCUMENT

-

TRAVELER'S DOCUMENT

- - + - + - +
Document numberDocument + number @@ -63,7 +62,8 @@
Type + Type @@ -71,7 +71,8 @@
Expedition dateExpedition + date - + - +
Name + Name @@ -91,7 +93,8 @@
Lastnames + Lastnames @@ -105,7 +108,7 @@ + Gender + Birthdate
- Gender @@ -114,7 +117,7 @@
- Birthdate @@ -125,7 +128,7 @@ + Entry date + Exit date
- Entry date @@ -134,7 +137,7 @@
- Exit date @@ -144,9 +147,7 @@

- - , at - , at @@ -157,7 +158,7 @@

-

+

@@ -168,50 +169,46 @@ t-att-alt="docs.pms_property_id.company_id.name" /> -

PART OF TRAVELERS ENTRY

-

- Document number: - - - - / - -

-

- Total amount (Reservation Card): - - - -

-
- - - -
- - CIF: - - -
- -
- - - - -
- - - - - +
+

PART OF TRAVELERS ENTRY

+

Document number: + + / +

+

Total amount (Reservation Card): + + +

+
+ + + +
+ CIF: + +
+ +
+ + + + +
+ + + + + +
+ Categoría: +
+

TRAVELER'S DOCUMENT

-

TRAVELER'S DOCUMENT

- @@ -222,7 +219,8 @@ - + - +
Document number
Type + Type @@ -230,7 +228,8 @@
Expedition dateExpedition + date - + - +
Name + Name @@ -250,7 +250,8 @@
Lastnames + Lastnames @@ -264,7 +265,7 @@ + Gender + Birthdate
- Gender @@ -273,7 +274,7 @@
- Birthdate @@ -284,7 +285,7 @@ + Entry date + Exit date
- Entry date @@ -293,7 +294,7 @@
- Exit date @@ -304,8 +305,7 @@

- , at - @@ -316,76 +316,84 @@

-

+

+ } + .top p { + margin: 0 0 0 0; + padding: 0 0 0 0; + } +