Top "Odoo" questions

Odoo is a suite of open-source business apps written in Python and released under the AGPL license.

What is Main difference between @api.onchange and @api.depends in Odoo(openerp)?

In Odoo v8 there are many API decorators used. But i don't understand the main difference between @api.depends and @…

openerp odoo openerp-8
How to use attrs attribute on Odoo to combine multiple attributes (invisible, readonly or required) into a single one?

In Odoo when you have an xpath you can add "attrs" to a field like required or invisible, when a …

xml attributes field odoo odoo-view
Odoo: Conditional invisible attribute on fields only works in one direction?

I'm trying to make a field invisible on condition in an Odoo form view. When "Can be sold" is checked ==&…

xml inheritance odoo odoo-view
How to display an image in a QWeb report?

I extended the 'report.external_layout_footer' qweb view to display image. Below is my code in the file reports/…

pdf openerp odoo qweb
Odoo - scaffolding?

I read here that you can scaffold a module using a command, so you won't need to manually create some …

odoo scaffold
Template inheritance in odoo

I want to create a new theme for odoo. I have done it by create a new module and install …

openerp odoo openerp-8
report designer in Odoo / OpenERP 8

I've installed Odoo 8, and now I want to create some custom Invoice templates. I can see, in OpenERP 7, we've base_…

report openerp-7 odoo openoffice-writer openerp-8
How to do debugging in odoo on browser

How to debug in "Odoo" special in browses like Chrome and Firefox??? Would anybody provide information, it will be great. …

openerp odoo openerp-8
How to get JSON data in an Odoo controller using type='json'?

A few days ago I did a similar question here: How to get JSON data in an Odoo controller? But …

json python-2.7 controller odoo-8 odoo
What is a "worker" in Odoo?

What is the purpose of workers? Are these workers for multi-threading or something else? When the Odoo instance start I …

multithreading odoo odoo-8 python-multithreading worker