Odoo is a suite of open-source business apps written in Python and released under the AGPL license.
I want to add lines to the object account.bank.statement.line through other object But I get following error: "…
python odooI am trying to find a temp directory , but when i am trying to get the directory using tempfile.gettempdir() …
python odooI'm trying to insert values into a many2many or one2manhy relation table in odoo (former OpenERP). Do you …
insert many-to-many odooWhat I've done: I have a module with myfield = fields.Many2one('res.partner', string="Graduate", domain=[('is_graduated', '=…
python xml postgresql openerp odooWhenerver 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-keyI have a computed field in Odoo with a function. Everything works fine when I don't add the store argument. …
python field odooHow 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