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

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?

How To Hide An Existing Field In An Openerp7 View?

I am trying to hide a field called street2 in an existing OpenERP7 view only if a field called is_c… Read more How To Hide An Existing Field In An Openerp7 View?

Openerp 7 Reports Error

report.bpl.daily.transaction ( , KeyError(u'report.bpl.daily.transaction',), ) now I'… Read more Openerp 7 Reports Error

Odoo 10 : Call A Confirmation Form (yes / No) From Wizard

I want to add to my purchase order a 'cancel' button. This button will change the state of … Read more Odoo 10 : Call A Confirmation Form (yes / No) From Wizard

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?

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

Error Occured While Overriding The Search Function Of A Class In Openerp

I tried to override search function of class 'project' to filter the projects.But its not g… Read more Error Occured While Overriding The Search Function Of A Class In Openerp

How To Set Store Trigger For Computed Fields In Odoo 8?

I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger i… Read more How To Set Store Trigger For Computed Fields In Odoo 8?