How to Make a Field read-only in Odoo | What Is readonly in Odoo? | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

How to Setup Default Value for a Field in Odoo 15 | Add a Default Value for a Field | Odoo 15 – CBMS Odoo ERP

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: […]

Field Editing in Odoo 15 Website | Building a Website in Odoo 15 – CBMS Odoo ERP

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 […]

How to Track Field Value Changes in Odoo | Track Field Value Changes | Odoo 15 Tutorial Videos – CBMS Odoo ERP

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 […]