← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 871684] Re: In point of sale, put money in operation is not working

 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-871684-bde

-- 
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/871684

Title:
  In point of sale, put money in operation is not working

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  Point of sale > Daily Operations > Put money in

  Traceback (most recent call last):
    File "/home/han/rdtool/server/trunk/openerp/service/netrpc_server.py", line 62, in run
      result = netsvc.dispatch_rpc(msg[0], msg[1], msg[2:])
    File "/home/han/rdtool/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/han/rdtool/server/trunk/openerp/service/web_services.py", line 573, in dispatch
      res = fn(db, uid, *params)
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/han/rdtool/addons/trunk/point_of_sale/wizard/pos_box_entries.py", line 101, in get_in
      raise osv.except_osv(_('Error !'), _('You have to open at least one cashbox'))
  except_osv: (u'Error !', u'You have to open at least one cashbox')

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/871684/+subscriptions


References