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

Odoo 10 Add Button To Pos

I am trying to add a button to the POS screen. A lot of the information I have for this is related … Read more Odoo 10 Add Button To Pos

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

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

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)