← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 856402] Re: cannot create advance invoice in a SO

 

fix released in revision 5325 of trunk addons.

Thanks

** Changed in: openobject-addons
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released

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


References