c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #11968
[Bug 701591] Re: purchase confirm crashes
Please delete/close this. I was logged onto the wrong server when I did
the test.
--
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/701591
Title:
purchase confirm crashes
Status in OpenObject Addons Modules:
New
Bug description:
OpenERP v6 RC2
I try to confirm any of my purchase orders, and when I push the
confirm button I get this trace back:
File "/mnt/data/usr/local/src/openerp6/server/bin/addons/purchase_requisition/purchase_requisition.py", line 125, in wkf_confirm_order
res = super(purchase_order, self).wkf_confirm_order(cr, uid, ids, context)
File "/mnt/data/usr/local/src/openerp6/addons-epsilon/taxes_epsilon/purchase.py", line 92, in wkf_confirm_order
result = super(purchase_order_taxETI, self).wkf_confirm_order(cr, uid, ids, args)
File "/mnt/data/usr/local/src/openerp6/server/bin/addons/purchase/purchase.py", line 285, in wkf_confirm_order
self.pool.get('purchase.order.line').action_confirm(cr, uid, todo, context)
File "/mnt/data/usr/local/src/openerp6/server/bin/addons/purchase/purchase.py", line 713, in action_confirm
self.write(cr, uid, ids, {'state': 'confirmed'}, context)
File "/mnt/data/usr/local/src/openerp6/server/bin/osv/orm.py", line 3384, in write
self._check_concurrency(cr, ids, context)
File "/mnt/data/usr/local/src/openerp6/server/bin/osv/orm.py", line 3212, in _check_concurrency
if context.get(self.CONCURRENCY_CHECK_FIELD) and self._log_access:
AttributeError: 'tuple' object has no attribute 'get'
(there is no concurrency problem, and all of my purchase orders do the same thing)
References