|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <odoo> |
3 | | - <data noupdate="1"> |
4 | | - <record id="wiki_wiki_main" model="document.page"> |
5 | | - <field name="name">The Odoo 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 Odoo wiki == |
11 | | - |
12 | | -[[File:https://www.odoo.com/openerp_website/static/src/img/logo_transparent_198px.png Odoo]] |
13 | | - |
14 | | -The Odoo 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> |
| 3 | + <template id="document_page_css"> |
| 4 | + <link rel="stylesheet" type="text/less" href="/document_page/static/src/css/document_page.css"/> |
| 5 | + </template> |
41 | 6 | </odoo> |
0 commit comments