account.payment.register :: Pay

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

  • actionable_errors [readonlyjson]: Actionable Errors

  • amount [monetary]: Amount

  • available_journal_ids [readonlymany2many: account.journal]: Available Journal

  • available_partner_bank_ids [readonlymany2many: res.partner.bank]: Available Partner Bank

  • available_payment_method_line_ids [readonlymany2many: account.payment.method.line]: Available Payment Method Line

  • batches [readonlybinary]: Batches

  • can_edit_wizard [readonlyboolean]: Can Edit Wizard

  • can_group_payments [readonlyboolean]: Can Group Payments

  • communication [char]: Memo

  • company_currency_id [readonlymany2one: res.currency]: Company Currency

  • company_id [readonlymany2one: res.company]: Company

  • country_code [readonlychar(2)]: Country Code

  • create_date [readonlydatetime]: Created on

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

  • currency_id [many2one: res.currency]: Currency

  • custom_user_amount [monetary]: Custom User Amount

  • custom_user_currency_id [many2one: res.currency]: Custom User Currency

  • display_name [readonlychar]: Display Name

  • duplicate_payment_ids [readonlymany2many: account.payment]: Duplicate Payment

  • early_payment_discount_mode [readonlyboolean]: Early Payment Discount Mode

  • group_payment [boolean]: Group Payments

  • hide_writeoff_section [readonlyboolean]: Hide Writeoff Section

  • id [readonlyinteger]: ID

  • installments_mode [selection]: Installments Mode

  • installments_switch_amount [readonlymonetary]: Installments Switch Amount

  • installments_switch_html [readonlyhtml]: Installments Switch Html

  • is_register_payment_on_draft [readonlyboolean]: Is Register Payment On Draft

  • journal_id [many2one: account.journal]: Journal

  • line_ids [readonlymany2many: account.move.line]: Journal items

  • missing_account_partners [readonlymany2many: res.partner]: Missing Account Partners

  • partner_bank_id [many2one: res.partner.bank]: Recipient Bank Account

  • partner_id [readonlymany2one: res.partner]: Customer/Vendor

  • partner_type [readonlyselection]: Partner Type

  • payment_date [requireddate]: Payment Date

  • payment_difference [readonlymonetary]: Payment Difference

  • payment_difference_handling [selection]: Payment Difference Handling

  • payment_method_code [readonlychar]: Code

  • payment_method_line_id [many2one: account.payment.method.line]: Payment Method

  • payment_token_id [many2one: payment.token]: Saved payment token

  • payment_type [readonlyselection]: Payment Type

  • qr_code [readonlyhtml]: QR Code URL

  • require_partner_bank_account [readonlyboolean]: Require Partner Bank Account

  • show_partner_bank_account [readonlyboolean]: Show Partner Bank Account

  • show_payment_difference [readonlyboolean]: Show Payment Difference

  • source_amount [readonlymonetary]: Amount to Pay (company currency)

  • source_amount_currency [readonlymonetary]: Amount to Pay (foreign currency)

  • source_currency_id [readonlymany2one: res.currency]: Source Currency

  • suitable_payment_token_ids [readonlymany2many: payment.token]: Suitable Payment Token

  • total_payments_amount [readonlyinteger]: Total Payments Amount

  • untrusted_bank_ids [readonlymany2many: res.partner.bank]: Untrusted Bank

  • untrusted_payments_count [readonlyinteger]: Untrusted Payments Count

  • use_electronic_payment_method [readonlyboolean]: Use Electronic Payment Method

  • write_date [readonlydatetime]: Last Updated on

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

  • writeoff_account_id [many2one: account.account]: Difference Account

  • writeoff_is_exchange_account [readonlyboolean]: Writeoff Is Exchange Account

  • writeoff_label [char]: Journal Item Label