add wiki help index file

bzr revid: mga@tinyerp.com-20081127153014-ql5a0b52tfo5rr1n
This commit is contained in:
Mantavya Gajjar 2008-11-27 21:00:14 +05:30
parent 1a0cc78b59
commit c8ec105dae
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<record id="wiki_wiki_main" model="wiki.wiki">
<field name="name">The Open ERP wiki</field>
<field name="tags">help, quick start, wiki, formatting</field>
<field name="minor_edit">0</field>
<field name="section">1</field>
<field name="toc">1</field>
<field name="summary">Initial Page</field>
<field name="text_area">=The Open ERP wiki=
The Open ERP wiki allows you to manage your enterprise's contents using wiki
restructured texts. This module provides a collaborative way to manage internal
FAQs, quality manuals, technical references, etc.
==Keypoints==
* Same formating style than MediaWiki,
* Any number of wiki group for different purposes,
* Detailed history on all pages,
* Integrated with the document management system.
==Why you should use the Open ERP integrated wiki than a separate wiki system ?==
* Allows links to any document of the system,
* Uses the access controls of Open ERP for uniq access rights management,
* Use it to describe projects, tasks, products,
* Integrated with customer portal to provide restricted external accesses,
* Linked to users processes for quality manuals.
==To get more information==
* [[Basic Wiki Editing]]
* [[Wiki Documentation]]
* [[The Open ERP website]]
<br/><br/></field>
<field name="group_id" ref="wiki_groups_wikiformatting0"/>
</record>
</data>
</openerp>