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

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

How To Get Field Values In .rml Report In Odoo?

I have following code this .rml code to extract field value from form . but i have many2one fields … Read more How To Get Field Values In .rml Report In Odoo?

Odoo 12 Can't Start Custom Module - Typeerror: Unsupported Operand Type(s) For -: 'tuple' And 'datetime.timedelta'

iam new to odoo what iam trying to do is , i want to minus datetime.timedelta(days = 90) that is 90… Read more Odoo 12 Can't Start Custom Module - Typeerror: Unsupported Operand Type(s) For -: 'tuple' And 'datetime.timedelta'

Why The Create Button In The Main Form Does Not Work?

When I click on the 'Attach PDF' button, the list form opens, but the 'Create' bu… Read more Why The Create Button In The Main Form Does Not Work?

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?

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 ,