[UPD][WIP] update files for using qweb email templates

This commit is contained in:
Pablo
2019-10-04 18:00:53 +02:00
parent 09420bd763
commit 732f14ea56
3 changed files with 5 additions and 3 deletions

View File

@@ -611,7 +611,7 @@ class HotelFolio(models.Model):
try:
template_id = ir_model_data.get_object_reference(
'hotel',
'mail_template_hotel_reservation')[1]
'email_template_reservation')[1]
except ValueError:
template_id = False
try: