Merge lp:~openerp-dev/openobject-addons/trunk-bug-1231856-ssh into lp:openobject-addons

Proposed by Sunil Sharma(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1231856-ssh
Merge into: lp:openobject-addons
Diff against target: 11 lines (+0/-1)
1 file modified
sale/wizard/sale_line_invoice.py (+0/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1231856-ssh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+200178@code.launchpad.net

Description of the change

Hello,

       I have remove date_invoice set current data in order-line to invoice in sale.

Thanks
Sunil Sharma

To post a comment you must log in.

Unmerged revisions

9031. By Sunil Sharma(OpenERP)

[IMP]:sale:remove date_invoice set current data in order-line to invoice

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale/wizard/sale_line_invoice.py'
2--- sale/wizard/sale_line_invoice.py 2013-11-30 13:07:25 +0000
3+++ sale/wizard/sale_line_invoice.py 2013-12-30 09:52:03 +0000
4@@ -74,7 +74,6 @@
5 'fiscal_position': order.fiscal_position.id or order.partner_id.property_account_position.id,
6 'user_id': order.user_id and order.user_id.id or False,
7 'company_id': order.company_id and order.company_id.id or False,
8- 'date_invoice': fields.date.today(),
9 }
10 inv_id = self.pool.get('account.invoice').create(cr, uid, inv)
11 return inv_id

Subscribers

People subscribed via source and target branches

to all changes: