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

Odoo/openerp: Hiding Create Button From Treeview

I have a situation here. I am using OpenERP 7. I am trying to hide Create button from tree view of … Read more Odoo/openerp: Hiding Create Button From Treeview

How To Retrive Values In Many2one Field As Selection Field?

How to retrieve values on Many2one field using OnChange ? the student should be registered in one s… Read more How To Retrive Values In Many2one Field As Selection Field?

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 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 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 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