Files
tradon/modules/account_payment_stripe/view/account_form.xml
2026-03-14 09:42:12 +00:00

20 lines
717 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="name"/>
<field name="name" colspan="3"/>
<label name="secret_key"/>
<field name="secret_key" colspan="3"/>
<label name="publishable_key"/>
<field name="publishable_key" colspan="3"/>
<label name="webhook_endpoint"/>
<field name="webhook_endpoint" colspan="2"/>
<button name="new_identifier"/>
<label name="webhook_signing_secret"/>
<field name="webhook_signing_secret" colspan="3"/>
<label name="setup_intent_delay"/>
<field name="setup_intent_delay" colspan="3"/>
</form>