Odoo is a suite of open-source business apps written in Python and released under the LGPL license since version 9 (previously AGPL).
t-field-option is not working. I have tried <span t-field="o.date_invoice" t-field-options='{"format": "MM/dd/yyyy"}'/&…
qweb odoo-10I do not know which is the right syntax for if-else in qweb. <t t-if="origin != l.origin"> &…
openerp odoo-10I 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.6I 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-10What is different between: test = self.env['my.example'].sudo().create({'id':1, 'name': 'test'}) test = self.env['my.example'].create({…
odoo odoo-10 odoo-9Can i have a custom title in validation error/warning in odoo,I don't want Odoo in the title. I …
exception openerp odoo-10I have installed odoo 10 on ubuntu 16.04. Now i need to create a service for odoo. I have tried below steps, …
openerp odoo-10What 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-10In Odoo 8, I was able to define a server action using XML such as: <?xml version="1.0" encoding="utf-8" ?> &…
openerp odoo-10