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

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?

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

Expected Singleton: Stock.move - Odoo V9 Community

I'm creating a stock.picking from fleet_vehicle_log_services with this method: @api.multi def c… Read more Expected Singleton: Stock.move - Odoo V9 Community

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