Odoo S.A. is the software vendor of the Odoo Apps (formerly OpenERP).
In my module I want to filter one2many records based on current date. This is my xml code <…
openerp odoo-8In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('xx.insurance.type', string=…
python python-2.7 odoo-8 odooI have the following function in the class hr_evaluation_interview: @api.onchange('evaluation_id') def onchange_evalID(self): self.…
python postgresql openerp odoo odoo-8I am confused regarding @api.one, @api.multi, and @api.model in Odoo. What are the differences between the three …
odoo odoo-8