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

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 ,

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

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

How Do I Transfer Data From Sale Order To Invoice When Clicking On 'create Invoice' In Odoo 14 Or Flectra 1.7?

I run Flectra inside a Docker container. I have custom fields in sale.order which I want to transfe… Read more How Do I Transfer Data From Sale Order To Invoice When Clicking On 'create Invoice' In Odoo 14 Or Flectra 1.7?

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