[IMP] Prefix the certificate ID with 00

bzr revid: stephane@tinyerp.com-20090203170916-i525kljy804ge9qs
This commit is contained in:
Stephane Wirtel 2009-02-03 18:09:16 +01:00
parent 6f9fd16ecd
commit a8169a2e75
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@
'demo_xml': ['base_demo.xml', 'res/partner/partner_demo.xml', 'res/partner/crm_demo.xml'],
'installable': True,
'active': True,
'certificate': '76807797149',
'certificate': '0076807797149',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: