Amit Dodiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-opw-17370-ado into 
lp:openobject-addons/6.0.

Requested reviews:
  Priyesh (OpenERP) (pso-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-17370-ado/+merge/75156

Hello Sir,

"[FIX] : error when creating entries from a recurring model case : (17370)"

I have add the date columns while creating the accounting moves from create 
entries wizard of recurring models.

Thanks,
Amit
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-17370-ado/+merge/75156
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-17370-ado.
=== modified file 'account/wizard/account_use_model.py'
--- account/wizard/account_use_model.py	2011-01-14 00:11:01 +0000
+++ account/wizard/account_use_model.py	2011-09-13 11:12:24 +0000
@@ -72,6 +72,7 @@
                 'ref': entry['name'],
                 'period_id': period_id,
                 'journal_id': model.journal_id.id,
+                'date': time.strftime('%Y-%m-%d'),
             })
             move_ids.append(move_id)
             for line in model.lines_id:

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to