I have a custom module in which i want to import some of the updated data but getting an error Unknown error during import: <class 'KeyError'>: 'field1'
i am trying to call a js function from another function. But I am getting an error. *.js reset: async function (record, ev) { // var self=this;
I use VS Code extension Python version 2.2x, Python interpreter version 2.7x, and use Odoo 10 of the latest version. I'm using WSL with Ubuntu 18.4 LTS. I canno
I have two models reservation(inherit from sale.order) and places . I want to make a one2many field in the places model so when a reservation(sale.order) is con
When I import from tensorflow.keras.preprocessing import image in a single python file it works perfectly. Even in python interpreter console it is imported suc
I've only been learning odoo-14 for 2 weeks. There are three compute functions in my code. But I got the error: Odoo Server Error Traceback (most recent call
I am upgrading a module that allows stock Picking From Customer/Supplier Invoice. This is a module downloaded for odoo11-community and i am performing an upgrad
I am trying to open a search dialog similar to what happens when you click on "Search More..." on a Many2one field widget using OWL. I understand this has to be
inherited " res.partner " and added a page (editable tree) in notebook section, but when clicking on "Add a line" it is showing below error: Invalid field 'same
When i create dynamic snippet, it works correctly only if you log in like an administrator account, snippet uses data from the odoo model. So if you don't log i
Hello I need to connect an application with PHP 8.0 to Odoo. And I get the following error. PHP XMLRPC library is not installed How can I install this library
I have written a method _update_config_list which should automatically be called when a record has been created in account.analytic.line. This method should cre
I am trying to take a backup from Odoo enterprise 14 through query. When I try to export the dump file I get this message Can anyone guide me, how to export all
I want to remove backslash from a string, I tried result.replace('\\','') but nothing changed. Anyone has an idea how I can remove it? result = '[(\'company_ids
I develop my company website on Odoo 14 and it is multilingual. The default language is English. For other language it adds language path like: for Italian: /it
In odoo 14 when I open an opportunity and I press the button "New Message", the customer from that opportunity appears as a receiver of the message by default.
How i can chage color, for tag in my many2many field. example:
I have multicurrency setup in odoo 15. I create the invoices in my local currency and i expect it to be converted into its dollar equivalent when I view the i
In odoo 11 which will be suggested backup and restore process, Dump and restore from postgresql or using Odoo to take backup and restore it. I want to know, whi
When I paste an image from my clipboard to a text or html type field with widget="html" its duplicated the image. Like this. The browser console does not show a