← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP R&D Addons Team 3 (openerp-dev-addons3)
         Status: 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):
  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



Follow ups

References