"Tablehandler migration to 6.0 [SKIP CI]."

This commit is contained in:
Sergio Morillo 2021-06-09 00:40:19 +02:00
parent 924c34fc91
commit 939406e327
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ class ConfigurationReportCountryFilter(ModelSQL, CompanyValueMixin):
@classmethod
def __register__(cls, module_name):
TableHandler = backend.get('TableHandler')
exist = TableHandler.table_exist(cls._table)
table_h = cls.__table_handler__(module_name)
exist = table_h.table_exist(cls._table)
super(ConfigurationReportCountryFilter, cls).__register__(module_name)