Description:
In this video, we are discussing how to add a new option in an existing selection field in odoo. First, we inherit the model in which the selection field is defined. Then we redefine the field by just adding the selection_add parameter inside the field arguments so that the field will just get a new selection item added into it.