File: README.md

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (35 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Demo

## Technical details

This module does not integrate with an API and, instead, allows for fake payments that can be made
to test applications' payment flows without API credentials nor payment method details.

## Supported features

- Direct payment flow
- Tokenization with our without payment
- Full and partial manual capture
- Full and partial refunds
- Express checkout
- Select the outcome of the payment

## Module history

- `17.0`
  - The support for express checkout is added. odoo/odoo#113644
  - The support for customer fees is removed as it is no longer supported by the `payment` module.
    odoo/odoo#132104
- `16.3`
  - The support for partial manual capture is added. odoo/odoo#117356
- `16.0`
  - The module is renamed from `payment_test` to `payment_demo`. odoo/odoo#99397
  - The support for manual capture, full and partial refunds, customer fees, and the selection of
    the payment outcome are added. odoo/odoo#78083

## Testing instructions

The Demo payment provider can only be used in test mode.

No payment method details are required and the outcome of payments can be chosen. If provided, the
"Payment Details" are used as display name for the created payment tokens.