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