Openerp Openerp 7 Python How To Convert Numbers To Words In Odoo? June 16, 2024 Post a Comment 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?
Forms Openerp Openerp 7 Python 2.7 View How To Hide An Existing Field In An Openerp7 View? June 09, 2024 Post a Comment 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 Python Xml Openerp 7 Reports Error June 09, 2024 Post a Comment report.bpl.daily.transaction ( , KeyError(u'report.bpl.daily.transaction',), ) now I'… Read more Openerp 7 Reports Error
Odoo 10 Openerp Python Odoo 10 : Call A Confirmation Form (yes / No) From Wizard May 24, 2024 Post a Comment 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
Odoo Openerp Openerp 8 Orm Python How To Prevent Duplicated Records And Only Update It? February 15, 2024 Post a Comment 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?
Openerp Python 2.7 Many To One Relation Not Working In Fields.selection() In Openerp January 08, 2024 Post a Comment 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
Openerp Python Error Occured While Overriding The Search Function Of A Class In Openerp December 24, 2023 Post a Comment 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
Odoo Odoo 8 Openerp Openerp 8 Python How To Set Store Trigger For Computed Fields In Odoo 8? November 21, 2023 Post a Comment 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?