[IMP]knowledge :Optimize knowledge

bzr revid: aag@tinyerp.co.in-20110503060018-y6go08dtj058rwi3
This commit is contained in:
aag (OpenERP) 2011-05-03 11:30:18 +05:30
parent b20bc1411b
commit 82bc15c0c6
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@ class knowledge_installer(osv.osv_memory):
"to keep track of business knowledge and share it with "
"and between your employees."),
# Content templates
'wiki_faq':fields.boolean('Template:Internal FAQ',
'wiki_faq':fields.boolean('Template: Internal FAQ',
help="Creates a skeleton internal FAQ pre-filled with "
"documentation about OpenERP's Document Management "
"System."),
'wiki_quality_manual':fields.boolean('Template:Quality Manual',
'wiki_quality_manual':fields.boolean('Template: Quality Manual',
help="Creates an example skeleton for a standard quality manual."),
}
_defaults = {