Top "Odoo" questions

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

How to use t-if for string odoo?

I would like to show the value of the o.employee_id.name variable inside a cell table only when …

xml odoo odoo-8 qweb
How to add css files to a custom module in Odoo?

How can I add css files to my custom module to change xml views? I found this post but the …

css xml odoo-8 odoo odoo-view
Why are some items not translated in Odoo?

I have a problem with translations in Project module. Some menu items are not translated. What could be the problem? …

python xml odoo-8 odoo-9 odoo
How to check if one2many field is empty in openerp xml views

I'm trying to make some field invisible if another field ( which is one2many ) has no value ( is empty). I'm …

xml openerp odoo openerp-7 erp
odoo - display name of many2one field combination of 2 fields

In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('xx.insurance.type', string=…

python python-2.7 odoo-8 odoo
Debugging in OpenERP 7.0

How to do debug in OpenERP v7? In previous versions of OpenERP, it was easy to debug. But in the …

openerp odoo
How can I remove the space between header and body in PDF report?

I've customized my sales report to look from this: To this: I commented the code section that shows the company …

report odoo openerp-8
related field on odoo?

how to add a field related on odoo I would like to add a text field on stock.move related …

field openerp odoo
Import products into odoo (openerp)

I would like to import some products into odoo/openerp for the point of sale module. Howewer I have a …

openerp openerp-7 odoo openerp-8
How to execute query in Odoo-8 from Python?

I have the following function in the class hr_evaluation_interview: @api.onchange('evaluation_id') def onchange_evalID(self): self.…

python postgresql openerp odoo odoo-8