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

Valueerror: Expected Singleton: - Odoo V8

I have this method, which should loop on a One2many object, but the actual loop isn't working, … Read more Valueerror: Expected Singleton: - Odoo V8

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

How To Write "write" Function Without Effecting Inherited Class In Odoo 8?

The situation is as follows: This is my .py file class mom_meeting(osv.osv): _name = 'mom.… Read more How To Write "write" Function Without Effecting Inherited Class In Odoo 8?

How To Include View In Odoo 8

As in the title. How do you include a view file from a view file? If you have a large xml view file… Read more How To Include View In Odoo 8

Typeerror(repr(o) + " Is Not Json Serializable") - Odoo V8

I have this method, which calls for a document associated with an invoice on Odoo v8. @api.multi de… Read more Typeerror(repr(o) + " Is Not Json Serializable") - Odoo V8

Odoo - Display Name Of Many2one Field Combination Of 2 Fields

In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('… Read more Odoo - Display Name Of Many2one Field Combination Of 2 Fields

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?