fix in report_templates; add delivery_date at account_invoice
parent
152cc52cda
commit
1204f238cc
|
|
@ -76,7 +76,7 @@
|
||||||
<span t-if="o.type == 'in_refund'">LIEFERANTENSTORNO</span>
|
<span t-if="o.type == 'in_refund'">LIEFERANTENSTORNO</span>
|
||||||
<span t-if="o.type == 'in_invoice'">EINGANGSRECHNUNG</span>
|
<span t-if="o.type == 'in_invoice'">EINGANGSRECHNUNG</span>
|
||||||
<span t-field="o.number"/>
|
<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>
|
||||||
<p t-if="o._name == 'sale.order'">
|
<p t-if="o._name == 'sale.order'">
|
||||||
<t t-if="not (env.context.get('proforma', False) or is_pro_forma)">
|
<t t-if="not (env.context.get('proforma', False) or is_pro_forma)">
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,10 @@
|
||||||
-
|
-
|
||||||
<t t-esc="layout_category['order_id'].confirmation_nr"/>
|
<t t-esc="layout_category['order_id'].confirmation_nr"/>
|
||||||
</t>
|
</t>
|
||||||
|
<t t-if="layout_category['order_id'].delivery_date">
|
||||||
|
- geliefert ab Werk:
|
||||||
|
<t t-esc="layout_category['order_id'].delivery_date"/>
|
||||||
|
</t>
|
||||||
</t>
|
</t>
|
||||||
</strong>
|
</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue