Skip to content
Snippets Groups Projects
Commit ec12b112 authored by Paul Morelle's avatar Paul Morelle
Browse files

[IMP] website: make website.menu.tree non-editable


By making this tree non-editable, clicking on the rows opens the
corresponding form, and gives access to more information and better
navigation.

closes odoo/odoo#65214

X-original-commit: 995bcf5a96fc1ae2be1ddccbf3a8eb7ba42c923c
Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent 714c0edc
Branches
Tags
No related merge requests found
......@@ -221,7 +221,7 @@
<field name="model">website.menu</field>
<field name="field_parent">child_id</field>
<field name="arch" type="xml">
<tree string="Website menu" editable="bottom">
<tree string="Website menu">
<field name="sequence" widget="handle"/>
<field name="website_id" options="{'no_create': True}" groups="website.group_multi_website"/>
<field name="name"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment