odoo/addons/wiki_faq/wiki_faq.xml

96 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data noupdate="1">
<record id="wiki_groups_faq" model="wiki.groups">
<field name="name">Internal FAQ</field>
<field name="method">list</field>
<field eval="2" name="section"/>
<field name="template">== Question ==
== Answer ==
== External Links ==
</field>
</record>
<record id="wiki_wiki_bugs" model="wiki.wiki">
<field name="name">Bug Tracker ?</field>
<field name="tags">crm, bugs</field>
<field name="group_id" ref="wiki_groups_faq"/>
<field name="minor_edit">0</field>
<field name="toc">0</field>
<field name="review">1</field>
<field name="section">2</field>
<field name="summary">Initial Page</field>
<field name="text_area">== Question ==
What's the Bug Tracker ?
== Answer ==
The OpenERP bugtracker allows to manage bugs. Stop using a separated bugtracker. Using OpenERP
will allow you to track time on bugs, to integrate it with the mail gateway, to
link bugs with timesheets, to invoice bugs, etc.
Key Points:
* Flexible &amp; easy to use
* eMail gateway
* Automated rules
Integration Benefits:
* Linked to timesheets &amp; projects
* Generate sales and invoices
* Integrated in your dashboard
== External Links ==
* The OpenERP Website: [http://openerp.com]
* The DMS Documentation: [http://openerp.com]
</field>
</record>
<record id="wiki_wiki_dms" model="wiki.wiki">
<field name="name">Document Management System ?</field>
<field name="tags">dms, document</field>
<field name="group_id" ref="wiki_groups_faq"/>
<field name="minor_edit">0</field>
<field name="toc">1</field>
<field name="section">1</field>
<field name="summary">Initial Page</field>
<field name="text_area">== Question ==
What's the Document Management System ?
== Answer ==
The document management system allows you to store, classify, and search your
enterprise's documents. This module (called '''document''') provides an FTP access to all your ERP's
ressources. For a dynamic and efficient classification, the folders structure
is provided by others objects. It is very usefull to track documents related
to projects, products, sales, contracts, etc.
Keypoints:
* FTP Access
* Indexation of PDF, DOC, ODT.
* Virtual files and folders
Integration Benefits:
* Stores automatically ERP reports
* Automatic classification of ressources
* Shared access rights for DMS and ERP
* Store emails with outlook Plugin
== External Links ==
* The OpenERP Website : [http://openerp.com]
* The DMS Documentation : [http://openerp.com]
</field>
</record>
</data>
</openerp>