[FIX] modules: remove empty string certificates that violate unique key constraint

bzr revid: rco@openerp.com-20111212083421-7m7evgqnv0pdasbz
This commit is contained in:
Raphael Collet 2011-12-12 09:34:21 +01:00
parent 3635fd9ce0
commit a03ce1d5d8
4 changed files with 0 additions and 4 deletions

View File

@ -36,6 +36,5 @@
'demo_xml': [],
'installable': True,
'active': False,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -42,6 +42,5 @@
],
'installable': True,
'active': False,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -49,6 +49,5 @@
],
'demo_xml': [],
'installable': True,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,7 +45,6 @@ module 'share'.
'wizard/share_wizard_view.xml',
],
'installable': True,
'certificate' : '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: