| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/payment_toss_payments |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Woojang (WOPY) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:41 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - html_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_provider_form |
Toss Payments Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
payment_toss_payments.method_form |
payment_toss_payments.method_form | ir.ui.view | qweb | Inherits payment.method_form |
code
Selection
ondelete={'toss_payments': 'set default'}
selection_add=[('toss_payments', 'Toss Payments')]
toss_payments_client_key
Char
copy=False
required_if_provider='toss_payments'
string='Toss Payments Client Key'
toss_payments_secret_key
Char
copy=False
groups='base.group_system'
required_if_provider='toss_payments'
string='Toss Payments Secret Key'
toss_payments_webhook_url
Char
compute='_compute_toss_payments_webhook_url'
readonly=True
string='Toss Payments Webhook URL'
No public methods.
toss_payments_payment_secret
Char
groups='base.group_system'
string='Toss Payments Payment Secret'
No public methods.