Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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?

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?

How To Get Specific Record In Json Controller In Odoo 12

My question says it all. I already did a controller to search all records from specific model. Now … Read more How To Get Specific Record In Json Controller In Odoo 12

Odoo Image In Excel

I'm creating an excel file with xlsxwriter and need to place my company logo into these excel f… Read more Odoo Image In Excel

Sessionnotcreatedexception: Message: Session Not Created From Tab Crashed In Python With Odoo, But Selenium Working Fine Alone ,

I am using the selenium integrating with odoo 13 executing the code: driver = webdriver.Chrome('… Read more Sessionnotcreatedexception: Message: Session Not Created From Tab Crashed In Python With Odoo, But Selenium Working Fine Alone ,

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