[FIX]: remove line 'certificate': '', which is not descrive any certificates

bzr revid: mga@tinyerp.com-20100203080522-a02ad07nb10nq1dn
This commit is contained in:
Mantavya Gajjar 2010-02-03 13:35:22 +05:30
parent 02fbc7d73b
commit 4afe47f01e
3 changed files with 1 additions and 4 deletions

View File

@ -37,6 +37,5 @@ This module implements a dashboard for human resource management that includes:
'demo_xml': [],
'installable': True,
'active': False,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -49,7 +49,7 @@ Main features :
'pos_data.xml',
'pos_workflow.xml',
'statement_view.xml',
'statement_report.xml',
'statement_report.xml',
'statement_data.xml',
'statement_wizard.xml'
],
@ -66,6 +66,5 @@ Main features :
],
'demo_xml': ['pos_demo.xml','singer_statement_demo.xml','multi_company_stock_data.xml'],
'installable': True,
'certificate': '',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: