[FIX] tutorials/server_framework_101: update link for example of list

previous link was for code that used tree in xml. The tree tag throws Traceback error in 18.0. This commit will provide the correct example with list tag instead of tree tag.

closes odoo/documentation#11865

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
sk-nada 2025-01-27 07:58:48 +00:00
parent 8750d5f859
commit e241c7a088

View File

@ -44,7 +44,7 @@ lists all the fields to display in the table (where each field is a column):
</list>
A simple example can be found
`here <https://github.com/odoo/odoo/blob/6da14a3aadeb3efc40f145f6c11fc33314b2f15e/addons/crm/views/crm_lost_reason_views.xml#L46-L54>`__.
`here <https://github.com/odoo/odoo/blob/18.0/addons/crm/views/crm_lost_reason_views.xml#L45-L53>`__.
.. exercise:: Add a custom list view.