Odoo S.A. is the software vendor of the Odoo Apps (formerly OpenERP).
I want to reload a page in odoo on a click of a button. I tried this: object_name.refresh() …
python python-3.x odoo odoo-8I've created a custom widget in Odoo, and display it for a form field. My template looks like this: <…
javascript xml openerp odoo odoo-8I saw a piece of code in a project where following is written: move = Move.create({ 'name': repair.name, 'product_…
python-2.7 openerp odoo-8 odoo-9I'm trying to store config data in odoo, I need to store 3 reference to 'account.journal'. The model is created …
configuration odoo odoo-8 odoo-viewI want to set default value for multiple fields while creating records from one2many field, in that default value …
odoo-8 odoo-view one2many