Odoo Frontend JS Vs Backend JS
Java Script Odoo
Probuse Admin
Odoo Frontend and Backend Java script (JS)
Front end JS:
Front end JS:
- We can not be able to do database or server operation.
- If we need to add any backend method then we must need to use http controller or ajax rpc call.
- Inheritance is not possible because there is no class or object structure.
- mostly use in front of website
Backend JS:
- We can be able to do call to server or database.
- There is prototype model structure so we can easily inherit class or methods of js.