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
=== modified file 'account/__init__.py'
--- account/__init__.py 2011-12-30 11:44:10 +0000
+++ account/__init__.py 2013-02-08 14:25:34 +0000
@@ -23,6 +23,7 @@
23import installer23import installer
24import project24import project
25import partner25import partner
26import company
26import account_invoice27import account_invoice
27import account_bank_statement28import account_bank_statement
28import account_bank29import account_bank
@@ -34,7 +35,6 @@
34import report35import report
35import product36import product
36import ir_sequence37import ir_sequence
37import company
38import res_currency38import res_currency
39import edi39import edi
40# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:40# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

Subscribers

People subscribed via source and target branches

to all changes: