You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,6 +18,19 @@ class AccountBankStatementImport(models.TransientModel):
16
18
_description='Import Bank Statement CSV format OKO Finland'
17
19
18
20
#data_file = fields.Binary(string='Bank Statement File', required=True, help='Get you bank statements in electronic format from your bank and select them here.')
21
+
balance_start=fields.Float(
22
+
'Starting Balance',
23
+
digits_compute=dp.get_precision('Account')
24
+
)
25
+
26
+
bank_statement_date=fields.Date(
27
+
'Bank Statement Date',
28
+
help="You can choose to manually set the bank statement date here. "
29
+
"Otherwise the bank statement date will be read from the latest "
30
+
"bank statement line date ",
31
+
)
32
+
33
+
19
34
20
35
OKO_START_ROW="Kirjauspäivä;Arvopäivä;Määrä EUROA;Laji;Selitys;Saaja/Maksaja;Saajan tilinumero ja pankin BIC;Viite;Viesti;Arkistointitunnus".decode("utf-8").encode("iso8859-1")
0 commit comments