parodoo / parOdoo

Extensions and addons for Persian language support in Odoo ERP.
Apache License 2.0
13 stars 16 forks source link

FIX: wrong formatting in One2many list datepicker #14

Closed mshahbazi closed 2 years ago

mshahbazi commented 3 years ago

In One2many lists, the date formatting turns weird, after the date is picked: image The jMoment.utc returns an original moment object rather that a jmoment object. This breaks the chain of jmoments (at the end of the chain, to be specific).