Error corrected

This commit is contained in:
Gervais Naoussi 2015-12-03 10:49:36 +01:00
parent ffe37444b6
commit c380a68640
2 changed files with 4 additions and 5 deletions

View File

@ -38,8 +38,7 @@ Known issues / Roadmap
Bug Tracker Bug Tracker
=========== ===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/ Bugs are tracked on `GitHub Issues <https://github.com/OCA/Knowledge/issues>`_.
{project_repo}/issues>`_.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/knowledge/issues/new?body=module:%20document_page%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

View File

@ -2,16 +2,16 @@
<odoo> <odoo>
<data noupdate="1"> <data noupdate="1">
<record id="wiki_wiki_main" model="document.page"> <record id="wiki_wiki_main" model="document.page">
<field name="name">The OpenERP wiki</field> <field name="name">The Odoo wiki</field>
<field name="tags">help, quick start, wiki, formatting</field> <field name="tags">help, quick start, wiki, formatting</field>
<field name="minor_edit">0</field> <field name="minor_edit">0</field>
<field name="index">1</field> <field name="index">1</field>
<field name="summary">Initial Page</field> <field name="summary">Initial Page</field>
<field name="content">==The OpenERP wiki== <field name="content">== The Odoo wiki ==
[[File:http://www.openerp.com/sites/all/themes/openerp/logo.png OpenERP]] [[File:http://www.openerp.com/sites/all/themes/openerp/logo.png OpenERP]]
The OpenERP wiki allows you to manage your enterprise's contents using wiki The Odoo wiki allows you to manage your enterprise's contents using wiki
restructured texts. This module provides a collaborative way to manage internal restructured texts. This module provides a collaborative way to manage internal
FAQs, quality manuals, technical references, etc. FAQs, quality manuals, technical references, etc.