Skip to content
Snippets Groups Projects
Commit 10a80d71 authored by Naresh Choksy's avatar Naresh Choksy
Browse files

[IMP]:made 'installed_users' a readonly field

bzr revid: nch@tinyerp.com-20100427131007-exq1vlq00pjpa59z
parent f5f64e4d
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ class base_setup_config_choice(osv.osv_memory):
return _('The following users have been installed on your database: \n')+ user_str
_columns = {
'installed_users':fields.text('Installed Users')
'installed_users':fields.text('Installed Users', readonly=True)
}
_defaults = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment