TIP: You can type at any time to perform a new search.
Payment Provider: Worldline
payment_worldline · OCA/account-payment
🛠 Migration considerations
payment_provider_form— View 'payment_provider_form' uses the deprecated `attrs=`/`states=` syntax: removed in Odoo 17.0+, replace with direct `invisible`/`readonly`/`required` domain expressions. migration-view-attrs-states · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- OCA/account-payment · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.27 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-payment
- Last tracking update
- 2026-09-04 10:58:20
- Authors
- Odoo SA, Odoo Community Association (OCA)
- Maintainers
- Odoo SA, Odoo Community Association (OCA)
- Committers
- Benjamin Willig, oca-ci
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_icon_form |
payment.icon | form | Inherits payment.payment_icon_form | |
payment_provider_form |
Worldline Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | WorldlineController.worldline_return_from_checkout |
public | http | GET | sudo |
| (inherited route override) | WorldlineController.worldline_webhook |
public | http | POST | csrf off sudo |
Models touched (3)
New fields (1)
-
worldline_codeChar
No public methods.
New fields (6)
-
codeSelectionondelete={'worldline': 'set default'}selection_add=[('worldline', 'Worldline')] -
worldline_api_keyCharrequired_if_provider='worldline'string='Worldline API Key' -
worldline_api_secretCharrequired_if_provider='worldline'string='Worldline API Secret' -
worldline_pspidCharrequired_if_provider='worldline'string='Worldline PSPID' -
worldline_webhook_keyCharrequired_if_provider='worldline' -
worldline_webhook_secretCharrequired_if_provider='worldline'
No public methods.
New fields (1)
-
payment_product_idMany2one → payment.iconcomodel_name='payment.icon'string='Used payment method'
No public methods.