Readonly fields are fields that cannot be edited from the front-end UI. These fields will be having a default value that will not be able to be edited. #odoodevelopmentvideos #odoo15videos In this video, we’ll be discussing how we can create a field read-only using python and XML methods. #odooxml Connect With Us: ———————— ➡️Website: ➡️Email […]
In this video, we’ll be showing how we can add a default value for a field in Odoo. #odoo15developmentvideos There are certain times when some fields will be needing to have a default value loaded into their instance all the time. #odootutorials #odoo15technicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: […]
In this video, we are discussing Field editing on the Odoo website. We have the t-esc and t-field to show values on the website. #odoo15website Video Contents ———————— 0:00 Introduction 0:40 Field editing in Website #odoo15developmentvideos #odoowebsites For record fields, templates can use a special t-field directive that allows editing the field content from the […]
Track visibility is used to track the changes made to the fields, as our system is a multi-user system and different people can access the same record. #odoo15tutorials There might be cases where we have to keep track of who changed the field values. In these cases, we can use track_visibilty. #odoo15developmentvideos #odooforbeginners Video Contents […]
In this video, we are discussing how to define a many2many fields in odoo and their use cases in odoo development. #odoomany2many #odoodevelopment #odoo15videos #Define #Many2many #Field #Odoo #Relations #Odoo #Models #Odoo #Development #Video
In this video, we are discussing, How to define an One2many field and its use cases in odoo development. #odoo15developmentvideos #one2manyodoo #odoobeginners #Define #One2Many #Field #Odoo #Relations #Odoo #Models #Odoo #Development #Videos
In this video, we are discussing how to define a Many2one field in odoo and its use cases in odoo development. #odoomany2one #odoodevelopmentvideos #odoo15 #Define #Many2one #Field #Odoo #Relations #Odoo #Models #Odoo #Development #Videos
In this video, we’ll discuss how we can change the related field to a normal field. #odoo14 #odoofields Related fields in Odoo are used to show the value to a field from another model field. By default, the related field values are not stored in the database. To store such values we have to add […]
States are used to represent the current status or workflow of records in Odoo. Most of the core and custom modules uses state field to represent their module’s work flow and what has to be done next. #odoo In this video we’ll be discussing on how we can add a new state into an existing […]