account.online.link :: Bank Connection

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • access_token [readonlychar]: Access Token

  • account_online_account_ids [one2many: account.online.account]: Account Online Account

  • activity_calendar_event_id [readonlymany2one: calendar.event]: Next Activity Calendar Event

  • activity_date_deadline [readonlydate]: Next Activity Deadline

  • activity_exception_decoration [readonlyselection]: Activity Exception Decoration

  • activity_exception_icon [readonlychar]: Icon

  • activity_ids [one2many: mail.activity]: Activities

  • activity_state [readonlyselection]: Activity State

  • activity_summary [char]: Next Activity Summary

  • activity_type_icon [readonlychar]: Activity Type Icon

  • activity_type_id [many2one: mail.activity.type]: Next Activity Type

  • activity_user_id [readonlymany2one: res.users]: Responsible User

  • auto_sync [boolean]: Automatic synchronization

  • client_id [readonlychar]: Client

  • company_id [requiredmany2one: res.company]: Company

  • connection_state_details [json]: Connection State Details

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • expiring_synchronization_date [readonlydate]: Expiring Synchronization Date

  • has_message [readonlyboolean]: Has Message

  • has_unlinked_accounts [boolean]: Has Unlinked Accounts

  • id [readonlyinteger]: ID

  • journal_ids [readonlyone2many: account.journal]: Journal

  • last_refresh [readonlydatetime]: Last Refresh

  • message_attachment_count [readonlyinteger]: Attachment Count

  • message_follower_ids [one2many: mail.followers]: Followers

  • message_has_error [readonlyboolean]: Message Delivery error

  • message_has_error_counter [readonlyinteger]: Number of errors

  • message_has_sms_error [readonlyboolean]: SMS Delivery error

  • message_ids [one2many: mail.message]: Messages

  • message_is_follower [readonlyboolean]: Is Follower

  • message_needaction [readonlyboolean]: Action Needed

  • message_needaction_counter [readonlyinteger]: Number of Actions

  • message_partner_ids [many2many: res.partner]: Followers (Partners)

  • my_activity_date_deadline [readonlydate]: My Activity Deadline

  • name [readonlychar]: Name

  • next_refresh [readonlydatetime]: Next synchronization

  • provider_data [readonlychar]: Provider Data

  • provider_type [readonlychar]: Provider Type

  • rating_ids [one2many: rating.rating]: Ratings

  • refresh_token [readonlychar]: Refresh Token

  • show_sync_actions [readonlyboolean]: Show Sync Actions

  • state [readonlyrequiredselection]: State

  • website_message_ids [one2many: mail.message]: Website Messages

  • write_date [readonlydatetime]: Last Updated on

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