odoo/addons/email_template/wizard
Denis Ledoux 7831fe631a [FIX] email_template: default model for save as new template feature
When sending a message with the "Compose new message" button on the right of the user menu, in the top bar, if you tried to save the message as template, you had a traceback because model field of email.template is mandatory, but was set to True because there is no model in such a case.

As there is no any relevant model in such a place, and that the field is mandatory, mail.message is pretty convenient as the default value.
2014-12-09 15:19:56 +01:00
..
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
email_template_preview.py [MERGE] from trunk 2013-04-11 09:37:08 +02:00
email_template_preview_view.xml [IMP] email_template_preview: improved form view. 2013-03-29 12:27:22 +01:00
mail_compose_message.py [FIX] email_template: default model for save as new template feature 2014-12-09 15:19:56 +01:00
mail_compose_message_view.xml [FIX] email_template: default model for save as new template feature 2014-12-09 15:19:56 +01:00