mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
The model method `get_views` and `get_view` are moved from `odoo/models.py` to `odoo/addons/base/models/ir_ui_view.py`. The documentation is updated accordingly, to put the documentation related to `get_views` in the views chapter of the documentation. closes odoo/documentation#2760 Related: odoo/odoo#101200 Signed-off-by: Denis Ledoux (dle) <dle@odoo.com>