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
Odoo Onchange Openerp Python Xml How To Retrive Values In Many2one Field As Selection Field? July 28, 2023 Post a Comment How to retrieve values on Many2one field using OnChange ? the student should be registered in one s… Read more How To Retrive Values In Many2one Field As Selection Field?
Openerp Python Python 2.7 How To Call A Method In Odoo 7? July 21, 2023 Post a Comment I've created a method and I was using field function to call the method. But, the method never … Read more How To Call A Method In Odoo 7?
Odoo Openerp Python Xml Selectively Display Or Hide Button In The Tree View In Openerp June 17, 2023 Post a Comment I have placed the buttons (icon is green arrow) in the treeview. I want to show a button only if th… Read more Selectively Display Or Hide Button In The Tree View In Openerp
Json Odoo 8 Openerp Python TypeError(repr(o) + " Is Not JSON Serializable") - Odoo V8 May 02, 2023 Post a Comment I have this method, which calls for a document associated with an invoice on Odoo v8. @api.multi de… Read more TypeError(repr(o) + " Is Not JSON Serializable") - Odoo V8
Json Odoo 8 Openerp Python TypeError(repr(o) + " Is Not JSON Serializable") - Odoo V8 August 13, 2022 Post a Comment I have this method, which calls for a document associated with an invoice on Odoo v8. @api.multi de… Read more TypeError(repr(o) + " Is Not JSON Serializable") - Odoo V8
Erp Odoo 10 Open Source Openerp Python How To Change The Title In Odoo 10? August 10, 2022 Post a Comment I have changed the Odoo 10 login page title by using website builder app but it does not work on t… Read more How To Change The Title In Odoo 10?
Openerp Python AttributeError: 'NoneType' Object Has No Attribute '_columns' July 27, 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'