Skip to content
Snippets Groups Projects
Commit 9412695d authored by Hetal Dhanak's avatar Hetal Dhanak Committed by William Henrotin
Browse files

[FIX] mrp: cast datetime from web interface


Updating a datetime field in a form view will fill the 'values' dict
with a string.
This commit casts the dates in mrp.production and mrp.workorder that are given to
their respective stock move into actual datetime object. This prevent any
converting error later in the process

Task : 2055912

closes odoo/odoo#35825

Signed-off-by: default avatarSimon Lejeune (sle) <sle@openerp.com>
parent 9ff7758c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment