Alexandre Fayolle - camptocamp has proposed merging lp:~openerp-community/openobject-server/7.0_improve_tree_view_doc-afe into lp:openobject-server/7.0.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-community/openobject-server/7.0_improve_tree_view_doc-afe/+merge/183382 [IMP] Improve view documentation to mention create="false" and delete="false" -- https://code.launchpad.net/~openerp-community/openobject-server/7.0_improve_tree_view_doc-afe/+merge/183382 Your team OpenERP Community is subscribed to branch lp:~openerp-community/openobject-server/7.0_improve_tree_view_doc-afe.
=== modified file 'doc/03_module_dev_03.rst' --- doc/03_module_dev_03.rst 2013-08-21 11:58:22 +0000 +++ doc/03_module_dev_03.rst 2013-09-02 06:50:33 +0000 @@ -680,6 +680,16 @@ 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 +++++++++++++++++
_______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

