TIP: You can type at any time to perform a new search.
Payment Provider: Demo
payment_demo · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Accounting
- Folder size
- 0.54 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:15
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Valentin Chevalier, Louis Wicket (wil), Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), dere-odoo, nihp-odoo, Valeriya (vchu), Krzysztof Magusiak (krma), chpa-odoo
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
express_checkout_form |
express_checkout_form | ir.ui.view | qweb | New |
express_inline_form |
express_inline_form | ir.ui.view | qweb | New |
inline_form |
inline_form | ir.ui.view | qweb | New |
payment_details |
payment_details | ir.ui.view | qweb | New |
payment_provider_form |
Demo Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
payment_token_form |
Demo Token Form | payment.token | form | Inherits payment.payment_token_form |
payment_transaction_form |
Demo Transaction Form | payment.transaction | form | Inherits payment.payment_transaction_form |
token_inline_form |
token_inline_form | ir.ui.view | qweb | New |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | PaymentDemoController.demo_simulate_payment |
public | jsonrpc | ALL | sudo |
Models touched (3)
New fields (1)
-
codeSelectionondelete={'demo': 'set default'}selection_add=[('demo', 'Demo')]
No public methods.
New fields (1)
-
demo_simulated_stateSelectionhelp='The state in which transactions created from this token should be set.'selection=[('pending', 'Pending'), ('done', 'Confirmed'), ('cancel', 'Canceled'), ('error', 'Error')]string='Simulated State'
No public methods.
New fields (1)
-
capture_manuallyBooleanrelated='provider_id.capture_manually'
-
action_demo_set_canceled(self)Set the state of the demo transaction to 'cancel'. Note: self.ensure_one() :return: None -
action_demo_set_done(self)Set the state of the demo transaction to 'done'. Note: self.ensure_one() :return: None -
action_demo_set_error(self)Set the state of the demo transaction to 'error'. Note: self.ensure_one() :return: None
Loading…
Loading…
Loading…