I have an API delivery log to FE for available stock
Odoo History Log
11/12/2025 17:41:09 [{“productCode”: ‘4891338038348’, “stock”: 6}]
11/12/2025 22:02:13 [{“productCode”: ‘4891338038348’, “stock”: 4}]
11/12/2025 23:57:33 [{“productCode”: ‘4891338038348’, “stock”: 3}]
12/12/2025 00:01:17 [{“productCode”: ‘4891338038348’, “stock”: 6}]
12/12/2025 00:01:45 [{“productCode”: ‘4891338038348’, “stock”: 5}]
12/12/2025 00:12:11 [{“productCode”: ‘4891338038348’, “stock”: 0}]
The problem is, why was 6 sent on 12/12/2025 00:01:17? Was it because the availability was reset after the date changed?
This version using Odoo v18 enterprise
Please add more information about what you're doing. I'm not sure we have enough information to help you.