mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
fix docstring
This commit is contained in:
@@ -37,9 +37,7 @@ class AccountStatementProfil(Model):
|
||||
return [('generic_csvxls_so', 'Generic .csv/.xls based on SO Name')]
|
||||
|
||||
def __get_import_type_selection(self, cr, uid, context=None):
|
||||
"""
|
||||
Call method which can be inherited
|
||||
"""
|
||||
""" Call method which can be inherited """
|
||||
return self._get_import_type_selection(cr, uid, context=context)
|
||||
|
||||
_columns = {
|
||||
|
||||
Reference in New Issue
Block a user