Merge lp:~therp-nl/therp-backports/addons-6.1-lp1119397_account_install into lp:therp-backports

Proposed by Ronald Portier (Therp)
Status: Merged
Merged at revision: 6708
Proposed branch: lp:~therp-nl/therp-backports/addons-6.1-lp1119397_account_install
Merge into: lp:therp-backports
Diff against target: 19 lines (+1/-1)
1 file modified
account/__init__.py (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/therp-backports/addons-6.1-lp1119397_account_install
Reviewer Review Type Date Requested Status
Stefan Rijnhart (Opener) (community) Approve
Review via email: mp+147373@code.launchpad.net

Description of the change

Change order of files in __init__.py of account module

To post a comment you must log in.
Revision history for this message
Stefan Rijnhart (Opener) (stefan-opener) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/__init__.py'
2--- account/__init__.py 2011-12-30 11:44:10 +0000
3+++ account/__init__.py 2013-02-08 14:25:34 +0000
4@@ -23,6 +23,7 @@
5 import installer
6 import project
7 import partner
8+import company
9 import account_invoice
10 import account_bank_statement
11 import account_bank
12@@ -34,7 +35,6 @@
13 import report
14 import product
15 import ir_sequence
16-import company
17 import res_currency
18 import edi
19 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

Subscribers

People subscribed via source and target branches

to all changes: