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,55 @@
<?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="company"/>
<field name="company"/>
<label name="period"/>
<field name="period"/>
<label name="journal"/>
<field name="journal" widget="selection"/>
<label name="move"/>
<field name="move"/>
<label name="account"/>
<field name="account"/>
<newline/>
<label name="debit"/>
<field name="debit"/>
<label name="credit"/>
<field name="credit"/>
<label name="move_origin"/>
<field name="move_origin"/>
<label name="origin"/>
<field name="origin"/>
<label name="description_used"/>
<field name="description_used" colspan="3"/>
<notebook colspan="4">
<page string="Other Info" id="info">
<label name="date"/>
<field name="date"/>
<label name="maturity_date"/>
<field name="maturity_date"/>
<label name="party"/>
<field name="party"/>
<newline/>
<label name="reconciliation"/>
<field name="reconciliation"/>
<label name="delegated_amount"/>
<field name="delegated_amount" symbol="amount_currency"/>
<label name="amount_second_currency"/>
<field name="amount_second_currency"/>
<label name="second_currency"/>
<field name="second_currency"/>
</page>
<page name="tax_lines">
<field name="tax_lines" colspan="4"/>
</page>
</notebook>
<label name="move_state"/>
<field name="move_state"/>
<label name="state"/>
<field name="state"/>
</form>