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

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?

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

How To Pass Value With Onchange One2many Variable In Odoo?

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 7 Adding Field To Existing Module - Xml Validate Error

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

Convert Char To Datetime Odoo 9

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

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?