In fact, this is not a problem in product.product.export_inventory.
This method is responsible to export the stock of the input ids.
The cron and the button trigger the method export_inventory on the sale.shop and this one has the responsibility to call product.product.export_inventory with the set of ids exportable products of the shop.
So if a fix has to be done, that's on sale.shop.export_inventory, but this one is abstracted in base_sale_multichannels. So which branch do you use for base_sale_multichannels?
Hi,
thanks for your patch proposition.
In fact, this is not a problem in product. product. export_ inventory.
This method is responsible to export the stock of the input ids.
The cron and the button trigger the method export_inventory on the sale.shop and this one has the responsibility to call product. product. export_ inventory with the set of ids exportable products of the shop.
So if a fix has to be done, that's on sale.shop. export_ inventory, but this one is abstracted in base_sale_ multichannels. So which branch do you use for base_sale_ multichannels?