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:
@@ -140,9 +140,7 @@ class AccountStatementCompletionRule(orm.Model):
|
|||||||
('get_from_label_and_partner_name', 'From line label (based on partner name)')]
|
('get_from_label_and_partner_name', 'From line label (based on partner name)')]
|
||||||
|
|
||||||
def __get_functions(self, cr, uid, context=None):
|
def __get_functions(self, cr, uid, context=None):
|
||||||
"""
|
""" Call method which can be inherited """
|
||||||
Call method which can be inherited
|
|
||||||
"""
|
|
||||||
return self._get_functions(cr, uid, context=context)
|
return self._get_functions(cr, uid, context=context)
|
||||||
|
|
||||||
_columns = {
|
_columns = {
|
||||||
|
|||||||
Reference in New Issue
Block a user