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

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
Related bugs:
  Bug #948876 in OpenERP Addons: "Invoice tasks creates new tasks to invoice"
  https://bugs.launchpad.net/openobject-addons/+bug/948876

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

Hello,

Create the invoice over and over again in circle.

Thanks
KSA 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-573448-ksa/+merge/101068
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-573448-ksa.
=== modified file 'account/account_move_line.py'
--- account/account_move_line.py	2012-03-06 16:10:40 +0000
+++ account/account_move_line.py	2012-04-06 08:59:19 +0000
@@ -184,7 +184,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