From ad1ed63670a5a20477b644f0bb8ec062fd69143b Mon Sep 17 00:00:00 2001 From: "alexandre.fayolle@camptocamp.com" <> Date: Mon, 2 Sep 2013 08:26:41 +0200 Subject: [PATCH] [IMP] document create/delete=false in view definitions lp bug: https://launchpad.net/bugs/1219655 fixed bzr revid: alexandre.fayolle@camptocamp.com-20130902062641-f8hzfnfo7ci2b9jy --- doc/03_module_dev_03.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/03_module_dev_03.rst b/doc/03_module_dev_03.rst index fd82f36bff1..2deddd57aec 100644 --- a/doc/03_module_dev_03.rst +++ b/doc/03_module_dev_03.rst @@ -680,6 +680,16 @@ toolbar its descendants will be displayed in the main tree. The value is ignored for flat lists. +create + set to 'false' to hide the link which allows to create a new + record. This works if the Tree view is the main view on screen + and also if it is displayed inside a form, for a one2many + relation. This works also for Form views. + +delete + set to 'false' to hide the link which allows to remove a + record. This works also on Form views. + Grouping Elements +++++++++++++++++