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

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

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

Odoo - Display Name Of Many2one Field Combination Of 2 Fields

In my module i have the following many2one field: 'xx_insurance_type': fields.many2one('… Read more Odoo - Display Name Of Many2one Field Combination Of 2 Fields

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 Register Payment Using Python Xml-rpc In Odoo 12

First I created the function: def invoiceRegisterPayment(self,register_payment_row): co… Read more How To Register Payment Using Python Xml-rpc In Odoo 12

Added Users To Many2many Field Disappear After Click Save

I try to add users to many2many field. It's working to moment before clicking save. When i clic… Read more Added Users To Many2many Field Disappear After Click Save

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'

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