c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #32794
[Bug 856402] [NEW] cannot create advance invoice in a SO
Public bug reported:
in a so, click on "Advance Invoice" set product and an amount :
Traceback (most recent call last):
File "/home/aline/openerp/server/trunk/openerp/netsvc.py", line 440, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/aline/openerp/server/trunk/openerp/service/web_services.py", line 583, in dispatch
res = fn(db, uid, *params)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 118, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/addons/trunk/sale/wizard/sale_make_invoice_advance.py", line 70, in create_invoices
'account_id': val['value']['account_id'],
KeyError: 'account_id'
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/856402
Title:
cannot create advance invoice in a SO
Status in OpenERP Addons (modules):
New
Bug description:
in a so, click on "Advance Invoice" set product and an amount :
Traceback (most recent call last):
File "/home/aline/openerp/server/trunk/openerp/netsvc.py", line 440, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/aline/openerp/server/trunk/openerp/service/web_services.py", line 583, in dispatch
res = fn(db, uid, *params)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 118, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/aline/openerp/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/aline/openerp/addons/trunk/sale/wizard/sale_make_invoice_advance.py", line 70, in create_invoices
'account_id': val['value']['account_id'],
KeyError: 'account_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/856402/+subscriptions
Follow ups
References