in a Odoo 14 project, I have a model with a method named as in the subject
I understand this is overriding a method defined on the models.Model class
What is this method for ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
in a Odoo 14 project, I have a model with a method named as in the subject
I understand this is overriding a method defined on the models.Model class
What is this method for ?
Hi,
Please refer to this video to know more about the fields_view_get() method and how to use it.
https://www.youtube.com/watch?v=sJx433tXoAI&ab_channel=CybrosysTechnologies
Hope it helps
HI,
This method is responsible for the rendering the views to users, based on the inherit views and access right of the user. If you see its core function inside models.py you can see this:
"Get the detailed composition of the requested view like fields, model, view architecture"
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 25
|
320 | ||
|
2
Jul 25
|
2775 | ||
|
3
Jul 25
|
579 | ||
|
1
Jun 25
|
2035 | ||
|
1
Aug 25
|
972 |