[IMP] changed menutips
[odoo/odoo.git] / addons / wiki / data / wiki_main.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data noupdate="1">
4         <record id="wiki_wiki_main" model="wiki.wiki">
5             <field name="name">The OpenERP wiki</field>
6             <field name="tags">help, quick start, wiki, formatting</field>
7             <field name="minor_edit">0</field>
8             <field name="section">1</field>
9             <field name="toc">0</field>
10             <field name="summary">Initial Page</field>
11             <field  name="text_area">=The OpenERP wiki=
12 The OpenERP wiki allows you to manage your enterprise's contents using wiki
13 restructured texts. This module provides a collaborative way to manage internal
14 FAQs, quality manuals, technical references, etc.
15
16 ==Keypoints==
17 * Same formating style than MediaWiki,
18 * Any number of wiki group for different purposes,
19 * Detailed history on all pages,
20 * Integrated with the document management system.
21
22 ==Why you should use the OpenERP integrated wiki than a separate wiki system ?==
23 * Allows links to any document of the system,
24 * Uses the access controls of OpenERP for uniq access rights management,
25 * Use it to describe projects, tasks, products,
26 * Integrated with customer portal to provide restricted external accesses,
27 * Linked to users processes for quality manuals.
28
29 ==To get more information==
30 * [[Basic Wiki Editing]]
31 * [[Wiki Documentation]]
32 * [http://openerp.com The OpenERP website]
33
34
35 </field>
36             <field name="group_id" ref="wiki_groups_wikiformatting0"/>
37         </record>
38     </data>
39 </openerp>