From f8618cfb191ebf91749394f5031bb97917782ba1 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Thu, 27 Nov 2008 16:33:38 +0100 Subject: [PATCH] modifs bzr revid: fp@tinyerp.com-20081127153338-93gp1r0gixpy1wy5 --- addons/wiki/__terp__.py | 4 ++- addons/wiki/data/wiki_faq.xml | 57 +++++++++++++++++++++++++++++++++++ addons/wiki/wiki.py | 1 + addons/wiki/wiki_view.xml | 6 ++-- 4 files changed, 65 insertions(+), 3 deletions(-) diff --git a/addons/wiki/__terp__.py b/addons/wiki/__terp__.py index 559a1b68b49..0c85ba4a569 100644 --- a/addons/wiki/__terp__.py +++ b/addons/wiki/__terp__.py @@ -11,7 +11,9 @@ "depends" : ["base"], "website" : "http://openerp.com", "init_xml" : [], - "demo_xml" : [], + "demo_xml" : [ + "data/wiki_faq.xml", + ], "update_xml" : [ "wiki_view.xml", "data/wiki_main.xml", diff --git a/addons/wiki/data/wiki_faq.xml b/addons/wiki/data/wiki_faq.xml index 12bbf745ce3..bb12c5f655b 100644 --- a/addons/wiki/data/wiki_faq.xml +++ b/addons/wiki/data/wiki_faq.xml @@ -1 +1,58 @@ + + + + Internal FAQ + + +== Question == + +What's the Document Management System ? + +== Answer == + +== External Links == + + + + + Document Management System + dms, document + + 0 + 1 + 1 + Initial Page + +== 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 == + +* http://openerp.com + + + + diff --git a/addons/wiki/wiki.py b/addons/wiki/wiki.py index 17d22f2cc6d..7c6eae8ba10 100644 --- a/addons/wiki/wiki.py +++ b/addons/wiki/wiki.py @@ -65,6 +65,7 @@ class Wiki(osv.osv): 'section': fields.char('Section', size=32, help="Use page section code like 1.2.1"), 'group_id':fields.many2one('wiki.groups', 'Wiki Group', select=1, ondelete='set null'), 'toc':fields.boolean('Table of Contents ?'), + 'review': fields.boolean('Need Review') } def onchange_group_id(self, cr, uid, ids, group_id, content, context={}): if (not group_id) or content: diff --git a/addons/wiki/wiki_view.xml b/addons/wiki/wiki_view.xml index 75654567e5a..48a7f31ebce 100644 --- a/addons/wiki/wiki_view.xml +++ b/addons/wiki/wiki_view.xml @@ -78,8 +78,9 @@ tree - + + @@ -98,10 +99,11 @@ - + +