Skip to content Skip to sidebar Skip to footer
Showing posts with the label Odoo 8

How To Inherit Mail.thread Abstractmodel And Override Function From This Class In Odoo?

I would like to change something from mail.thread abstract class. So I inherited mail.thread and wr… Read more How To Inherit Mail.thread Abstractmodel And Override Function From This Class In Odoo?

How To Pass Value With Onchange One2many Variable In Odoo?

Solution 1: No need to write onchange attribute in view file. With new API, we can directly achie… Read more How To Pass Value With Onchange One2many Variable In Odoo?

How To Set Store Trigger For Computed Fields In Odoo 8?

I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger i… Read more How To Set Store Trigger For Computed Fields In Odoo 8?

Change A Field Value Within An If Statement In Odoo 8

I have been using Odoo 8 with Ubuntu 14.04. I have an onchange function and under that an If statem… Read more Change A Field Value Within An If Statement In Odoo 8

What Is Wrong With Following Code In Python?

I was trying to implement a constraint for a field but instead of causing a constraint validation, … Read more What Is Wrong With Following Code In Python?

How To Filter Many2one Res.parner Field In Odoo

I have x_trainer_id = fields.Many2one('res.partner', string='Trainer') field, an… Read more How To Filter Many2one Res.parner Field In Odoo

Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail

I have the following code. When the scheduler runs I am getting the error message. Some one help me… Read more Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail