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

12 lines
446 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. -->
<data>
<xpath expr="/form/field[@name='kind']" position="after">
<label name="sepa_id"/>
<field name="sepa_id" colspan="3"/>
<field name="sepa_messages" colspan="4"/>
<button name="sepa_generate_message" colspan="4"/>
</xpath>
</data>