Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 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" tree_invisible="1"/>
</tree>