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

Status: Merged
Merged at revision: 10
Proposed branch: lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-lp1098613
Merge into: lp:openerp-mgmtsystem
Diff against target: 9 lines (+0/-1)
1 file modified
mgmtsystem_review/__init__.py (+0/-1)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-bug-lp1098613
Reviewer Review Type Date Requested Status
Maxime Chambreuil (http://www.savoirfairelinux.com) Approve
Review via email: mp+145049@code.launchpad.net

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.

Description of the change

[FIX] import in mgmtsystem_review.

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

To post a comment you must log in.
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve
Revision history for this message
James Michael DuPont (jamesmikedupont) wrote :

I dont know how to unsubscribe to these mails? can someone please help me?

On Fri, Jan 25, 2013 at 10:39 PM, Maxime Chambreuil
(http://www.savoirfairelinux.com)
<email address hidden> wrote:
> 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 OpenERP Committers is subscribed to branch lp:openerp-mgmtsystem.
>
> === 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:
>
>

--
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mgmtsystem_review/__init__.py'
2--- mgmtsystem_review/__init__.py 2012-03-09 23:47:59 +0000
3+++ mgmtsystem_review/__init__.py 2013-01-26 04:38:20 +0000
4@@ -21,5 +21,4 @@
5 import mgmtsystem_review
6
7 import report
8-import wizard
9 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: