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

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 How To Filter Many2one Field Values In One2many Field

I have many2one field name_id. Usually when I use it in my_model.xml code below in this field I can… Read more Odoo How To Filter Many2one Field Values In One2many Field

Typeerror: Object Of Type 'bool' Has No Len() - Odoo V9

I'm trying to connect to a webservice through an Odoov9 module. This is my class: class invoice… Read more Typeerror: Object Of Type 'bool' Has No Len() - Odoo V9

How To Pass Value With Onchange One2many Variable In Odoo?

Solution 1: No need to write onchange attribute … Read more How To Pass Value With Onchange One2many Variable In Odoo?