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

How To Change The Title In Odoo 10?

I have changed the Odoo 10 login page title by using website builder app but it does not work on t… Read more How To Change The Title In Odoo 10?

Inherit View And Adding Fields

I want to add my 2 fields boatlenght and fuelcapacity under price list in product form view but the… Read more Inherit View And Adding Fields

How To Convert Numbers To Words In Odoo?

In the invoice, I want to convert total amount to words in Indian numbering system(hundreds, thousa… Read more How To Convert Numbers To Words In Odoo?

Why Is Pip Freeze Not Showing A Module Although Pip Install Says It's Already Installed

I'm following these instructions to install odoo on mac. It required that I install all the pyt… Read more Why Is Pip Freeze Not Showing A Module Although Pip Install Says It's Already Installed

Python Asynchronous Processing In Existing Loop

I'm creating a module for OpenERP in which I have to launch an ongoing process. OpenERP runs in… Read more Python Asynchronous Processing In Existing Loop

Odoo How To Filter Many2one Field Values In One2many Field

I have many2one field name_id. Usually when I use it in my_model.xml code below in this field I can… Read more Odoo How To Filter Many2one Field Values In One2many Field

Selectively Display Or Hide Button In The Tree View In Openerp

I have placed the buttons (icon is green arrow) in the treeview. I want to show a button only if th… Read more Selectively Display Or Hide Button In The Tree View In Openerp

Many To One Relation Not Working In Fields.selection() In Openerp

I need to create a selection field in openerp , it's values should load from a function and als… Read more Many To One Relation Not Working In Fields.selection() In Openerp