Odoo 8 Openerp Python How To Create Email Notification Function In Odoo? June 16, 2024 Post a Comment I have calender.event module. In that I have one date field ending_date. I wanted to create functio… Read more How To Create Email Notification Function In Odoo?
Odoo 8 Openerp Python How To Change Selection Field Automatically In Odoo May 25, 2024 Post a Comment I'm working on Odoo 8. I have a view that contains a set of combo-box type fields and a selecti… Read more How To Change Selection Field Automatically In Odoo
Odoo 8 Odoo 9 Openerp Python 2.7 How To Filter Many2one Res.parner Field In Odoo May 25, 2023 Post a Comment 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 8 Openerp 8 Python 2.7 How To Write "write" Function Without Effecting Inherited Class In Odoo 8? October 30, 2022 Post a Comment 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?