Hi,
In stock.picking, we have the field "scheduled_date" that is computed based on date in move lines.
as you know, In DB it's always UTC and then Odoo tries to convert the date based on user's Timezone.
SO if in db it's 2022-02-02 14:00:00 and the user has europe/Paris timezone, the user will see
2022-02-02 16:00:00 in scheduled date.
i tried to search in Odoo where it converts the time based on timezone in order to disable it for this specific field and couldn't find it.
Question: Can someone help and tell me where/how can i disable time convertion for this specific field ?
Thank you.