Top "Openerp" questions

Odoo is a suite of open-source business apps written in Python and released under the AGPL license.

How to import .py file from another directory?

I have this structure of files (directory and after arrow files): model -> py_file.py report -> …

python openerp python-import
Which are the available domain operators in Openerp / Odoo?

I know few operator in openerp domain. I dont get the details of available domains and their explanation. Particularly for …

openerp operators odoo-8
error: command 'gcc' failed with exit status when installing psycopg2

i need to install psycopg2 for openerp installation process, but i always found that error. i've already used pip and …

python gcc centos openerp centos5
Filling Many2many field (odoo 8)

What I've done: I have a module with myfield = fields.Many2one('res.partner', string="Graduate", domain=[('is_graduated', '=…

python xml postgresql openerp odoo
How to correctly install wkhtmltopdf on debian 64 bit?

I am trying to install wkhtmltopdf, but when I do: sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb I get : Preparing to …

linux installation openerp wkhtmltopdf apt-get
Recover admin password and email Odoo server

Months ago, I installed an Odoo server and it worked perfectly ! Problem is that I forgot the identification (email/pass) …

email passwords openerp odoo recover
Docker.io init.d script not working on start container

I've a container with odoo on it on the dir "/opt/odoo/". A init script on "/etc/init.d/odoo-server" #!/…

ubuntu openerp docker odoo init.d
PostgreSQL won't start: "server.key" has group or world access

Whenerver I start PostgreSQL using command: $ sudo /etc/init.d/postgresql start Pg doesn't start up. The error reported is: * …

linux postgresql openerp odoo private-key
odoo context field. default value for popup

I work with Odoo(v9). I have custom: form(for model 1), action and popup with form(for model 2). Here example …

python openerp xml-rpc odoo-8 odoo-9
ImportError: No module named win32service

I am using odoo8 with python 2.7.9 (64 bit) on eclipse IDE. Python software got corrupted so I had to reinstall it.…

python openerp odoo-8