account.journal :: Journal

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 [char]: Security Token

  • access_url [readonlychar]: Portal Access URL

  • access_warning [readonlytext]: Access warning

  • account_control_ids [many2many: account.account]: Allowed accounts

  • account_online_account_id [many2one: account.online.account]: Account Online Account

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

  • account_online_link_state [readonlyselection]: State

  • accounting_date [readonlydate]: Accounting Date

  • active [boolean]: Active

  • 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

  • alias_defaults [readonlytext]: Default Values

  • alias_domain [readonlychar]: Alias Domain Name

  • alias_domain_id [many2one: mail.alias.domain]: Alias Domain

  • alias_email [readonlychar]: Email Alias

  • alias_id [many2one: mail.alias]: Alias

  • alias_name [char]: Alias Name

  • autocheck_on_post [boolean]: Auto-Check on Post

  • available_payment_method_ids [readonlymany2many: account.payment.method]: Available Payment Method

  • bank_acc_number [char]: Account Number

  • bank_account_id [many2one: res.partner.bank]: Bank Account

  • bank_id [many2one: res.bank]: Bank

  • bank_statements_source [selection]: Bank Feeds

  • code [requiredchar(5)]: Short Code

  • color [integer]: Color Index

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • company_partner_id [readonlymany2one: res.partner]: Account Holder

  • country_code [readonlychar(2)]: Country Code

  • create_date [readonlydatetime]: Created on

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

  • currency_id [many2one: res.currency]: Currency

  • current_statement_balance [readonlymonetary]: Current Statement Balance

  • default_account_id [many2one: account.account]: Default Account

  • default_account_type [readonlychar]: Default Account Type

  • display_alias_fields [readonlyboolean]: Display Alias Fields

  • display_name [readonlychar]: Display Name

  • entries_count [readonlyinteger]: Entries Count

  • expiring_synchronization_date [readonlydate]: Expiring Synchronization Date

  • expiring_synchronization_due_day [readonlyinteger]: Expiring Synchronization Due Day

  • has_entries [readonlyboolean]: Has Entries

  • has_message [readonlyboolean]: Has Message

  • has_posted_entries [readonlyboolean]: Has Posted Entries

  • has_sepa_ct_payment_method [readonlyboolean]: Has Sepa Ct Payment Method

  • has_sequence_holes [readonlyboolean]: Has Sequence Holes

  • has_statement_lines [readonlyboolean]: Has Statement Lines

  • has_unhashed_entries [readonlyboolean]: Unhashed Entries

  • id [readonlyinteger]: ID

  • inbound_payment_method_line_ids [one2many: account.payment.method.line]: Inbound Payment Methods

  • invoice_reference_model [requiredselection]: Communication Standard

  • invoice_reference_type [requiredselection]: Communication Type

  • journal_group_ids [many2many: account.journal.group]: Ledger Group

  • json_activity_data [readonlytext]: Json Activity Data

  • kanban_dashboard [readonlytext]: Kanban Dashboard

  • kanban_dashboard_graph [readonlytext]: Kanban Dashboard Graph

  • last_statement_id [readonlymany2one: account.bank.statement]: Last Statement

  • loan_properties_definition [properties_definition]: Model Properties

  • loss_account_id [many2one: account.account]: Loss Account

  • 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 [requiredchar]: Journal Name

  • next_link_synchronization [readonlydatetime]: Online Link Next synchronization

  • online_sync_fetching_status [readonlyselection]: Fetching Status

  • outbound_payment_method_line_ids [one2many: account.payment.method.line]: Outbound Payment Methods

  • payment_sequence [boolean]: Dedicated Payment Sequence

  • profit_account_id [many2one: account.account]: Profit Account

  • rating_ids [one2many: rating.rating]: Ratings

  • refund_sequence [boolean]: Dedicated Credit Note Sequence

  • renewal_contact_email [char]: Connection Requests

  • restrict_mode_hash_table [boolean]: Secure Posted Entries with Hash

  • selected_payment_method_codes [readonlychar]: Selected Payment Method Codes

  • sepa_pain_version [selection]: XML Format

  • sequence [integer]: Sequence

  • sequence_override_regex [text]: Sequence Override Regex

  • show_on_dashboard [boolean]: Show journal on dashboard

  • suspense_account_id [many2one: account.account]: Suspense Account

  • type [requiredselection]: Type

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

  • write_date [readonlydatetime]: Last Updated on

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