You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: