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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
test_event_full
Description
 

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
(inherited route override) PaymentDemoController.demo_simulate_payment public jsonrpc ALL sudo
Models touched (3)

New fields (1)
  • code Selection
    ondelete={'demo': 'set default'} selection_add=[('demo', 'Demo')]
Public methods (0)

No public methods.

New fields (1)
  • demo_simulated_state Selection
    help='The state in which transactions created from this token should be set.' selection=[('pending', 'Pending'), ('done', 'Confirmed'), ('cancel', 'Canceled'), ('error', 'Error')] string='Simulated State'
Public methods (0)

No public methods.

New fields (1)
  • capture_manually Boolean
    related='provider_id.capture_manually'
Public methods (3)
  • 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…