Featured
-
Function calling on button click in OpenERP
Adding a button on an OpenERP view is very easy an
by dinesh.singh
Tags
How to use javascript function in Odoo-9
In javacsript function first we have to move on src file and open the .js file and go one step further by creating a javascript file, name it tutorial_editor.js and place it into the static folder.
For example you can see be...
How to modify javascript function in point of sale in odoo 9
To modify javascript in Odoo-9 follow the below steps
Go to point of sale module ->static file->src->js->screens.js
For example you can use the below code in screens.js file.
function openerp_pos_screens(instance, module){ //mod...