rework design of report_sales

develop
Andreas Osim 2020-05-14 14:02:15 +02:00
parent 862dfa531f
commit c80f97b509
1 changed files with 11 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<strong>
<span class="col-xs-2">Auftragsbearbeiter:</span>
</strong>
<span class="col-xs-3" t-field="o.user_id"/>
<span class="col-xs-3" t-field="o.editor_id"/>
<strong>
<span class="col-xs-2">Positionen:</span>
</strong>
@ -128,6 +128,16 @@
<span class="col-xs-2" t-field="o.client_order_ref"/>
-->
</div>
<div class="row height-20">
<div class="col-xs-3" style="padding-right: 4px">
</div>
<p t-if="o.user_id">
<strong>
<span class="col-xs-2">Ihr Betreuer:</span>
</strong>
<span class="col-xs-3" t-field="o.user_id"/>
</p>
</div>
<br/>
<div class="row">
<strong>