In Odoo 16, the “Readonly” attribute provides developers and administrators with the ability to control the accessibility of fields, ensuring that specific data remains unchangeable while still being visible to users. #odootutorials This attribute can be particularly useful in scenarios where you want to restrict editing privileges to maintain data integrity or to enforce business […]
This video covers the use and creation of Worksheet Templates in the Field Service application of Odoo 15. Worksheet Templates allow you to create a step in Field Service tasks where you can gather information and collect signatures from workers or clients. #odoo Creating a Worksheet Template Go to CONFIGURATION – WORKSHEET TEMPLATES. Here you’ll see the existing Worksheet Templates. […]
In Odoo, the “translate” attribute is used to indicate whether a field’s value should be translated or not. By default, most fields are translatable in Odoo, meaning their values can be translated into different languages based on the user’s language preference. #odoodevelopment #odoo16 #odootutorials When the “translate” attribute is set to True for a field, […]
In this video we will be discussing about the field attribute group in odoo16. The field attribute group is used to give the fields group access according to the requirements. The field attribute groups will be hide the field according to access group defined. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: […]
In Odoo, you can define various fields in your models to store and manage data. Sometimes, you may want to set a default value for a field so that it is automatically filled in when a new record is created. #odoo16 #odoofunctionalvideos This can save time and reduce data entry errors.To set a default value […]
In Odoo 16, the error message “Field does not exist” typically occurs when trying to access or manipulate a field that does not exist in the model or view definition. #odooerrors This can happen in various scenarios, such as when defining a domain or filter, creating a computed field, or trying to access a non-existent […]
This video will show you how to add the store attribute to a field in Odoo 16. The store attribute is used to improve performance by storing the value of a field in the database, making it faster to retrieve the value when it’s needed. We’ll cover the steps to create a custom module, define […]
In this video tutorial, we will be discussing how to give a domain for a field in Odoo. A domain is a set of conditions that can be applied to a field to filter the records displayed in the view. By applying a domain to a field, you can limit the records shown in the […]