[FW][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#11867 Forward-port-of: odoo/documentation#11865 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
41f15664e2
commit
8800de73af
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user