Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import bank statement error #11

Open
flotho opened this issue Nov 24, 2014 · 1 comment
Open

Import bank statement error #11

flotho opened this issue Nov 24, 2014 · 1 comment

Comments

@flotho
Copy link

flotho commented Nov 24, 2014

Hy,

Working on filters defined by yourself work perfectly, working with the default filter and configuring it work perfectly, creating a new filer with the same parameter as those below and it failed :

  return new_api(self, *args, **kwargs)
  File "/home/florent/DEV/Lib_Odoo/julius_8.0/account_bank_statement_import/wizard/bank_statement_import.py", line 187, in get_file
    exec "from .filters import " + filter_name + " as parser"
  File "<string>", line 1, in <module>
ImportError: cannot import name bp

bp is the code of my filter

@flotho
Copy link
Author

flotho commented Nov 24, 2014

Additionnaly, If I change the values of the default filter to the same paramaters as the brand new one and it works.
Something must be wrong in the create form.

regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant