account.bank.selection :: Link a bank account to the selected journal

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_online_account_ids [readonlyone2many: account.online.account]: Account Online Account

  • account_online_link_id [many2one: account.online.link]: Account Online Link

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • institution_name [readonlychar]: Name

  • selected_account [many2one: account.online.account]: Selected Account

  • write_date [readonlydatetime]: Last Updated on

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