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

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

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

Convert Char To Datetime Odoo 9

I have two char fields, data import from excel or csv in odoo. time_1= fields.Char(string = 'Ti… Read more Convert Char To Datetime Odoo 9