c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #31692
[Bug 838151] Re: POS : cannot make input or outut operations
** Changed in: openobject-addons
Milestone: None => 6.1
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/838151
Title:
POS : cannot make input or outut operations
Status in OpenERP Modules (addons):
Fix Committed
Bug description:
trunk, point of sales.
In a db with pos and a chart of account installed, impossible to create input or output operation :
- go to POS menu and open cash register (Point of Sale/Cash Register Management/Open Cash Registers)
- go to Input operations (Point of Sale/Daily Operations/Input Operations)
- enter data
- put mone -> Bug :
[2011-08-31 16:39:21,593][?] DEBUG:execution time:0.001s (calendar.alarm, do_run_scheduler)
[2011-08-31 16:39:53,769][?] WARNING:browse_record:[01]: Field 'address_id' does not exist in object 'browse_record(res.users, 1)':
[2011-08-31 16:39:53,769][?] WARNING:browse_record:[02]: None
[2011-08-31 16:39:53,769][?] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
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/point_of_sale/wizard/pos_box_entries.py", line 125, in get_in
address_u = res_obj.browse(cr, uid, uid, context=context).address_id
File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 444, in __getattr__
raise AttributeError(e)
AttributeError: "Field 'address_id' does not exist in object 'browse_record(res.users, 1)'"
[2011-08-31 16:39:53,770][?] DEBUG:web-services:netrpc: rpc-dispatching exception
Traceback (most recent call last):
File "/home/aline/openerp/server/trunk/openerp/service/netrpc_server.py", line 62, in run
result = self.dispatch(msg[0], msg[1], msg[2:])
File "/home/aline/openerp/server/trunk/openerp/netsvc.py", line 455, in dispatch
raise OpenERPDispatcherException(e, tb_s)
OpenERPDispatcherException
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/838151/+subscriptions
References