← Back to team overview

banking-addons-team team mailing list archive

[Bug 952963] Re: [6.0] Bug report when no bank account in partner

 

** Branch linked: lp:banking-addons

-- 
You received this bug notification because you are a member of Banking
Addons Team, which is the registrant for Banking Addons.
https://bugs.launchpad.net/bugs/952963

Title:
  [6.0] Bug report when no bank account in partner

Status in Banking Addons:
  Fix Released

Bug description:
  After tests of successful reconciliation of incoming payment when
  partner contains a bank account defined in partner form I tried to see
  what happen when partner doesn't contain bank account. And I got bug
  report below.

  It seems simple typing bug. Patch to fix it:
  141-                filter.append(('street', 'ilike', addres[0]))
  141+                filter.append(('street', 'ilike', address[0]))   # GG fix

  143-                filter.append(('street2', 'ilike', addres[0]))
  143+                filter.append(('street2', 'ilike', address[0]))   # GG fix

  But after this fix I get another bug I will report separately.

  Environment Information : 
  System : Linux-2.6.32-39-generic-i686-with-Ubuntu-10.04-lucid
  OS Name : posix
  LSB Version:	core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch:cxx-3.0-ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:cxx-4.0-ia32:cxx-4.0-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:desktop-4.0-ia32:desktop-4.0-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-3.2-ia32:printing-3.2-noarch:printing-4.0-ia32:printing-4.0-noarch:qt4-3.1-ia32:qt4-3.1-noarch
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.4 LTS
  Release:	10.04
  Codename:	lucid
  Operating System Release : 2.6.32-39-generic
  Operating System Version : #86-Ubuntu SMP Mon Feb 13 21:47:32 UTC 2012
  Operating System Architecture : 32bit
  Operating System Locale : en_US.UTF8
  Python Version : 2.6.5
  OpenERP-Client Version : 6.0.2
  Last revision No. & ID :1835 launchpad_translations_on_behalf_of_openerp-20110413143452-vuta882s04fsp92t
  Traceback (most recent call last):
    File "/home/openerp/production/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/openerp/production/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home/openerp/production/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/openerp/production/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/openerp/production/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/gg/addons-60-third/account_banking/wizard/bank_import.py", line 753, in import_statements_file
      country_code, results.log
    File "/home/gg/addons-60-third/account_banking/wizard/banktools.py", line 141, in get_or_create_partner
      filter.append(('street', 'ilike', addres[0]))
  NameError: global name 'addres' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/banking-addons/+bug/952963/+subscriptions


References