mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_statement_ext - docstring for Statement default profile
This commit is contained in:
@@ -139,7 +139,10 @@ class AccountBankSatement(Model):
|
||||
|
||||
def _default_profile(self, cr, uid, context=None):
|
||||
"""
|
||||
Statement default period
|
||||
Returns the default statement profile
|
||||
Default profile is the one with the lowest sequence of user's company
|
||||
|
||||
:return profile_id or False
|
||||
"""
|
||||
if context is None:
|
||||
context = {}
|
||||
|
||||
Reference in New Issue
Block a user