Merge lp:~openerp-dev/openobject-addons/trunk-bug-1092940-hip into lp:openobject-addons

Proposed by Hiral Patel (OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1092940-hip
Merge into: lp:openobject-addons
Diff against target: 13 lines (+3/-0)
1 file modified
account/account_invoice.py (+3/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1092940-hip
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+141261@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

8482. By Hiral Patel (OpenERP)

[FIX][trunk] Invoice duplication does not reset reference field

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account/account_invoice.py'
2--- account/account_invoice.py 2012-12-21 16:48:08 +0000
3+++ account/account_invoice.py 2012-12-26 13:30:38 +0000
4@@ -678,6 +678,9 @@
5 'internal_number': False,
6 'period_id': False,
7 'sent': False,
8+ 'origin': False,
9+ 'number': False,
10+ 'reference': False,
11 })
12 if 'date_invoice' not in default:
13 default.update({

Subscribers

People subscribed via source and target branches

to all changes: