Odoo Model Reference _unknown account
account_followup
account_reports
analytic
appointment
asset
auth_totp
avatar
bacs
bank
base_import
bus
calendar
change
data_cleaning
data_merge
data_recycle
decimal
digest
discuss
documents
extract
fetchmail
format
gamification
google
hmrc
hr
html
iap
image
ir
ir_actions_account_report_download knowledge
kpi
l10n_eu_oss
l10n_uk
mail
onboarding
payment phone
planning
portal
privacy
product
project
publisher_warranty
rating
report
res
reset
resource
save
sequence
sign
sms
snailmail
spreadsheet
studio
survey
template
uom
update
validate
web_editor
web_tour
wizard
x_locations x_locations_line_072aa 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 [required ; selection]:
Code Values
Raw introspection data
color [readonly ; integer]:
Color company_id [required ; many2one: res.company ]:
Company create_date [readonly ; datetime]:
Created on create_uid [readonly ; many2one: res.users ]:
Created by custom_mode [selection]:
Custom Mode Values
Raw introspection data
display_name [readonly ; char]:
Display Name done_msg [html]:
Done Message express_checkout_form_view_id [many2one: ir.ui.view ]:
Express Checkout Form Template id [readonly ; integer]:
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 [readonly ; many2one: res.currency ]:
Currency maximum_amount [monetary]:
Maximum Amount module_id [many2one: ir.module.module ]:
Corresponding Module module_state [readonly ; selection]:
Installation State Values
Raw introspection data
module_to_buy [readonly ; boolean]:
Odoo Enterprise Module name [required ; char]:
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 [required ; selection]:
State Values
Raw introspection data
support_express_checkout [readonly ; boolean]:
Express Checkout support_manual_capture [readonly ; selection]:
Manual Capture Supported Values
Raw introspection data
support_refund [readonly ; selection]:
Refund Values
Raw introspection data
support_tokenization [readonly ; boolean]:
Tokenization token_inline_form_view_id [many2one: ir.ui.view ]:
Token Inline Form Template write_date [readonly ; datetime]:
Last Updated on write_uid [readonly ; many2one: res.users ]:
Last Updated by