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

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

Odoo, Create() Missing 1 Required Positional Argument: 'vals'

I've inherited create function for account_analytic_line. The logic there is that if the field … Read more Odoo, Create() Missing 1 Required Positional Argument: 'vals'

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

How To Call An Odoo Controller Function From Js File

i set a keyDown from JS file call a function in Py file this is my JS file _onKeydown_searchText: f… Read more How To Call An Odoo Controller Function From Js File

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

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