c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17926
[Bug 727083] Re: Can not search vouchers on bank/cash statement lines
Hello Mustufa Rangwala,
I have fixed the problem in lp:~openerp-dev/openobject-addons/trunk-
bug-727083-ara branch, It will be merged soon with Trunk addons.
Revision No: 4465
Thank you,
ara
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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/727083
Title:
Can not search vouchers on bank/cash statement lines
Status in OpenERP Modules (addons):
Fix Released
Status in OpenERP Addons 6.0 series:
Confirmed
Bug description:
Accounting/Bank and Cash/Bank Statements => If i try to search voucher
available on statement lines i got error in client side (Press F2
button)
win = win_search(self.attrs['relation'], sel_multi=False, ids=map(lambda x: x[0], ids), context=context, domain=domain, parent=self._window)
File "/home/mra/rdtools/client/trunk/bin/modules/gui/window/win_search.py", line 124, in __init__
if self.screen.filter_widget.focusable:
AttributeError: 'NoneType' object has no attribute 'focusable'
Problems seems in fields_view_get on voucher.
Thanks,
mra
References