Skip to Content
Menu
This question has been flagged
5 Replies
3588 Views

please provide some beginner level example for how js ...

other than odoo docs 





Avatar
Discard
Best Answer

Hi,

First of all you have to learn Dom structure, jquery.

Understand this class function js Link - https://github.com/odoo/odoo/blob/12.0/addons/web/static/src/js/core/class.js ,

After try to inherit function. add your function.

Refer this example - https://github.com/jsilvestar/web

Regards,

Silvestar

Avatar
Discard
Author

thank you so much

Best Answer

https://www.youtube.com/watch?v=madLEYnuXxo&list=PLrWLVFvgHjCdOVUtoz8lNETFZwU2xz-C2

Avatar
Discard
Best Answer

Hello ,

Check below link

https://www.odoo.com/documentation/12.0/index.html

where you found everything related to odoo.

Regards

Manish

Avatar
Discard
Author

yeah thanks