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

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

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?