document_page.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. [[File:https://www.odoo.com/openerp_website/static/src/img/logo_transparent_198px.png Odoo]]
  12. The Odoo wiki allows you to manage your enterprise's contents using wiki
  13. restructured texts. This module provides a collaborative way to manage internal
  14. FAQs, quality manuals, technical references, etc.
  15. ==Keypoints==
  16. * Same formating style than MediaWiki,
  17. * Any number of wiki group for different purposes,
  18. * Detailed history on all pages,
  19. * Integrated with the document management system.
  20. ==Why you should use the OpenERP integrated wiki than a separate wiki system ?==
  21. * Allows links to any document of the system,
  22. * Uses the access controls of OpenERP for uniq access rights management,
  23. * Use it to describe projects, tasks, products,
  24. * Integrated with customer portal to provide restricted external accesses,
  25. * Linked to users processes for quality manuals.
  26. ==To get more information==
  27. * [[Basic Wiki Editing]]
  28. * [[Wiki Documentation]]
  29. * [http://openerp.com The OpenERP website]
  30. </field>
  31. <field name="parent_id" ref="wiki_groups_wikiformatting0"/>
  32. </record>
  33. </data>
  34. </odoo>