<?xml version="1.0" encoding="UTF-8"?>
<stocks>
    <stock>
        <codigo type="int(11)"/>
        <almacen type="char(30)"/>
        <articulo type="char(30) Actua como código."/>
        <stock type="double(12,3)"/>
        <stock_pendiente_recibir type="double(12,3)"/>
        <stock_pendiente_servir type="double(12,3)"/>
        <fifo type="double(12,3)"/>
        <product_attribute_id type="int(11) Referencia interna a la tabla 'ps_product_attribute' de MyGESTIÓN."/>
        <desc_combinacion type="varchar(250)"/>
        <ps_id type="varchar(250) Id de la combinación 'ps_product_atribute' en prestashop"/>
    </stock>
</stocks>
