In certain situations, there will be a need to prevent the program from continuing its execution. We can do this by showing up an error message by raising exceptions. In addition to the exceptions available in python, Odoo provides a few more exceptions which include: 1. access denied 2. access error 3. cache miss 4. […]
In this video, we explain how to do field editing on a website. As we know Data that is specific to a record should be saved on that record. #odoowebsite #odoowebsitebuilder #odoo #odoo14 #odootechnical #odoo14technical #Editing #Fields #Odoo #Building #Website #Field #Editing
In this video, it explains the conceptual structure of the Odoo back-end along with the odoo administration and the ERP integration. #odoowebsite #odoowebsitebuilder #odoointegration #odoo #odoo14 #odootechnical #odoo14technical #Build #website #Administration #ERP #Integration #Odoo
In this video, you can see How to pass a context value in odoo from python and XML. #odooxml #odootutorials #odoo14 #odoo #odootechnical #odoo14technical #Pass #Context #Odoo
Name search function is an odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on a partial value for a relational field. #odooorm #odootechnicalvideo #odoodevelopmentvideos #odoo #odoo14 #odootechnical #odoo14technical #_name_seach #function #Odoo #Search #Function #Odoo #Odoo […]
In this video, You can see various parameters that can be used when you define a Many2one field and the use cases of those parameters. #many2onefield #odoo #odoo14 #odootechnical #odoo14technical #Many2one #Field #Parameters #Odoo #Define #Many2one #Field #Odoo
Odoo sh is a cloud platform used for loading the Odoo instance. In order for Odoo to function in it, it requires the support of various python packages. #odoosh #installodoo #odooinstance #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing on how we can install additional python packages into our Odoo sh instance. #install […]
The handle widget is used to drag the lineup and down. In addition, this widget is mainly applicable to the tree view and can be used by assigning the code widget=’handle’ to get the effect. #odootutorials #odoovideos #odoowidgets #odoo #odoo14 #odootechnical #odoo14technical #Movable #Lines #Tree #View #Handle #Widget #Odoo
This video explains why versioning a module is necessary for odoo, Whenever a new module is developed or must evolve, the versioning policy should be respected. As modules (and the core framework itself) evolve, it is necessary to identify modules by their version so a sensible set of modules can be chosen for a particular […]