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

How Do I Do Post/get Request From Ajax To Odoo 10 Custom Module Controller? (blocked By Cors Policy)

I am using Odoo 10 with a custom module and I created this simple controller. It works fine when i … Read more How Do I Do Post/get Request From Ajax To Odoo 10 Custom Module Controller? (blocked By Cors Policy)

Odoo - How To Translate Strings In Javascript File

I'm struggling with the lack of understanding on doing Javascript. The Odoo documentation is pa… Read more Odoo - How To Translate Strings In Javascript File

Odoo10 Javascript Widget Action Not Working: Clientwidget Is Not A Function

I'm still learning how to properly add your own javascript code. I'm trying to add my own s… Read more Odoo10 Javascript Widget Action Not Working: Clientwidget Is Not A Function

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

Odoo10 - How To Do Javascript

I must be doing something completely wrong: odoo.define('my_module.popups', function (requi… Read more Odoo10 - How To Do Javascript