← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 727083] Re: Can not search vouchers on bank/cash statement lines

 

** Also affects: openobject-addons/6.0
   Importance: Undecided
       Status: New

** Changed in: openobject-addons/6.0
       Status: New => Confirmed

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