account.bank.statement.line.transient :: Transient model for bank statement line

Model super-class for transient records, meant to be temporarily persistent, and regularly vacuum-cleaned. A TransientModel has a simplified access rights management, all users can create new records, and may only access the records they created. The superuser has unrestricted access to all TransientModel records.

Fields

  • account_number [readonlychar]: Account Number

  • amount [readonlymonetary]: Amount

  • amount_currency [monetary]: Amount in Currency

  • company_id [many2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • currency_id [readonlymany2one: res.currency]: Currency

  • date [date]: Date

  • display_name [readonlychar]: Display Name

  • foreign_currency_id [many2one: res.currency]: Foreign Currency

  • id [readonlyinteger]: ID

  • journal_id [readonlymany2one: account.journal]: Journal

  • online_account_id [readonlymany2one: account.online.account]: Account Online Account

  • online_transaction_identifier [readonlychar]: Online Transaction Identifier

  • partner_name [readonlychar]: Partner Name

  • payment_ref [readonlychar]: Payment Ref

  • sequence [integer]: Sequence

  • state [readonlyselection]: State

  • transaction_details [readonlyhtml]: Transaction Details

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by