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?

Change A Field Value Within An If Statement In Odoo 8

I have been using Odoo 8 with Ubuntu 14.04. I have an onchange function and under that an If statem… Read more Change A Field Value Within An If Statement In Odoo 8

Expected Singleton: Stock.move - Odoo V9 Community

I'm creating a stock.picking from fleet_vehicle_log_services with this method: @api.multi def c… Read more Expected Singleton: Stock.move - Odoo V9 Community

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

Openerp Message_post Error..nameerror: Global Name '_' Is Not Defined

I have created a custom module with chatter in the form. I want to post a custom message. but I am … Read more Openerp Message_post Error..nameerror: Global Name '_' Is Not Defined

How To Filter Many2one Res.parner Field In Odoo

I have x_trainer_id = fields.Many2one('res.partner', string='Trainer') field, an… Read more How To Filter Many2one Res.parner Field In Odoo

Hide Lines On Tree View - Openerp 7

I want to hide all lines (not only there cointaner) in sequence tree view (the default view). I mus… Read more Hide Lines On Tree View - Openerp 7

Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail

I have the following code. When the scheduler runs I am getting the error message. Some one help me… Read more Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail

How To Pass Many2one Object In Xmlrpc For Openerp

I have django as front-end app, where I am saving 'res.partner' id relating to django user.… Read more How To Pass Many2one Object In Xmlrpc For Openerp

AttributeError: 'NoneType' Object Has No Attribute '_columns'

I am writing a module in OpenERP that would inherit from the Accounts module. Below is my simplifie… Read more AttributeError: 'NoneType' Object Has No Attribute '_columns'