Odoo 10 Openerp Python Odoo 10 : Call A Confirmation Form (yes / No) From Wizard July 08, 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
Openerp Python Attributeerror: 'nonetype' Object Has No Attribute '_columns' April 21, 2024 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'
Crm Openerp Python Readonly Field Saved With Null Value April 14, 2024 Post a Comment On CRM opportunity form view, i added readonly='1' for probability field. When i saved, wha… Read more Readonly Field Saved With Null Value
Odoo 9 Open Source Openerp Python Python 2.7 Convert Char To Datetime Odoo 9 March 27, 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 Openerp Openerp 7 Python Treeview Odoo/openerp: Hiding Create Button From Treeview February 28, 2024 Post a Comment I have a situation here. I am using OpenERP 7. I am trying to hide Create button from tree view of … Read more Odoo/openerp: Hiding Create Button From Treeview
Odoo 10 Odoo 8 Odoo 9 Openerp Python How To Pass Value With Onchange One2many Variable In Odoo? January 28, 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?
Forms Openerp Openerp 7 Python 2.7 View How To Hide An Existing Field In An Openerp7 View? October 22, 2023 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?
Cron Odoo 8 Openerp Python Scheduler Odoo Missing Error While Running A Cron Job For Sending Scheduled Mail September 11, 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