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,7 @@
<?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="budget"/>
<field name="budget"/>
</form>

View File

@@ -0,0 +1,18 @@
<?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="name"/>
<field name="name" colspan="3"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="factor"/>
<group col="-1" id="factor">
<field name="factor" factor="100" xexpand="0"/>
<label name="factor" string="%" xalign="0.0" xexpand="1"/>
</group>
</form>

View File

@@ -0,0 +1,25 @@
<?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="name"/>
<field name="name"/>
<label name="company"/>
<field name="company"/>
<label name="root"/>
<field name="root"/>
<newline/>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<notebook>
<page name="lines" col="1">
<field name="lines"/>
<button name="update_lines"/>
</page>
</notebook>
</form>

View File

@@ -0,0 +1,26 @@
<?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="account"/>
<field name="account" colspan="3"/>
<label name="name"/>
<field name="name" colspan="3"/>
<label name="budget"/>
<field name="budget" colspan="3"/>
<label name="parent"/>
<field name="parent" colspan="3"/>
<label name="amount"/>
<field name="amount"/>
<label name="total_amount"/>
<field name="total_amount"/>
<notebook>
<page name="children" col="1">
<field name="children"/>
</page>
</notebook>
</form>

View File

@@ -0,0 +1,19 @@
<?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 col="6">
<label id="name" string="Name:"/>
<field name="rec_name" colspan="3"/>
<label name="budget"/>
<field name="budget" readonly="1"/>
<label name="total_amount"/>
<field name="total_amount"/>
<label name="actual_amount"/>
<field name="actual_amount"/>
<label name="percentage"/>
<group id="percentage" col="-1">
<field name="percentage" factor="100" xexpand="0"/>
<field name="percentage" string="%" xalign="0.0" xexpand="1"/>
</group>
</form>

View File

@@ -0,0 +1,9 @@
<?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 editable="1" sequence="sequence">
<field name="budget" expand="1"/>
<field name="rec_name" string="Name" expand="2"/>
<field name="amount"/>
<field name="total_amount"/>
</tree>

View File

@@ -0,0 +1,9 @@
<?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 editable="1" sequence="sequence">
<field name="current_name" string="Name" expand="2"/>
<field name="amount"/>
<field name="total_amount"/>
<field name="parent" tree_invisible="1"/>
</tree>

View File

@@ -0,0 +1,11 @@
<?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 tree_state="1">
<field name="current_name" string="Name" expand="2"/>
<field name="total_amount"/>
<field name="actual_amount"/>
<field name="percentage" factor="100">
<suffix name="percentage" string="%"/>
</field>
</tree>

View File

@@ -0,0 +1,10 @@
<?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="company" expand="1" optional="1"/>
<field name="name" expand="2"/>
<field name="start_date" optional="0"/>
<field name="end_date" optional="0"/>
<button name="copy_button"/>
</tree>