Top "Odoo-8" questions

Odoo S.A. is the software vendor of the Odoo Apps (formerly OpenERP).

How can I output a odoo 8 datetime field without time on a qweb report?

I want to output a odoo 8 datetime field in the localization format but without time. I extended the t-field with …

xml report odoo-8 odoo qweb
How do I update other fields or another models from inside compute function?

There are 3 classes, sync.test.subject.a which has many2many relation with sync.test.subject.b which is inherited …

openerp odoo odoo-8 openerp-8
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
Domain for one2many not working Odoo

In my module I want to filter one2many records based on current date. This is my xml code <…

openerp odoo-8
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
overriding write() method in odoo 8 results in RuntimeError: maximum recursion depth exceeded

This seems to be a significant simple problem, but somehow I cant find a solution. As I press the save …

python openerp odoo-8 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
What is difference between @api.one, @api.multi and @api.model?

I am confused regarding @api.one, @api.multi, and @api.model in Odoo. What are the differences between the three …

odoo odoo-8