Skip to content
Snippets Groups Projects
Commit a03ce1d5 authored by Raphael Collet's avatar Raphael Collet
Browse files

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

bzr revid: rco@openerp.com-20111212083421-7m7evgqnv0pdasbz
parent 3635fd9c
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,5 @@
'demo_xml': [],
'installable': True,
'active': False,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
......@@ -42,6 +42,5 @@
],
'installable': True,
'active': False,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
......@@ -49,6 +49,5 @@
],
'demo_xml': [],
'installable': True,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
......@@ -45,7 +45,6 @@ module 'share'.
'wizard/share_wizard_view.xml',
],
'installable': True,
'certificate' : '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment