banking-addons-team team mailing list archive
-
banking-addons-team team
-
Mailing list archive
-
Message #00127
[Bug 1017470] Re: nl_abnamro skips 1-1-2012 record
I copied only account_banking part of the branch into my add ons dir.
I get this now: I am confused. seems like unrelated to the problem. I will get back later on and try again.
Or do I have to take all the add ons from the branch?
Your version of OpenERP is unsupported. Support & maintenance services
are available here: OpenERP Entreprise.
OpenERP Server Error
Client Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/common/http.py", line 180, in dispatch
response["result"] = method(controller, self, **self.params)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/controllers/main.py", line 1004, in call_button
action = self.call_common(req, model, method, args, domain_id, context_id)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/controllers/main.py", line 948, in call_common
return self._call_kw(req, model, method, args, {})
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/controllers/main.py", line 962, in _call_kw
return getattr(req.session.model(model), method)(*args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/common/openerplib/main.py", line 250, in proxy
args, kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
result = self.connector.send(self.service_name, method, *args)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/common/http.py", line 611, in send
raise fault
Server Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/web/common/http.py", line 592, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/netsvc.py", line 360, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/service/web_services.py", line 572, in dispatch
res = fn(db, uid, *params)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/account_banking/wizard/bank_import.py", line 305, in import_statements_file
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/account_banking/banking_import_transaction.py", line 1322, in match
country_code, results['log']
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/account_banking/wizard/banktools.py", line 366, in create_bank_account
account_info = sepa.online.account_info(country_code,
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/account_banking/sepa/online.py", line 165, in account_info
return _account_info[iso](bank_acc)
File "/usr/local/lib/python2.6/dist-packages/openerp-6.1_1-py2.6.egg/openerp/addons/account_banking/sepa/online.py", line 66, in get_iban_bic_NL
response = urllib2.urlopen(request)
File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 409, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>
--
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/1017470
Title:
nl_abnamro skips 1-1-2012 record
Status in Account Banking Framework:
Invalid
Status in Banking Addons:
Fix Committed
Bug description:
Hi,
I am completely new to the opererp and your account_banking framework. I find this excellent though.
I think I found an issue.
I tried to import a statement using account_banking_nl_ambamro module
for jan 2012. My fist transaction is on 1.1.2012. That's the beginning
of accounting period. I get error saying:
Multiple overlapping periods for date 2012-01-01 00:00:00 and company
XXX
Rest of the records load.
For reproducibility. Using 6.1.1 version of openerp from simprocity.
add on downloaded from http://apps.openerp.com/addon/get_module_as_zip/7386/account_banking_nl_abnamro.zip
created a new company with year starting on 1.1.2012. Imported a statement from abn.
Feel free to let me provide more info if necessary.
To manage notifications about this bug go to:
https://bugs.launchpad.net/account-banking/+bug/1017470/+subscriptions