ORDINI tpl rec_name product

This commit is contained in:
resteve 2015-09-24 08:36:13 +02:00
parent 2655891c92
commit dcb0cdbb4f
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<ORD_GEST_PKL></ORD_GEST_PKL>
<IMP_ORDINI_RIGHE py:for="move in shipment.moves">
<RIG_ORDINE>${shipment.code}</RIG_ORDINE>
<RIG_ARTICOLO>${move.product.code or move.product.name}</RIG_ARTICOLO>
<RIG_ARTICOLO>${move.product.code or move.product.rec_name}</RIG_ARTICOLO>
<RIG_SUB1/>
<RIG_SUB2/>
<RIG_STAMATE/>

View file

@ -10,7 +10,7 @@
<ORD_GEST_PKL></ORD_GEST_PKL>
<IMP_ORDINI_RIGHE py:for="move in shipment.outgoing_moves">
<RIG_ORDINE>${shipment.code}</RIG_ORDINE>
<RIG_ARTICOLO>${move.product.code or move.product.name}</RIG_ARTICOLO>
<RIG_ARTICOLO>${move.product.code or move.product.rec_name}</RIG_ARTICOLO>
<RIG_SUB1/>
<RIG_SUB2/>
<RIG_STAMATE/>