[MERGE] merge from dev3
[odoo/odoo.git] / addons / wiki_faq / wiki_faq.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4         <record id="wiki_groups_faq" model="wiki.groups">
5             <field name="name">Internal FAQ</field>
6             <field name="method">list</field>
7             <field eval="2" name="section"/>
8             <field name="template">== Question ==
9
10 == Answer ==
11
12
13
14 == External Links ==
15
16 </field>
17         </record>
18         <record id="wiki_wiki_bugs" model="wiki.wiki">
19             <field name="name">Bug Tracker ?</field>
20             <field name="tags">crm, bugs</field>
21             <field name="group_id" ref="wiki_groups_faq"/>
22             <field name="minor_edit">0</field>
23             <field name="toc">0</field>
24             <field name="review">1</field>
25             <field name="section">2</field>
26             <field name="summary">Initial Page</field>
27             <field name="text_area">== Question ==
28
29 What's the Bug Tracker ?
30
31 == Answer ==
32
33 The OpenERP bugtracker allows to manage bugs. Stop using a separated bugtracker. Using OpenERP
34 will allow you to track time on bugs, to integrate it with the mail gateway, to
35 link bugs with timesheets, to invoice bugs, etc.
36
37 Key Points:
38
39 * Flexible &amp; easy to use
40 * eMail gateway
41 * Automated rules
42
43 Integration Benefits:
44
45 * Linked to timesheets &amp; projects
46 * Generate sales and invoices
47 * Integrated in your dashboard
48
49 == External Links ==
50
51 * The OpenERP Website: [http://openerp.com]
52 * The DMS Documentation: [http://openerp.com]
53 </field>
54         </record>
55         <record id="wiki_wiki_dms" model="wiki.wiki">
56             <field name="name">Document Management System ?</field>
57             <field name="tags">dms, document</field>
58             <field name="group_id" ref="wiki_groups_faq"/>
59             <field name="minor_edit">0</field>
60             <field name="toc">1</field>
61             <field name="section">1</field>
62             <field name="summary">Initial Page</field>
63             <field name="text_area">== Question ==
64
65 What's the Document Management System ?
66
67 == Answer ==
68
69 The document management system allows you to store, classify, and search your
70 enterprise's documents. This module (called '''document''') provides an FTP access to all your ERP's
71 ressources.  For a dynamic and efficient classification, the folders structure
72 is provided by others objects.  It is very usefull to track documents related
73 to projects, products, sales, contracts, etc.
74
75 Keypoints:
76
77 * FTP Access
78 * Indexation of PDF, DOC, ODT.
79 * Virtual files and folders
80
81 Integration Benefits:
82
83 * Stores automatically ERP reports
84 * Automatic classification of ressources
85 * Shared access rights for DMS and ERP
86 * Store emails with outlook Plugin
87
88 == External Links ==
89
90 * The OpenERP Website : [http://openerp.com]
91 * The DMS Documentation : [http://openerp.com]
92 </field>
93         </record>
94     </data>
95 </openerp>