Merge lp:~openerp-dev/openobject-addons/trunk-bug-730562-xrg into lp:openobject-addons

Proposed by xrg
Status: Rejected
Rejected by: qdp (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-730562-xrg
Merge into: lp:openobject-addons
Diff against target: 15 lines (+4/-1)
1 file modified
account/invoice.py (+4/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-730562-xrg
Reviewer Review Type Date Requested Status
qdp (OpenERP) Pending
Review via email: mp+52419@code.launchpad.net
To post a comment you must log in.
Revision history for this message
qdp (OpenERP) (qdp) wrote :

as discussed with xrg, i'm rejecting this merge proposal that have been done only for testing purpose.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/invoice.py'
2--- account/invoice.py 2011-03-03 17:07:00 +0000
3+++ account/invoice.py 2011-03-07 14:23:34 +0000
4@@ -547,7 +547,10 @@
5 if r[1] == 'journal_id' and r[2] in journal_ids:
6 val['journal_id'] = r[2]
7 if not val.get('journal_id', False):
8- raise osv.except_osv(_('Configuration Error !'), (_('Can\'t find any account journal of %s type for this company.\n\nYou can create one in the menu: \nConfiguration\Financial Accounting\Accounts\Journals.') % (journal_type)))
9+ raise osv.except_osv(_('Configuration Error !'),
10+ (_('Can\'t find any account journal of %s type for this company.\n\n'
11+ 'You can create one in the menu: \nConfiguration/Financial Accounting/Accounts/Journals.') % \
12+ (journal_type)))
13 dom = {'journal_id': [('id', 'in', journal_ids)]}
14 else:
15 journal_ids = obj_journal.search(cr, uid, [])

Subscribers

People subscribed via source and target branches

to all changes: