Blog Tag Search

Entries tagged [odoo]

...

Odoo configuration while going live

Setting up Odoo instance on your dev-machine can be really straight forward, but when it comes to real live system, the server will require more specific things to be configured. In current post we’ll see what are those things and how to manage them.

Read More

Comments (0)

Tags: odoo

...

Implement REST-endpoint in Odoo and invoke it

REST is an architectural style to build HTTP based webservices. We can claim it is a de-facto standard to create interoperable APIs for multiple app integrations. And it’s pretty often required to integrate Odoo with other 3d-party software. In this article we will figure out how to do it.

Read More

Comments (0)

Tags: odoo

...

Using Javascript in Odoo snippet options

Hi there, this post is dedicated to the theme of Odoo snippet options extension using Javascript. Basically it extends the previous post about snippet options (link), adding a set of Odoo programming techniques that help to solve different tasks related to snippet options using JS.

So first of all let’s start with an example of a slider (carousel) snippet defined in Odoo 14. We won’t dig into all round comprehensive code of the slider, but concentrate on main points only. The code of the slider:

Read More

Comments (3)

Tags: odoo

...

Defining a snippet option in Odoo

This post is dedicated to the topic of snippet option creation in Odoo. We all know that a snippet in Odoo is a pretty useful tool to build site pages – just drag and drop it on a page and that’s it - page is ready. Along with the snippets there’re options available to dynamically change snippet look either it’s a custom or out-of-the-box snippet. But what if a snippet has no the option we need, then we can add this option using Odoo configuration. In this post we’ll see how to manage this.

Read More

Comments (0)

Tags: odoo

...

Odoo module upgrade on multiple databases

This post provides the script that solves the problem of automated module upgrade on multiple databases in Odoo 10.

Read More

Comments (0)

Tags: odoo

...

Odoo 10 setup and debug in Eclipse

Hi everyone, I’m writing this post to describe an installation process of Odoo and its debug in Eclipse IDE on Windows. There are articles exist on the internet dedicated to this theme, but none of them covers this task in relation to Odoo version 10. Odoo 10 differs from the other versions, plus it ships with another set of setup files, so if you’re interested in detailed description of Odoo setup in Eclipse – this post may be helpful.

Read More

Comments (7)

Tags: odoo