details: https://code.tryton.org/tryton/commit/2265bacb7aff
branch: default
user: Cédric Krier <[email protected]>
date: Tue Apr 21 10:06:41 2026 +0200
description:
Submit payment before approve it in demo
diffstat:
demo/account_payment.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 31f2ed6d2f78 -r 2265bacb7aff demo/account_payment.py
--- a/demo/account_payment.py Tue Apr 21 10:06:09 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)