rework design of report_sales

develop
Andreas Osim 2020-05-14 14:36:09 +02:00
parent c80f97b509
commit e7f9d4b22f
1 changed files with 7 additions and 4 deletions

View File

@ -145,11 +145,14 @@
</strong>
<span class="col-xs-10" t-field="o.client_order_ref"/>
</div>
<div class="row mt32 dp_note">
<p t-if="o.note1">
<p t-if="o.note1 != '&lt;p&gt;&lt;br&gt;&lt;/p&gt;' and o.note1 != ''">
<div class="row mt32 dp_note">
<span t-field="o.note1"/>
</p>
</div>
</div>
</p>
<p t-else="">
<br/>
</p>
<table class="table table-condensed">
<t t-set="discount_is_set" t-value="field_set_in_lines(o.order_line, 'discount')"/>
<thead class="table-header">