Odoo is a suite of open-source business apps written in Python and released under the AGPL license.
In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('xx.insurance.type', string=…
python python-2.7 odoo-8 odooHow to do debug in OpenERP v7? In previous versions of OpenERP, it was easy to debug. But in the …
openerp odooI've customized my sales report to look from this: To this: I commented the code section that shows the company …
report odoo openerp-8how to add a field related on odoo I would like to add a text field on stock.move related …
field openerp 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-8