[MERGE] forward port of branch saas-1 up to revid 4914 chs@openerp.com-20131025103657-pbnqhw11mygyi5jn

bzr revid: chs@openerp.com-20131025103939-5gta1eifjhx1tsmi
This commit is contained in:
Christophe Simonis 2013-10-25 12:39:39 +02:00
commit 2029aa28eb
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ class _column(object):
self.groups = False # CSV list of ext IDs of groups that can access this field
self.deprecated = False # Optional deprecation warning
for a in args:
if args[a]:
setattr(self, a, args[a])
setattr(self, a, args[a])
def restart(self):
pass