Hello,
I am using Odoo v13 enterprise and my inventory configuration is - FIFO, Automated.
I am importing sales orders and delivery orders from a different system into Odoo.
When importing SO and DO i am setting date same as in other system also accounting entries are generated with same date as of DO but valuation entry(stock valuation layer) is generated with the current datetime when creating record as stock.valuation.layer is using create_date as date.
I tried to pass context from delivery order and verified it in create and write but it didn't worked. Can we change this date somehow to match actual delivery date instead current datetime.
Thanks,