account.batch.payment.rejection :: Manage the payment rejection from batch payments

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

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • in_reconcile_payment_ids [many2many: account.payment]: In Reconcile Payment

  • nb_batch_payment_ids [readonlyinteger]: Nb Batch Payment

  • nb_rejected_payment_ids [readonlyinteger]: Nb Rejected Payment

  • rejected_payment_ids [readonlymany2many: account.payment]: Rejected Payment

  • write_date [readonlydatetime]: Last Updated on

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