mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] put a page-break after each print
(lp:c2c-addons/6.1 rev 89.1.45)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
%for comm in objects :
|
||||
${setLang(comm.partner_id.lang)}
|
||||
<%
|
||||
@@ -13,7 +14,9 @@
|
||||
context.lookup.put_string(current_uri, comm.current_policy_level.mail_template_id.body_html)
|
||||
%>
|
||||
<%include file="${current_uri}" args="object=comm,mode='pdf'"/>
|
||||
</br>
|
||||
|
||||
<p style="page-break-after:always"></p>
|
||||
%endfor
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user