openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #09008
[Bug 955112] [NEW] [6.0] account unreconcile wizard
Public bug reported:
1) Steps to reproduce the issue you have observed
select any journal entry that have reconcile id and use the Unreconcile Wizard
2) The result you observed
that's show the following message
[2012-03-14 08:36:33,060][Qualtecmty] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 2966, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 3086, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/home/dolvera/Instancias/6.0/server/bin/osv/fields.py", line 382, in get
context=context))
File "/home/dolvera/Instancias/6.0/modules/account/account.py", line 1570, in name_get
result.append((r.id,r.name))
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 294, in __getattr__
raise AttributeError(e)
AttributeError: 'Field name not found in browse_record(account.move.reconcile, 1020)'
3) The result you expected
that's journal entries without reconcile id
4) The platform your are using
Ubuntu 10.04 LTS
5) The OpenERP version you are using
OpenERP V 6.0.4
bzr addons 6.0 Rev no 5138
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/955112
Title:
[6.0] account unreconcile wizard
Status in OpenERP Addons (modules):
New
Bug description:
1) Steps to reproduce the issue you have observed
select any journal entry that have reconcile id and use the Unreconcile Wizard
2) The result you observed
that's show the following message
[2012-03-14 08:36:33,060][Qualtecmty] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/dolvera/Instancias/6.0/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 2966, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 3086, in _read_flat
res2 = self._columns[f].get(cr, self, ids, f, user, context=context, values=res)
File "/home/dolvera/Instancias/6.0/server/bin/osv/fields.py", line 382, in get
context=context))
File "/home/dolvera/Instancias/6.0/modules/account/account.py", line 1570, in name_get
result.append((r.id,r.name))
File "/home/dolvera/Instancias/6.0/server/bin/osv/orm.py", line 294, in __getattr__
raise AttributeError(e)
AttributeError: 'Field name not found in browse_record(account.move.reconcile, 1020)'
3) The result you expected
that's journal entries without reconcile id
4) The platform your are using
Ubuntu 10.04 LTS
5) The OpenERP version you are using
OpenERP V 6.0.4
bzr addons 6.0 Rev no 5138
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/955112/+subscriptions
Follow ups
References