Skip to content Skip to sidebar Skip to footer
Showing posts with the label Odoo

Odoo Change Base Javascript Method

There is a file in Odoo: addons/mail/static/src/js/chatter.js . It contains a method I would like t… Read more Odoo Change Base Javascript Method

How To Override Existed Component In Owl Odoo 14 / Trigger Click Function Everytime Go To View In Odoo 14

When we open mail.chatter view, we have a 'paperclip' icon, when we click on it then will … Read more How To Override Existed Component In Owl Odoo 14 / Trigger Click Function Everytime Go To View In Odoo 14

How To Call An Odoo Controller Function From Js File

i set a keyDown from JS file call a function in Py file this is my JS file _onKeydown_searchText: f… Read more How To Call An Odoo Controller Function From Js File

Add Npm Pckage In Odoo

I want to use a npm package in odoo so that I can use that in odoo widget. I have seen that odoo we… Read more Add Npm Pckage In Odoo