Forms Openerp Openerp 7 Python 2.7 View How To Hide An Existing Field In An Openerp7 View? August 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 2.7 Many To One Relation Not Working In Fields.selection() In Openerp April 05, 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
Odoo 10 Odoo 8 Odoo 9 Openerp Python How To Pass Value With Onchange One2many Variable In Odoo? February 21, 2024 Post a Comment Solution 1: No need to write onchange attribute in view file. With new API, we can directly achie… Read more How To Pass Value With Onchange One2many Variable In Odoo?
Openerp Openerp 7 Python Xml Xpath Openerp 7 Adding Field To Existing Module - Xml Validate Error January 28, 2024 Post a Comment I'm new to editing/programming OpenERP modules so I'm following this tutorial to simply add… Read more Openerp 7 Adding Field To Existing Module - Xml Validate Error
Odoo 9 Open Source Openerp Python Python 2.7 Convert Char To Datetime Odoo 9 January 26, 2024 Post a Comment I have two char fields, data import from excel or csv in odoo. time_1= fields.Char(string = 'Ti… Read more Convert Char To Datetime Odoo 9
Odoo Odoo 8 Openerp Openerp 8 Python How To Set Store Trigger For Computed Fields In Odoo 8? January 21, 2024 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?