mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] spelling in docstrings
(lp:c2c-financial-addons/6.1 rev 78.1.2)
This commit is contained in:
@@ -78,9 +78,11 @@ class AccountStatementProfil(Model):
|
||||
def prepare_global_commission_line_vals(self, cr, uid, parser,
|
||||
result_row_list, profile, statement_id, context):
|
||||
"""
|
||||
Prepare the global commission line if there is one. The global commission is computed by
|
||||
by calling the get_st_line_commision of the parser. Feel free to override the methode to compute
|
||||
Prepare the global commission line if there is one. The global
|
||||
commission is computed by by calling the get_st_line_commision
|
||||
of the parser. Feel free to override the method to compute
|
||||
your own commission line from the result_row_list.
|
||||
|
||||
:param: browse_record of the current parser
|
||||
:param: result_row_list: [{'key':value}]
|
||||
:param: profile: browserecord of account.statement.profile
|
||||
|
||||
Reference in New Issue
Block a user