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,46 @@
<?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="//group[@id='buttons']" position="inside">
<button name="braintree_checkout"/>
<button name="braintree_do_settle_payment"/>
<button name="braintree_do_pull"/>
</xpath>
<xpath expr="//page[@id='payment']" position="after">
<page id="braintree" string="Braintree">
<label name="braintree_transaction_id" string="Transaction ID:"/>
<field name="braintree_transaction_id" colspan="3"/>
<label name="braintree_customer" string="Customer:"/>
<field name="braintree_customer" colspan="3"/>
<field name="braintree_customer_method" colspan="4" invisible="1"/>
<label name="braintree_customer_method_selection" string="Payment Method:"/>
<field name="braintree_customer_method_selection" colspan="3"/>
<label name="braintree_client_token" string="Client Token:"/>
<field name="braintree_client_token" colspan="3"/>
<label name="braintree_nonce" string="Nonce:"/>
<field name="braintree_nonce"/>
<label name="braintree_device_data" string="Device Data:"/>
<field name="braintree_device_data"/>
<label name="braintree_settle_payment" string="Settle:"/>
<field name="braintree_settle_payment"/>
<label name="braintree_payment_settled" string="Settled:"/>
<field name="braintree_payment_settled"/>
<label name="braintree_error_message"/>
<field name="braintree_error_message" colspan="3" yexpand="0" height="80"/>
<label name="braintree_dispute_reason"/>
<field name="braintree_dispute_reason"/>
<label name="braintree_dispute_status"/>
<field name="braintree_dispute_status"/>
<field name="braintree_refunds" colspan="4"/>
</page>
</xpath>
</data>