How to use fields_view_get method | fields_view_get management from python
Channel:
Subscribers:
28,000
Published on ● Video Link: https://www.youtube.com/watch?v=sJx433tXoAI
Views are defined how records should be displayed to end-users. They are specified in XML which means that they can be edited independently from the models that they represent. They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each of them represents a mode of visualization: form, list, kanban, etc.
Using fields_view_get we can dynamically change the label or string of the field.
Other Videos By Cybrosys Technologies
Tags:
how to use fields_get method in odoo
fields_view_get method in odoo
how to use get_metadata method in odoo
how to extend view using fields view get method
how to use browse method in odoo
how to use browse orm method in odoo
odoo orm methods
how to use search method in odoo
how to use join query using search method
how to get list of field name from odoo
fields_view_get
how to get record set using search method
simple way to use relation field using one2many