Connectors mailing list archives

connectors@odoo-community.org

Avatar

Odoo Mangeto connector / stock synchronization / incorrect quantities

by
twichary
- 01/08/2016 16:25:16
Hi,

in principle in description of connection is written that it is bidirectional connector. 

Its true but I found situation that:

I have stock quantities of product = 5 pcs.
-->total stock quantity for this product is 5 (odoo)
-->total stock quantity for this product is 5 (magento)

after placing two order A&B in magento we have:
(with 1 pcs for each order)

order A, with product - 1 pcs.
order B, with product - 1 pcs.

total stock quantity for this product is 3 (magento)

in odoo

orders are imported but products are not reserved yet

-->total stock quantity for this product is 5 (odoo)
-->total stock quantity for this product is 3 (magento)

after pick up product for order A we have:

-->total stock quantity for this product is 4 (odoo)
and after export stock quantity by connector
-->total stock quantity for this product is 4 (magento, correct value is 3) 

after pick up product for order B we have:

-->total stock quantity for this product is 3 (odoo)
and after export stock quantity by connector
-->total stock quantity for this product is 3 (magento)

in meantime between pickup product between order A and order B we have incorrect
quantity in magento.

Please comment if it is correct behaviour or its configuration error or how to fix it.

Best regards,
Tomek