I was updating my addons from ODOO15 to ODOO16, It shows
AttributeError: type object 'XXXX' has no attribute 'fields_view_get'
I search on github and find "Method `fields_view_get` is deprecated, use `get_view` instead',
But get_view also give error
AttributeError: type object 'XXXX' has no attribute 'get_view'
how to use fields_view_get in ODOO16?