payment.provider :: Payment Provider

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

  • allow_express_checkout [boolean]: Allow Express Checkout

  • allow_tokenization [boolean]: Allow Saving Payment Methods

  • auth_msg [html]: Authorize Message

  • available_country_ids [many2many: res.country]: Countries

  • available_currency_ids [many2many: res.currency]: Currencies

  • cancel_msg [html]: Cancelled Message

  • capture_manually [boolean]: Capture Amount Manually

  • code [requiredselection]: Code

  • color [readonlyinteger]: Color

  • company_id [requiredmany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

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

  • custom_mode [selection]: Custom Mode

  • display_name [readonlychar]: Display Name

  • done_msg [html]: Done Message

  • express_checkout_form_view_id [many2one: ir.ui.view]: Express Checkout Form Template

  • id [readonlyinteger]: ID

  • image_128 [binary]: Image

  • inline_form_view_id [many2one: ir.ui.view]: Inline Form Template

  • is_published [boolean]: Published

  • journal_id [many2one: account.journal]: Payment Journal

  • main_currency_id [readonlymany2one: res.currency]: Currency

  • maximum_amount [monetary]: Maximum Amount

  • module_id [many2one: ir.module.module]: Corresponding Module

  • module_state [readonlyselection]: Installation State

  • module_to_buy [readonlyboolean]: Odoo Enterprise Module

  • name [requiredchar]: Name

  • payment_method_ids [many2many: payment.method]: Supported Payment Methods

  • pending_msg [html]: Pending Message

  • pre_msg [html]: Help Message

  • qr_code [boolean]: Enable QR Codes

  • redirect_form_view_id [many2one: ir.ui.view]: Redirect Form Template

  • sequence [integer]: Sequence

  • state [requiredselection]: State

  • support_express_checkout [readonlyboolean]: Express Checkout

  • support_manual_capture [readonlyselection]: Manual Capture Supported

  • support_refund [readonlyselection]: Refund

  • support_tokenization [readonlyboolean]: Tokenization

  • token_inline_form_view_id [many2one: ir.ui.view]: Token Inline Form Template

  • write_date [readonlydatetime]: Last Updated on

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