The Button can have group attributes providing a list of groups. If the current user is not in listed groups, he can’t see the button. And the other attribute states. We can provide a list of states. The button will only be visible in that state. #odootutorials #odootechnical videos #Configure #Visibility #Buttons #Based #User #Groups […]
In this video we will discuss how to apply domain for a field dynamically based on another field in odoo. #Odoo #Odoo14 #OdooTechnical #Odoo14Technical #Add #Domain #Field #Dynamically #based #Field
In some conditions we want to get the number of records based on it. In Odoo there is a search_count ORM method that returns the number of records based on the provided domain. Here in this video, describes how to get the number of records using search_count method by the given conditions #ormmethods #odooorm #odootutorials […]
In some cases,we need to make fields of a model read-only with no need to edit in a particular condition.In odoo we can define each field for that condition. In this video it discusses on how to make a field read-only. #odoocustommodule #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical #Field #readonly #Odoo #Odoo #development #create #field […]
fields_get() can be used to inspect a model’s fields and check which ones seem to be of interest. Because it returns a large amount of meta-information (it is also used by client programs) it should be filtered before printing, the most interesting items for a human user are ‘string’ (the field’s label), ‘help’ (a help […]