openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #21140
[Bug 1097320] [NEW] Make invoice for multiple sale order at once failing
Public bug reported:
When trying to create invoice from multiple sale order at once, I got an
error popup.
File "/Users/simonrolin/Taktik/launchpad/v7/openobject-addons/sale/wizard/sale_make_invoice.py", line 54, in make_invoices
order_obj.action_invoice_create(cr, uid, context.get(('active_ids'), []), data['grouped'], date_inv = data['invoice_date'])
TypeError: action_invoice_create() got an unexpected keyword argument 'date_inv'
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1097320
Title:
Make invoice for multiple sale order at once failing
Status in OpenERP Addons (modules):
New
Bug description:
When trying to create invoice from multiple sale order at once, I got
an error popup.
File "/Users/simonrolin/Taktik/launchpad/v7/openobject-addons/sale/wizard/sale_make_invoice.py", line 54, in make_invoices
order_obj.action_invoice_create(cr, uid, context.get(('active_ids'), []), data['grouped'], date_inv = data['invoice_date'])
TypeError: action_invoice_create() got an unexpected keyword argument 'date_inv'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1097320/+subscriptions
Follow ups
References