first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?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="payment"/>
<field name="payment" colspan="3"/>
<label name="amount"/>
<field name="amount"/>
<label name="reason"/>
<field name="reason"/>
<label name="stripe_refund_id"/>
<field name="stripe_refund_id" colspan="3"/>
<label name="stripe_error_message"/>
<field name="stripe_error_message" colspan="3"/>
<label name="stripe_error_code"/>
<field name="stripe_error_code"/>
<label name="stripe_error_param"/>
<field name="stripe_error_param"/>
<label name="submitted_by"/>
<field name="submitted_by"/>
<label name="approved_by"/>
<field name="approved_by"/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="draft"/>
<button name="submit"/>
<button name="approve"/>
</group>
</form>