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
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 :
bp is the code of my filter