In Odoo 17, states play a pivotal role in indicating the different stages or statuses that records can undergo within the system. These states are commonly represented as selection fields in Odoo models, allowing users to easily discern the current status of a record. To append new states without altering the existing ones, the selection_add […]
In Odoo we have different states inside a record in order to track the changes that happen inside it. In some cases, we need to add some more states to the existing field. #odoodevelopment Which can be done using the selection_add attribute. In this video, it shows how can add new states to an existing […]
In this video, it explains about how to add new states to an existing state field #odoo15technicalvideos #odoo15videos Video Contents 00:00 Introduction 01:02 Adding new state In odoo, States represent to check current status or workflow of the record. Most of the modules and custom addons use this state field in order to check its […]
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 […]