← Back to team overview

savoirfairelinux-openerp team mailing list archive

lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1215926 into lp:openerp-mgmtsystem

 

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

Requested reviews:
  OpenERP Management System Core Editors (openerp-mgmtsystem-core-editors)
Related bugs:
  Bug #1215926 in OpenERP Management System: "NC has unneeded dependency on document_page_approval"
  https://bugs.launchpad.net/openerp-mgmtsystem/+bug/1215926

For more details, see:
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1215926/+merge/182669
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1215926/+merge/182669
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1215926.
=== modified file 'document_page_environmental_aspect/__openerp__.py'
--- document_page_environmental_aspect/__openerp__.py	2013-08-06 16:22:21 +0000
+++ document_page_environmental_aspect/__openerp__.py	2013-08-28 15:14:32 +0000
@@ -27,7 +27,7 @@
     "category" : "Generic Modules/Others",
     "description": """Environmental Aspects Template, useful for Environment Management System
     """,
-    "depends" : ['document_page_approval','mgmtsystem'],
+    "depends" : ['document_page','mgmtsystem'],
     "data" : ['document_page_environmental_aspect.xml'],
     "demo" : [],
     "installable" : True,

=== modified file 'document_page_work_instructions/__openerp__.py'
--- document_page_work_instructions/__openerp__.py	2013-08-06 16:22:21 +0000
+++ document_page_work_instructions/__openerp__.py	2013-08-28 15:14:32 +0000
@@ -27,7 +27,7 @@
     "category" : "Generic Modules/Others",
     "description": """Work Instructions Template
     """,
-    "depends" : ['mgmtsystem','document_page_approval'],
+    "depends" : ['mgmtsystem','document_page'],
     "data" : ['document_page_work_instructions.xml'],
     "demo" : [],
     "installable" : True,

=== modified file 'mgmtsystem_manuals/__openerp__.py'
--- mgmtsystem_manuals/__openerp__.py	2013-08-06 16:22:21 +0000
+++ mgmtsystem_manuals/__openerp__.py	2013-08-28 15:14:32 +0000
@@ -30,11 +30,8 @@
  * 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_approval', 'mgmtsystem'],
+    "depends" : ['document_page', 'mgmtsystem'],
     "data" : ['mgmtsystem_manuals.xml'],
     "demo" : [],
     "installable" : True,


Follow ups