fix in report_templates; add delivery_date at account_invoice

develop
Andreas Osim 2020-04-01 15:26:53 +02:00
parent 152cc52cda
commit 1204f238cc
2 changed files with 5 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<span t-if="o.type == 'in_refund'">LIEFERANTENSTORNO</span>
<span t-if="o.type == 'in_invoice'">EINGANGSRECHNUNG</span>
<span t-field="o.number"/>
<span t-field="o.partner_id.retail_partner_id.category_id.name"/>
<!-- <span t-field="o.partner_id.retail_partner_id.category_id.name"/> -->
</p>
<p t-if="o._name == 'sale.order'">
<t t-if="not (env.context.get('proforma', False) or is_pro_forma)">

View File

@ -139,6 +139,10 @@
-
<t t-esc="layout_category['order_id'].confirmation_nr"/>
</t>
<t t-if="layout_category['order_id'].delivery_date">
- geliefert ab Werk:
<t t-esc="layout_category['order_id'].delivery_date"/>
</t>
</t>
</strong>
</td>