Skip to content Skip to sidebar Skip to footer
Showing posts with the label Odoo

How To Prevent Duplicated Records And Only Update It?

i want to add some records to another table model without duplicated it i create a function to chec… Read more How To Prevent Duplicated Records And Only Update It?

Odoo 14: Add A Section Functionality In Tree View

I need add a section functionality like sales > quotation view has, in one of my tree views. . C… Read more Odoo 14: Add A Section Functionality In Tree View

How To Set Store Trigger For Computed Fields In Odoo 8?

I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger i… Read more How To Set Store Trigger For Computed Fields In Odoo 8?

Odoo 11 Valueerror: Expected Singleton: %s" % Record

I am creating a custom module where I want to get all the selected employee in the Payroll and send… Read more Odoo 11 Valueerror: Expected Singleton: %s" % Record

How To Uninstall / Update A Module From Command Line Odoo 11

How can i uninstall / update a module from command line in odoo 11 ? i'm using ubuntu 16.04. So… Read more How To Uninstall / Update A Module From Command Line Odoo 11

How Can I Wait For An Element Will Be Visible Then Be Clicked In Python Selenium Webdriver?

In odoo I have written code to click on the send button that is browser.find_element_by_xpath('… Read more How Can I Wait For An Element Will Be Visible Then Be Clicked In Python Selenium Webdriver?

Odoo: How To Search A Parent_id And Its All Child In Product.category

I want to, when the user selected (through Many2one field) a category, I need to find its related p… Read more Odoo: How To Search A Parent_id And Its All Child In Product.category

How To Hide The Button Based On A Condition? Odoo 11

I want to hide the 'create invoice' button (in quotation view) based on a condition if the … Read more How To Hide The Button Based On A Condition? Odoo 11