Odoo is a suite of open-source business apps written in Python and released under the AGPL license.
I want to uninstall Odoo 9 and reinstall in my linux system. Can anyone please help me?
openerp ubuntu-14.04 odoo-9I'm on Odoo 9, I have an issue when lunching odoo server $odoo.py -r odoo -w password, the localhost:8069 doesn't …
python postgresql openerp odoo-9I am trying to upgrade an odoo installation from 8.0 to 9.0. What I've done so far is the following: Backup the …
odoo odoo-9I work with odoo 9. In the system exists render_value method for each type of field: /odoo/addons/web/static/…
javascript openerp qweb odoo-9Odoo has three types of inheritance, and I have at least that number of questions. 1. 'Normal' Inheritance (_inherit) This is …
python inheritance openerp odoo-9I am trying to install module from odoo 8 to odoo 9. I just copied over the whole folder to the addons …
openerp odoo-9What is different between: test = self.env['my.example'].sudo().create({'id':1, 'name': 'test'}) test = self.env['my.example'].create({…
odoo odoo-10 odoo-9