Tip
This module is part of the Open ERP software, the leading Open Source
enterprise management system. If you want to discover Open ERP, check our
screencasts or download
Open ERP directly.
Document Management - Wiki (wiki )
Module: wiki
Name: Document Management - Wiki
Version: 5.0.1.0
Author: Tiny & Axelor
Directory: wiki
Web: http://openerp.com
Official module:
yes
Quality certified:
yes
Description
The base module to manage documents(wiki)
keep track for the wiki groups, pages, and history
Download links
You can download this module as a zip file in the following version:
Views
wiki.groups.tree (tree)
wiki.groups.form (form)
wiki.wiki.tree (tree)
wiki.wiki.form (form)
wiki.wiki.history.tree (tree)
wiki.wiki.history.form (form)
Differences (form)
Objects
Object: wiki.wiki (wiki.wiki)
create_uid: Author, many2one
group_id: Wiki Group, many2one
create_date: Created on, datetime
name: Title, char, required
minor_edit: Minor edit, boolean
history_id: History Lines, one2many
write_date: Modification Date, datetime
review: Need Review, boolean
toc: Table of Contents, boolean
write_uid: Last Author, many2one
Use page section code like 1.2.1
Object: Wiki Groups (wiki.groups)
create_date: Created Date, datetime
name: Wiki Group, char, required
child_ids: Child Groups, one2many
parent_id: Parent Group, many2one
template: Wiki Template, text
section: Make Section ?, boolean
Object: Wiki Groups Links (wiki.groups.link)
group_id: Parent Group, many2one
Object: Wiki History (wiki.wiki.history)
create_date: Date, datetime
minor_edit: This is a major edit ?, boolean
write_uid: Modify By, many2one
text_area: Text area, text
wiki_id: Wiki Id, many2one
Object: wizard.wiki.history.show_diff (wizard.wiki.history.show_diff)