Skip to content Skip to sidebar Skip to footer
Showing posts with the label Openerp

How To Call A Method In Odoo 7?

I've created a method and I was using field function to call the method. But, the method never … Read more How To Call A Method In Odoo 7?

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 Change The Title In Odoo 10?

I have changed the Odoo 10 login page title by using website builder app but it does not work on t… Read more How To Change The Title In Odoo 10?

Widget="selection" With Domain Fields Issue

here is my view xml part here is my model python part 'bpl_company_id':fields.many2one(&#… Read more Widget="selection" With Domain Fields Issue

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 Retrive Values In Many2one Field As Selection Field?

How to retrieve values on Many2one field using OnChange ? the student should be registered in one s… Read more How To Retrive Values In Many2one Field As Selection Field?

Onclick Of Lead Couldn't Get The Details Of Lead In Custom Module In Openerp

I'm creating a custom module and trying to convert the Lead to Opportunity.Now i'm fetching… Read more Onclick Of Lead Couldn't Get The Details Of Lead In Custom Module In Openerp