-
- Downloads
[FIX] gantt: Display gantt popover dates in user locale
Issue - Install "Manufacturing" module - Go to settings and activate "Master Production Schedule" - Install Dutch language - Switch user language to Dutch - Go to Manufacturing -> Planning -> Planning by Production - Hover work order Dates are not displayed with user locale. Cause Date are formated to "YYYY-MM-DD HH:mm:ss", regardless the locale. Solution Format date instead with locale format letters (L, LL, LTS, ...) Doc : https://momentjs.com/docs/#/parsing/string-format/ Go to "Locale aware formats" section opw-2430570 closes odoo/odoo#64996 Related: odoo/enterprise#15913 Signed-off-by:Nicolas Lempereur (nle) <nle@odoo.com>
Please register or sign in to comment