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
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 […]
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
In Odoo fields defined with related to another field, values are not automatically stored in the Odoo database. A column will not be allocated for such fields. In order to store such a field in our database, we have added an extra argument store within the field definition. So, in this video, we’ll be describing […]
Odoo is a highly customizable ERP software and inheritance of a view is one which makes its easier. Users can inherit an existing view and change its behaviour by adding new features or update an existing one. #howtoinherit #odooinherit #odoodevelopement #odoo #odoo14 #odootechnical #odoo14technical In this video we’ll be discussing on how a view can […]
Sequential fields in Odoo are also called auto-increment fields and an auto-increment number is generated every time a new record is generated. #newsequenceinodoo #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical If we need to add a sequence field for naming to our custom model, we can do it easily by incrementing the name field. We can […]