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

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 To Fix Valueerror: Field `active` Does Not Exist In Odoo

I have a view which inherits from view employee form, with fields from a model I created, but whene… Read more How To Fix Valueerror: Field `active` Does Not Exist In Odoo

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?

What Is Wrong With Following Code In Python?

I was trying to implement a constraint for a field but instead of causing a constraint validation, … Read more What Is Wrong With Following Code In Python?

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?

How To View Or Hide Field By Attrs Based On Function (automatically)?

I want to view 'working_hours' field only for employee, his manager and 'hr.group_hr_us… Read more How To View Or Hide Field By Attrs Based On Function (automatically)?