Top "Odoo-9" questions

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

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
Removing Odoo 9 from Ubuntu 14.04 desktop?

I want to uninstall Odoo 9 and reinstall in my linux system. Can anyone please help me?

openerp ubuntu-14.04 odoo-9
Peer authentication failed for user "odoo"

I'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-9
How to upgrade odoo 8 to odoo 9 database?

I 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-9
Odoo Module Development error: AssertionError: Element openerp has extra content: data

I am a newbie in developing Modules for Odoo. I started developing a demo module according to documentation. But its …

python openerp odoo-9 odoo-view
Why are some items not translated in Odoo?

I have a problem with translations in Project module. Some menu items are not translated. What could be the problem? …

python xml odoo-8 odoo-9 odoo
Odoo 9. How to override form widgets?

I work with odoo 9. In the system exists render_value method for each type of field: /odoo/addons/web/static/…

javascript openerp qweb odoo-9
Odoo extension and inheritance

Odoo has three types of inheritance, and I have at least that number of questions. 1. 'Normal' Inheritance (_inherit) This is …

python inheritance openerp odoo-9
Custom module doesn't show up in the list of apps

I am trying to install module from odoo 8 to odoo 9. I just copied over the whole folder to the addons …

openerp odoo-9
Difference between with and without sudo() in Odoo

What 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