← Back to team overview

savoirfairelinux-openerp team mailing list archive

lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-lp1098613 into lp:openerp-mgmtsystem

 

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

Commit message:
[FIX] import in mgmtsystem_review.

The wizard sub-module doesn't exist in this module and in openerp 7.0,
it caused problems.

Requested reviews:
  Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903)
Related bugs:
  Bug #1098613 in OpenERP Management System: "Error when Update Module List"
  https://bugs.launchpad.net/openerp-mgmtsystem/+bug/1098613

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

[FIX] import in mgmtsystem_review.

The wizard sub-module doesn't exist in this module and in openerp 7.0,
it caused problems.
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-lp1098613/+merge/145049
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-lp1098613.
=== modified file 'mgmtsystem_review/__init__.py'
--- mgmtsystem_review/__init__.py	2012-03-09 23:47:59 +0000
+++ mgmtsystem_review/__init__.py	2013-01-26 04:38:20 +0000
@@ -21,5 +21,4 @@
 import mgmtsystem_review
 
 import report
-import wizard
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:


Follow ups