Js framework
Learning js in Odoo. Please see the below link. https://github.com/odoo/odoo/blob/13.0/addons/web/static/src/js/widgets/date_picker.js I would to know in odoo framework which library is used in the above code? And the above code format follows: 1)Â var Widget = require('web.Widget') 2) Object defined many user-defined functions. Default init() and start() method have all object. 3) Functions defined as: Functionname : myfunct(){ } I would like to know the above format which lib is using? Using object properties name can i able to get require package properties list. But unable to get predefined function used in that object how to get user defined method? Is any tutorial available for the above the js library framework? And underscore js library used in odoo framework is any courses available for this library in sololearn. Please share.