Odoo is a suite of open-source business apps written in Python and released under the AGPL license.
In Odoo v8 there are many API decorators used. But i don't understand the main difference between @api.depends and @…
openerp odoo openerp-8In Odoo when you have an xpath you can add "attrs" to a field like required or invisible, when a …
xml attributes field odoo odoo-viewI'm trying to make a field invisible on condition in an Odoo form view. When "Can be sold" is checked ==&…
xml inheritance odoo odoo-viewI read here that you can scaffold a module using a command, so you won't need to manually create some …
odoo scaffoldI want to create a new theme for odoo. I have done it by create a new module and install …
openerp odoo openerp-8I'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-8How to debug in "Odoo" special in browses like Chrome and Firefox??? Would anybody provide information, it will be great. …
openerp odoo openerp-8A 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 odooWhat 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