← Back to team overview

savoirfairelinux-openerp team mailing list archive

lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-document_page_approval_and_other_fixes into lp:openerp-mgmtsystem

 

Maxime Chambreuil (http://www.savoirfairelinux.com) has proposed merging lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-document_page_approval_and_other_fixes into lp:openerp-mgmtsystem.

Requested reviews:
  OpenERP Management System Core Editors (openerp-mgmtsystem-core-editors)

For more details, see:
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-document_page_approval_and_other_fixes/+merge/176783

[IMP] Add dependency on document_page_approval module from lp:knowledge-addons
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-document_page_approval_and_other_fixes/+merge/176783
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-document_page_approval_and_other_fixes.
=== modified file 'mgmtsystem_manuals/__openerp__.py'
--- mgmtsystem_manuals/__openerp__.py	2013-01-31 14:21:30 +0000
+++ mgmtsystem_manuals/__openerp__.py	2013-07-24 20:38:38 +0000
@@ -20,18 +20,21 @@
 ##############################################################################
 {
     "name" : "Management System - Manual",
-    "version" : "1.0",
+    "version" : "1.1",
     "author" : "Savoir-faire Linux",
     "website" : "http://www.savoirfairelinux.com";,
     "license" : "AGPL-3",
     "category" : "Management System",
     "description": """
-          This module adds a menu item "Manual" and is a dependencies of:
-             * document_page_environment_manual
-             * document_page_health_safety_manual
-             * mgmtsystem_quality
+This module adds a menu item "Manual" and is a dependency of:
+ * document_page_environment_manual
+ * document_page_health_safety_manual
+ * mgmtsystem_quality
+
+This module requires the document_page_approval module from
+Knowledge addons project (lp:knowledge-addons).
     """,
-    "depends" : ['document_page', 'mgmtsystem'],
+    "depends" : ['document_page_approval', 'mgmtsystem'],
     "init_xml" : [],
     "update_xml" : ['mgmtsystem_manuals.xml'],
     "demo_xml" : [],


Follow ups