Top "Odoo" questions

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

dictionary update sequence element #0 has length 3; 2 is required

I want to add lines to the object account.bank.statement.line through other object But I get following error: "…

python odoo
ImportError: No module named psycopg2

When installing process of OpenERP 6, I want to generate a config file with this command, cd /home/openerp/openerp-server/bin/ ./…

python centos odoo centos5
No usable temporary directory found

I am trying to find a temp directory , but when i am trying to get the directory using tempfile.gettempdir() …

python odoo
insert into many2many odoo (former openerp)

I'm trying to insert values into a many2many or one2manhy relation table in odoo (former OpenERP). Do you …

insert many-to-many odoo
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
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 computed fields: works without store=True, doesn't work with store=True

I have a computed field in Odoo with a function. Everything works fine when I don't add the store argument. …

python field odoo
How to set default values with methods in Odoo?

How to compute the value for default value in object fields in Odoo 8 models.py We can't use the _default …

python python-2.7 odoo odoo-8 default-value