I am using React Native, and trying to call Odoo APIs using Axios. This is how I successfully call authenticate on my local Odoo instance. Now that I got the result from Odoo. I want to call methods and query some records. So, I tried to get some records from DataSet search_read first. Here is what I tried. It gave
Tag: odoo-14
Odoo14 action_set_won_rainbowman is not a valid action on crm.lead.result
I’m building a custom module to include tree view inside crm.lead that can insert few data inside, but when i try to install it i got the following issue. action_set_won_rainbowman is not a valid action on crm.lead.result as my view looks like and my module looks like can anyone help me what i missed in that? “i need only to
Odoo14 – AttributeError: ‘tuple’ object has no attribute ‘cache'” while evaluating
I have a model in Odoo to register some logs(Log) and a helper class(Helper) with async function to receive some data ad register on Log, this _job_function is called by a Cron Job like this: This is the helper class: For debugging propuser i have override the create class, to check if i’m sending wrong data. When the job is