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 […]
In this video it helps to create a page on the website from the backend of odoo. It creates a template record in XML and renders it in the controller. #odoodevelopment #odoowebsite #odoo14 #odoo #odootechnical #odoo14technical The Odoo website module will add up to the aspect of website building as well as website management operations. […]
Sequence numbers in Odoo are auto-incremented field which gets generated each time whenever a new record is created for a particular model. #newsequenceinodoo #odoodevelopment #odootutorial #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing in short how we can create a sequence field for a model in Odoo. #Create #Sequence #Numbers #Odoo #Set #Sequence […]
This video, it explains how URLs and Routing are done in odoo. We know, Controller methods are associated with routes via the route() decorator which takes a routing string and a number of attributes to customize its behavior or security. #odoowebsite #odoo14 #odoo #odoo14 #odootechnical #odoo14technical #Building #Website #URLs #Routing #Odoo
In some cases, we need to set default values for fields every time when we create a new record. Odoo provides different ways to set up default values in fields. This video explains how to the set up the default value for a field in odoo 14 #odoo #odoo14 #odootechnical #odoo14technical #setup #default #field #Odoo