Top "Openerp-8" questions

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

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
How do I update other fields or another models from inside compute function?

There are 3 classes, sync.test.subject.a which has many2many relation with sync.test.subject.b which is inherited …

openerp odoo odoo-8 openerp-8
Why isn't Odoo picking up my module?

I’ve added a module directory to /home/deploy/host-addons. Starting up Odoo definitely knows about it: 2014-09-08 10:50:08,533 5198 INFO ? …

python openerp openerp-8
How can I remove the space between header and body in PDF report?

I've customized my sales report to look from this: To this: I commented the code section that shows the company …

report odoo openerp-8
Import products into odoo (openerp)

I would like to import some products into odoo/openerp for the point of sale module. Howewer I have a …

openerp openerp-7 odoo openerp-8
overriding write() method in odoo 8 results in RuntimeError: maximum recursion depth exceeded

This seems to be a significant simple problem, but somehow I cant find a solution. As I press the save …

python openerp odoo-8 openerp-8
How to hide field depend on condition odoo?

attrs="{'invisible': [('rule_id.type_test', '!=', 'A')]}" in code above not work, how i can fix this? class …

openerp odoo openerp-8