In Odoo, fields are used to store and manipulate data within database records. The Field Attribute State specifically relates to the state or status of a field in an Odoo model. In Odoo, a field can have different states or attributes that define its behavior, constraints, and visibility. These attributes determine how the field is […]
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 Odoo, a transient model is a temporary model that is not persisted in the database. Transient models are useful for performing tasks that do not require permanent storage of data, such as generating reports, sending emails, or performing calculations. #odoodevelopment To create a transient model in Odoo 16, you can define a new class […]
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 […]
The manifest file is an essential component of any Odoo module. It provides crucial information about the module, such as its name, version, dependencies, author, and other critical details. In this video, you will learn step-by-step how to create a manifest file for your Odoo 16 module. You will also learn how to fill in […]
In this video, we will be discussing how to create an Odoo map view. Odoo has a feature called the map view, which allows you to visualise all the records in your module on a map. #odoo16 With the map view, you can easily pinpoint the location of your partners and other records, making it an […]
In this Odoo 16 tutorial, you will learn how to define the labels or display names for your fields using the string attribute. #odoo16 #odoodevelopment #odootutorials The string attribute is used to give a name to a field that will be displayed in the user interface. It is a good practice to define the string […]
In this video, we are discussing how to add translation in a custom module and its use cases in Odoo 16 development. #odoo16 #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 00:10 Exporting translation for custom module 02:20 Adding translation Odoo is one of the best ERPs available with advanced translation tools. The language translation in Odoo […]
We will talk about how to establish access rights for custom modules in #odoo16 in this video. Depending on their requirements, each user may receive a variety of access rights that are simple to customise. #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ […]
This video explains about the Attendance module in Odoo16. Keeping track of Employee Attendance is necessary for increasing the efficiency of employee management in a company. #odoo16 Video Chapters 00:00 Introduction 00:48 Check-in/ Check Out 01:38 Create Attendance 01:49 Views, Filter, Groupby, Favorites 03:04 Reporting 04:50 Configuration 06:32 How to Set Pin and Badge to […]