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,13 @@
<?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"/>
<label name="posted"/>
<field name="posted"/>
<group name="periods" expandable="0" colspan="4">
<field name="periods"/>
</group>
</form>

View File

@@ -0,0 +1,16 @@
<?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="2">
<label name="name"/>
<field name="name"/>
<label name="fiscalyear"/>
<field name="fiscalyear"/>
<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,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>
<label name="name"/>
<field name="name"/>
<label name="company"/>
<field name="company"/>
<label name="fiscalyear"/>
<field name="fiscalyear"/>
<notebook>
<page name="lines" col="1">
<field name="lines"/>
<button name="update_lines"/>
</page>
</notebook>
</form>

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 col="2">
<label name="method"/>
<field name="method"/>
</form>

View File

@@ -0,0 +1,32 @@
<?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_type"/>
<field name="account_type" colspan="3"/>
<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" view_ids="account_budget.budget_line_view_list_sequence"/>
</page>
<page name="periods" col="1">
<field name="periods"/>
<button name="create_periods"/>
</page>
</notebook>
</form>

View File

@@ -0,0 +1,21 @@
<?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>
<field name="periods" colspan="6" view_ids="account_budget.budget_line_period_view_list_amount" mode="tree"/>
</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" creatable="0">
<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" creatable="0">
<field name="budget" expand="1"/>
<field name="current_name" string="Name" expand="2"/>
<field name="amount"/>
<field name="total_amount"/>
</tree>

View File

@@ -0,0 +1,17 @@
<?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="period"/>
<field name="period"/>
<label name="budget_line"/>
<field name="budget_line"/>
<label name="ratio"/>
<group col="-1" id="ratio">
<field name="ratio" factor="100" xexpand="0"/>
<label name="ratio" string="%" xalign="0.0" xexpand="1"/>
</group>
<label name="total_amount"/>
<field name="total_amount"/>
</form>

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 editable="1">
<field name="budget_line" expand="2"/>
<field name="period" expand="1"/>
<field name="ratio" factor="100" sum="1">
<suffix name="ratio" string="%"/>
</field>
<field name="total_amount" sum="1"/>
</tree>

View File

@@ -0,0 +1,12 @@
<?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="budget_line" expand="2"/>
<field name="period" expand="1"/>
<field name="total_amount" sum="1"/>
<field name="actual_amount" sum="1"/>
<field name="percentage" factor="100">
<suffix name="percentage" string="%"/>
</field>
</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,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>
<field name="company" expand="1" optional="1"/>
<field name="name" expand="2"/>
<field name="fiscalyear" expand="1"/>
<button name="copy_button"/>
</tree>