[CHG] Listview's row not deletable by default

bzr revid: fme@openerp.com-20120509152558-e00p4lj2mrnnahru
This commit is contained in:
Fabien Meghazi 2012-05-09 17:25:58 +02:00
parent 275135026a
commit 2f3bc2c359
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ instance.web.ListView = instance.web.View.extend( /** @lends instance.web.ListVi
// records can be selected one by one
'selectable': true,
// list rows can be deleted
'deletable': true,
'deletable': false,
// whether the column headers should be displayed
'header': true,
// display addition button, with that label