Skip to content
Snippets Groups Projects
Commit 46d57e56 authored by Romain Derie's avatar Romain Derie
Browse files

[IMP] website: add key in ir.ui.view list view if multi-websites

With multi-website support, the key field is more important than ever as it
kind of replace the xml_id behavior.

Thus, on the ir.ui.view list view it is usefull to see the key.

closes odoo/odoo#29419
parent 3bd587ed
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,9 @@
<field name="name" position="after">
<field name="website_id" groups="website.group_multi_website"/>
</field>
<field name="xml_id" position="before">
<field name="key" groups="website.group_multi_website"/>
</field>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment