Posted inOdoo Type of model inheritance in odoo Posted by By ZapErp May 10, 2023 Type Of model Inheritance in odoo:Inheritance by extension:from odoo import models, fields, apiclass ParentModel(models.Model): …
Posted inOdoo Types Of Model In Odoo Posted by By ZapErp April 19, 2023 Types Of Model In Odoo :Odoo is an open-source ERP system that provides a wide…
Posted inOdoo Add One2many Field in Odoo16 Posted by By ZapErp April 18, 2023 Add One2many Field In Odoo16How To Add One2many Field In Odoo16Identify the model you want…
Posted inOdoo How To Add Chatter To Form View And Enable Tracking For Fields In Odoo 16 Posted by By ZapErp March 6, 2023 How To Add Chatter To Form View And Enable Tracking For Fields In Odoo 16Add…
Posted inOdoo How To Define Search View In Odoo 16 Posted by By ZapErp February 28, 2023 How To Define Search View In Odoo 16In Odoo 16, you can define a search…
Posted inOdoo How To Create Menu and Actions In Odoo16 Posted by By ZapErp February 24, 2023 How To Create Menu In Odoo16Create a new XML file in the views directory of…
Posted inOdoo How To Add Icon Image For Custom Module in Odoo16 Posted by By ZapErp February 20, 2023 How To Add Icon Image For Custom Module in Odoo16To add an icon image for…
Posted inOdoo How To Create Custom Module In Odoo16 Posted by By ZapErp February 19, 2023 How To Create Custom Module In Odoo16To create a custom module in Odoo 16, you…
Posted inpython PYTHON EXCEPTIONS HANDLING Posted by By ZapErp February 16, 2023 PYTHON EXCEPTIONS HANDLINGPython provides two very important features to handle any unexpected error in your…
Posted inpython Top 30 Python Interview Questions & Answers Posted by By ZapErp February 14, 2023 Top 30 Python Interview Questions & Answers1) What is Python? What are the benefits of…