Top "Odoo-8" questions

Odoo S.A. is the software vendor of the Odoo Apps (formerly OpenERP).

Odoo Reload on button click

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-8
Odoo custom form field widget - how to display field value?

I've created a custom widget in Odoo, and display it for a form field. My template looks like this: <…

javascript xml openerp odoo odoo-8
What is the difference between OpenERP and Odoo?

What all are the difference between OpenERP and Odoo. I know Odoo(v8) is lastest version of OpenERP(v7) and …

openerp odoo openerp-7 odoo-8
What does |= (pipe equal) sign do in python?

I 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-9
Set and get store data Odoo with TransientModel

I'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-view
How to link a custom paper format to a pdf report in Odoo 8?

I want to print labels from odoo. For that I created a custom paper format and finding a way to …

xml report odoo odoo-8 qweb
Set default value while creating record from one2many field - odoo

I want to set default value for multiple fields while creating records from one2many field, in that default value …

odoo-8 odoo-view one2many