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,14 @@
<?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="rule"/>
<field name="rule"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="account"/>
<field name="account"/>
<label name="only_reconcile"/>
<field name="only_reconcile"/>
</form>

View File

@@ -0,0 +1,8 @@
<?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. -->
<tree sequence="sequence" editable="1">
<field name="rule" expand="1"/>
<field name="account" expand="2"/>
<field name="only_reconcile"/>
</tree>

View File

@@ -0,0 +1,23 @@
<?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 cursor="account">
<label name="company"/>
<field name="company"/>
<label name="active"/>
<field name="active"/>
<label name="account"/>
<field name="account"/>
<label name="journal"/>
<field name="journal" widget="selection"/>
<label name="priorities"/>
<field name="priorities"/>
<label name="overflow_account"/>
<field name="overflow_account"/>
<field name="accounts" colspan="4"/>
<button name="apply" colspan="4"/>
</form>

View File

@@ -0,0 +1,8 @@
<?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. -->
<tree>
<field name="account" expand="2"/>
<field name="company" expand="1" optional="1"/>
<button name="apply" multiple="1"/>
</tree>