diff --git a/hotel/data/hotel_data.xml b/hotel/data/hotel_data.xml index df6365a20..deb1db09d 100644 --- a/hotel/data/hotel_data.xml +++ b/hotel/data/hotel_data.xml @@ -23,6 +23,13 @@ + Rua Street Demo, s/n + Roomdoo city + + 15703 + +34 123 456 879 + roomdoo@hoteldemo.roomdoo.com + https://www.roomdoo.com diff --git a/hotel/templates/hotel_email_template.xml b/hotel/templates/hotel_email_template.xml new file mode 100644 index 000000000..ad8e44517 --- /dev/null +++ b/hotel/templates/hotel_email_template.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + Hotel: Reservation Confirmed + + ${('%s <%s>' % (object.hotel_id.partner_id.name, object.hotel_id.partner_id.email) or '')|safe} + ${(object.email or '')|safe} + ${(object.partner_id.id or '')} + ${object.partner_id.lang} + Your reservation ${object.name} has been confirmed by the hotel staff + + qweb + + + + + diff --git a/hotel/templates/hotel_template.xml b/hotel/templates/hotel_template.xml new file mode 100644 index 000000000..e3c24719d --- /dev/null +++ b/hotel/templates/hotel_template.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file