report account/production: notes keep together
parent
3f694da20a
commit
cec9857e43
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue