mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] template is mail by default
(lp:c2c-addons/6.1 rev 89.1.46)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<field name="model_id" ref="model_credit_control_communication"/>
|
||||
<field name="auto_delete" eval="True"/>
|
||||
<field name="body_html"><![CDATA[
|
||||
<%page args="object, user=None, ctx=None, quote=None, format_exception=True, mode='pdf'" />
|
||||
<%page args="object, user=None, ctx=None, quote=None, format_exception=True, mode='mail'" />
|
||||
%if mode != 'pdf':
|
||||
<!-- your css here -->
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user