← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/ocb-addons/ocb-7.0-fix-1231856-afe into lp:ocb-addons

 

Alexandre Fayolle - camptocamp has proposed merging lp:~camptocamp/ocb-addons/ocb-7.0-fix-1231856-afe into lp:ocb-addons.

Requested reviews:
  OpenERP Community Backports Team (ocb)
Related bugs:
  Bug #1231856 in OpenERP Community Backports (Addons): "stock.invoice.onshipping wizard: no default value for invoice date"
  https://bugs.launchpad.net/ocb-addons/+bug/1231856

For more details, see:
https://code.launchpad.net/~camptocamp/ocb-addons/ocb-7.0-fix-1231856-afe/+merge/188013

port of https://code.launchpad.net/~camptocamp/openobject-addons/7.0-fix-1231856-afe/+merge/188012 to OCB
-- 
https://code.launchpad.net/~camptocamp/ocb-addons/ocb-7.0-fix-1231856-afe/+merge/188013
Your team OpenERP Community Backports Team is requested to review the proposed merge of lp:~camptocamp/ocb-addons/ocb-7.0-fix-1231856-afe into lp:ocb-addons.
=== modified file 'stock/wizard/stock_invoice_onshipping.py'
--- stock/wizard/stock_invoice_onshipping.py	2012-10-23 16:05:04 +0000
+++ stock/wizard/stock_invoice_onshipping.py	2013-09-27 10:47:04 +0000
@@ -80,6 +80,7 @@
 
     _defaults = {
         'journal_id' : _get_journal,
+        'invoice_date': fields.date.today,
     }
 
     def view_init(self, cr, uid, fields_list, context=None):


Follow ups