trytond-systemlogics_modula/template/IMP_ARTICOLI.xml
2015-09-28 10:23:45 +02:00

16 lines
623 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<SYSTORE_ARTICOLI xmlns:py="http://genshi.edgewall.org/">
<IMP_ARTICOLI py:for="product in products">
<ART_ARTICOLO>${product.code}</ART_ARTICOLO>
<ART_DES>${product.rec_name[:100]}</ART_DES>
<ART_UMI>${product.default_uom.symbol}</ART_UMI>
<ART_PMU></ART_PMU>
<ART_AREEABI></ART_AREEABI>
<ART_TIPOGESTART></ART_TIPOGESTART>
<ART_FIFOP></ART_FIFOP>
<ART_FIFOV></ART_FIFOV>
<ART_NOTE><?python codes = ', '.join([c.number for c in product.codes])?>${codes[:50]}</ART_NOTE>
<ART_CLAMOV></ART_CLAMOV>
</IMP_ARTICOLI>
</SYSTORE_ARTICOLI>