Fall 1289: Andruck Reports
parent
26127c96f4
commit
7efa7c4fba
|
|
@ -207,8 +207,9 @@
|
||||||
<span t-esc="o.incoterms_id.name"/>
|
<span t-esc="o.incoterms_id.name"/>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
<p class="col-xs-12" t-if="o.payment_term_id.note">
|
<p class="col-xs-12" t-if="o.payment_term_id">
|
||||||
<span t-esc="o.payment_term_id.note"/>
|
Zahlungskonditionen:
|
||||||
|
<span t-esc="o.payment_term_id.name"/>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -223,9 +223,9 @@
|
||||||
<span t-esc="o.incoterm.name"/>
|
<span t-esc="o.incoterm.name"/>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
<p class="col-xs-12" t-if="o.payment_term_id.note">
|
<p class="col-xs-12" t-if="o.payment_term_id">
|
||||||
Zahlungskonditionen:
|
Zahlungskonditionen:
|
||||||
<span t-esc="o.payment_term_id.note"/>
|
<span t-esc="o.payment_term_id.name"/>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue