details: https://code.tryton.org/tryton/commit/07f49e283c57
branch: 8.0
user: Cédric Krier <[email protected]>
date: Tue Apr 21 10:06:41 2026 +0200
description:
Submit payment before approve it in demo
(grafted from 2265bacb7aff3db5ce17095d5fca98e77f52d3fc)
diffstat:
demo/account_payment.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 4314648db9a9 -r 07f49e283c57 demo/account_payment.py
--- a/demo/account_payment.py Thu Apr 23 01:04:07 2026 +0200
+++ b/demo/account_payment.py Tue Apr 21 10:06:41 2026 +0200
@@ -36,6 +36,7 @@
payments = random.sample(payments, len(payments) * 2 // 3)
for payment in payments:
+ payment.click('submit')
payment.click('approve')
payments = random.sample(payments, len(payments) * 2 // 3)