report account/production: notes keep together

develop
Andreas Osim 2018-11-14 11:54:22 +01:00
parent 3f694da20a
commit cec9857e43
2 changed files with 10 additions and 6 deletions

View File

@ -258,9 +258,11 @@
</div> </div>
</div> </div>
<p t-if="o.note2"> <div class="row" style="page-break-inside: avoid">
<span t-field="o.note2"/> <p t-if="o.note2">
</p> <span t-field="o.note2" style="page-break-inside: avoid"/>
</p>
</div>
<div class="row"> <div class="row">
<p class="col-xs-12"> <p class="col-xs-12">

View File

@ -222,9 +222,11 @@
</div> </div>
</div> </div>
<p t-if="o.note2"> <div class="row" style="page-break-inside: avoid">
<span t-field="o.note2"/> <p t-if="o.note2">
</p> <span t-field="o.note2" style="page-break-inside: avoid"/>
</p>
</div>
<!-- <!--
<div class="row"> <div class="row">