account.batch.payment :: Batch Payment

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

  • account_online_linked [readonlyboolean]: Account Online Linked

  • 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

  • amount [readonlymonetary]: Amount

  • amount_residual [readonlymonetary]: Amount Residual

  • amount_residual_currency [readonlymonetary]: Amount Residual Currency

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

  • bacs_expiry_date [date]: BACS Expiry Date

  • bacs_multi_mode [boolean]: BACS Multi Mode

  • bacs_processing_date [date]: BACS Processing Date

  • bacs_submission_serial [char]: BACS Submission Serial

  • batch_type [requiredselection]: Batch Type

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

  • company_id [readonlymany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • currency_id [readonlymany2one: res.currency]: Currency

  • date [requireddate]: Date

  • display_name [readonlychar]: Display Name

  • export_file [readonlybinary]: File

  • export_file_create_date [readonlydate]: Generation Date

  • export_filename [char]: File Name

  • file_generation_enabled [readonlyboolean]: File Generation Enabled

  • has_message [readonlyboolean]: Has Message

  • id [readonlyinteger]: ID

  • invalid_sct_partners_ids [readonlymany2many: res.partner]: Invalid Sct Partners

  • iso20022_batch_booking [boolean]: SCT Batch Booking

  • iso20022_charge_bearer [selection]: Charge Bearer

  • journal_id [many2one: account.journal]: Bank

  • 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]: Reference

  • payment_identifier [readonlychar]: Batch ID

  • payment_ids [requiredone2many: account.payment]: Payments

  • payment_ids_domain [readonlychar]: Payment Ids Domain

  • payment_method_code [readonlychar]: Code

  • payment_method_id [many2one: account.payment.method]: Payment Method

  • payment_online_status [readonlyselection]: PIS Status

  • rating_ids [one2many: rating.rating]: Ratings

  • redirect_url [readonlychar]: Redirect URL

  • state [readonlyselection]: State

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

  • write_date [readonlydatetime]: Last Updated on

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