[FIX] put a page-break after each print

(lp:c2c-addons/6.1  rev 89.1.45)
This commit is contained in:
Guewen Baconnier @ Camptocamp
2012-10-29 16:41:21 +01:00
parent b6eb983cc3
commit a87dd374cd

View File

@@ -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>