[fix] analytic, crm_project: empty certificate breaking UNIQUE constraint "ir_module_module_certificate_uniq"

lp bug: https://launchpad.net/bugs/456788 fixed

bzr revid: xmo@tinyerp.com-20100302111142-aycxutnnzby62181
This commit is contained in:
Xavier Morel 2010-03-02 12:11:42 +01:00
parent cfd0ae1f90
commit 7bdf7a010c
2 changed files with 0 additions and 2 deletions

View File

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

View File

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