Feedback 1539: Feedback 11,12,13,14

develop
Ahmed Aly 2018-03-28 16:29:44 +02:00
parent 43da993030
commit a46f55e381
2 changed files with 12 additions and 5 deletions

View File

@ -104,7 +104,7 @@
<tr t-if="layout_category['name'] != 'Uncategorized'"> <tr t-if="layout_category['name'] != 'Uncategorized'">
<td colspan="6"> <td colspan="6">
<strong> <strong>
<t t-esc="layout_category['name']"/> <t t-esc="layout_category['name']"/> - <t t-esc="o.partner_id.ref"/>
</strong> </strong>
</td> </td>
<td class="text-right" t-if="discount_is_set"/> <td class="text-right" t-if="discount_is_set"/>

View File

@ -57,12 +57,19 @@
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-3"> <div class="col-xs-3">
<strong><span class="col-xs-6" style="padding: 0px">Lieferdatum:</span></strong> <strong>
<span class="col-xs-6" style="padding: 0px" t-field="o.earliest_scheduled_date" t-options='{"widget": "date"}'/> <span class="col-xs-8" style="padding: 0px">Lieferdatum:</span>
</strong>
<span class="col-xs-4" style="padding: 0px" t-field="o.earliest_scheduled_date"
t-options='{"widget": "date"}'/>
</div> </div>
<strong><span class="col-xs-2">Telefon:</span></strong> <strong>
<span class="col-xs-2">Telefon:</span>
</strong>
<span class="col-xs-3" t-field="o.user_id.phone"/> <span class="col-xs-3" t-field="o.user_id.phone"/>
<strong><span class="col-xs-2">Bezeichnung:</span></strong> <strong>
<span class="col-xs-2">Bezeichnung:</span>
</strong>
<span class="col-xs-2" t-field="o.client_order_ref"/> <span class="col-xs-2" t-field="o.client_order_ref"/>
</div> </div>
<div class="row mt32"/> <div class="row mt32"/>