Merge lp:~sbi/account-financial-tools/account-financial-tools-bug20130130 into lp:~account-core-editors/account-financial-tools/6.1

Proposed by Stéphane Bidoul (Acsone)
Status: Merged
Merged at revision: 100
Proposed branch: lp:~sbi/account-financial-tools/account-financial-tools-bug20130130
Merge into: lp:~account-core-editors/account-financial-tools/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account_constraints/account_constraints.py (+1/-1)
To merge this branch: bzr merge lp:~sbi/account-financial-tools/account-financial-tools-bug20130130
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Review via email: mp+145730@code.launchpad.net

Description of the change

Fix import account_constraint import error in 6.1

To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_constraints/account_constraints.py'
2--- account_constraints/account_constraints.py 2013-01-22 08:30:06 +0000
3+++ account_constraints/account_constraints.py 2013-01-30 21:40:25 +0000
4@@ -20,7 +20,7 @@
5
6 from openerp.osv import fields, osv, orm
7 from openerp.tools.translate import _
8-from openerp.addons.account_invoice import account_invoice as original_invoice_model
9+from openerp.addons.account.account_invoice import account_invoice as original_invoice_model
10
11 def action_cancel(self, cr, uid, ids, *args):
12 """

Subscribers

People subscribed via source and target branches