Top "Odoo-10" questions

Odoo is a suite of open-source business apps written in Python and released under the LGPL license since version 9 (previously AGPL).

How can I format date in Odoo 10 QWeb report?

t-field-option is not working. I have tried <span t-field="o.date_invoice" t-field-options='{"format": "MM/dd/yyyy"}'/&…

qweb odoo-10
Odoo 10 - Qweb t-if t-else syntax

I do not know which is the right syntax for if-else in qweb. <t t-if="origin != l.origin"> &…

openerp odoo-10
How to connect Odoo with postgres (which is running on other server)

I want to connect odoo 10 with the postgresql (which is running on other server). Is it possible ? If, yes! then …

postgresql python-2.7 python-3.x odoo-10 postgresql-9.6
Many2many relation in Odoo 10 (python)

I have to create a STudent Management module by Odoo 10.0 in windows. So I'd like to know exactly how to …

python openerp odoo-10
Odoo 10 selection fields value

How can i get selection fields value in odoo 10? def compute_default_value(self): return self.get_value("field") I …

openerp field odoo-10 getvalue
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
How to raise a custom exception in Odoo 10?

Can i have a custom title in validation error/warning in odoo,I don't want Odoo in the title. I …

exception openerp odoo-10
Run odoo as service

I have installed odoo 10 on ubuntu 16.04. Now i need to create a service for odoo. I have tried below steps, …

openerp odoo-10
Use mapped() in odoo 10

What is mapped and how use this in odoo 10? And how to use mapped and filter in Odoo 10? example result = …

python python-2.7 odoo odoo-10