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?
Odoo 8 Openerp Python Change A Field Value Within An If Statement In Odoo 8 December 22, 2023 Post a Comment 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
Odoo 9 Openerp Python Expected Singleton: Stock.move - Odoo V9 Community December 14, 2023 Post a Comment 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
Openerp Python Error Occured While Overriding The Search Function Of A Class In Openerp October 19, 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
Openerp Python Openerp Message_post Error..nameerror: Global Name '_' Is Not Defined July 13, 2023 Post a Comment 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
Odoo 8 Odoo 9 Openerp Python 2.7 How To Filter Many2one Res.parner Field In Odoo June 13, 2023 Post a Comment I have x_trainer_id = fields.Many2one('res.partner', string='Trainer') field, an… Read more How To Filter Many2one Res.parner Field In Odoo
Openerp Openerp 7 Python Hide Lines On Tree View - Openerp 7 April 05, 2023 Post a Comment 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
Cron Odoo 8 Openerp Python Scheduler Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail January 03, 2023 Post a Comment 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
Django Openerp Python Xml Rpc How To Pass Many2one Object In Xmlrpc For Openerp September 21, 2022 Post a Comment 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
Openerp Python AttributeError: 'NoneType' Object Has No Attribute '_columns' September 14, 2022 Post a Comment 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'