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