Top "Odoo-8" questions

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

After odoo installation, either CSS nor JS are found

After a lot of tries, I could finally install odoo 8, however, when I connect to it, browser redirects to /web/…

python-2.7 odoo openerp-8 odoo-8
How do I change the odoo default port?

In Odoo, by default the port is set to 8069, I want to change it to another port. I've tried changing …

odoo odoo-8
How can I make a "for-loop" with a specific number of loops in Qweb?

I would like to make a loop to print elements an exact amount of times. Something like this: <t …

xml for-loop odoo odoo-8 qweb
How to change the order of form and tree views in Odoo?

I created a module with normal settings which shows a form view and a tree view. The default behavior is …

xml openerp odoo-8
How to set PDF name in qWeb report, Odoo?

I'm making reports using qWeb in Odoo 8. Those generated PDF files are saved with a "default" name. I would like …

report odoo-8 qweb
Odoo - prevent button from closing wizard

I have a transient model that serves as a dialog. In my form view I have a button like this: &…

python xml python-2.7 odoo-8 odoo
how to integrate Odoo with MySQL

I am trying to integrate Odoo(openerp-8) with MySQL on ubuntu server, to get the database access instead of postgresql. …

mysql odoo openerp-7 odoo-8 openerp-8
Pop up the window of exsiting view through click event in odoo

I have created a button in jobs by using inheritance in (hr.recruitment form view) , how could I open another …

python odoo openerp-7 odoo-8 openerp-8
In Odoo 8 ORM api , how to get results in reverse order using search()?

I try to use search() to fetch data from a table in a http controller. x = obj.search(cr, uid, …

python python-2.7 python-3.x odoo odoo-8
How to save value on Readonly / editable false fields in odoo Models?

I've a field which I want to compute it's value on change, but I don't want the user can modify …

model field openerp odoo-8