Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.0-opw-573448-ksa into 
lp:openobject-addons/6.0.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-573448-ksa/+merge/101071

Hello,

Create the invoice over and over again in circle.

Thanks
KSA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-573448-ksa/+merge/101071
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-opw-573448-ksa.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py	2012-03-06 12:36:12 +0000
+++ account/account_move_line.py	2012-04-06 09:14:19 +0000
@@ -180,7 +180,8 @@
                     'journal_id': obj_line.journal_id.analytic_journal_id.id,
                     'ref': obj_line.ref,
                     'move_id': obj_line.id,
-                    'user_id': uid
+                    'user_id': uid,
+                    'invoice_id': obj_line.invoice.id
                 }
                 acc_ana_line_obj.create(cr, uid, vals_lines)
         return True

_______________________________________________
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