|
|
@ -9,8 +9,8 @@ class AccountJournal(models.Model): |
|
|
|
_inherit = "account.journal" |
|
|
|
|
|
|
|
no_bank_statement = fields.Boolean( |
|
|
|
string="No Bank Statemenet", |
|
|
|
help="Select if you do not want bank statements created. It basicaly " |
|
|
|
string="No Bank Statement", |
|
|
|
help="Select if you do not want bank statements created. It basically " |
|
|
|
"makes this a dummy method because it will no longer make any impact on" |
|
|
|
" your accounts. One use case might be when you want to sell products " |
|
|
|
"only by issuing an Invoice without registering any payments.") |