first commit
This commit is contained in:
9
modules/account_asset/view/account_type_form.xml
Normal file
9
modules/account_asset/view/account_type_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="//group[@id='checkboxes']" position="inside">
|
||||
<label name="fixed_asset"/>
|
||||
<field name="fixed_asset" xexpand="0" width="25"/>
|
||||
</xpath>
|
||||
</data>
|
||||
12
modules/account_asset/view/asset_create_moves_start_form.xml
Normal file
12
modules/account_asset/view/asset_create_moves_start_form.xml
Normal 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. -->
|
||||
<form col="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<group col="3" id="label_date" yalign="0.5">
|
||||
<label string="Create Assets Moves up to" id="create"
|
||||
xalign="0.0"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
</group>
|
||||
</form>
|
||||
62
modules/account_asset/view/asset_form.xml
Normal file
62
modules/account_asset/view/asset_form.xml
Normal file
@@ -0,0 +1,62 @@
|
||||
<?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 name="product"/>
|
||||
<field name="product"/>
|
||||
<label name="number"/>
|
||||
<field name="number"/>
|
||||
<label name="supplier_invoice_line"/>
|
||||
<field name="supplier_invoice_line"/>
|
||||
<label name="value"/>
|
||||
<field name="value"/>
|
||||
<label name="depreciated_amount"/>
|
||||
<field name="depreciated_amount"/>
|
||||
<label name="residual_value"/>
|
||||
<field name="residual_value"/>
|
||||
<label name="purchase_date"/>
|
||||
<field name="purchase_date"/>
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
<notebook colspan="6">
|
||||
<page string="Lines" id="lines">
|
||||
<field name="lines" colspan="4"/>
|
||||
</page>
|
||||
<page string="Other Info" id="info">
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
<label name="account_journal"/>
|
||||
<field name="account_journal" widget="selection"/>
|
||||
<label name="depreciation_method"/>
|
||||
<field name="depreciation_method"/>
|
||||
<label name="frequency"/>
|
||||
<field name="frequency"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<label name="move"/>
|
||||
<field name="move"/>
|
||||
<label name="customer_invoice_line"/>
|
||||
<field name="customer_invoice_line"/>
|
||||
<field name="update_moves" colspan="4"/>
|
||||
<separator name="comment" colspan="4"/>
|
||||
<field name="comment" colspan="4"/>
|
||||
</page>
|
||||
<page name="revisions">
|
||||
<field name="revisions" colspan="4"/>
|
||||
</page>
|
||||
</notebook>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="4" id="buttons">
|
||||
<button name="draft" icon="tryton-back"/>
|
||||
<button name="clear_lines" icon="tryton-clear"/>
|
||||
<button name="create_lines" icon="tryton-launch"/>
|
||||
<button name="update" icon="tryton-create"/>
|
||||
<button name="run" icon="tryton-forward"/>
|
||||
<button name="close" icon="tryton-close"/>
|
||||
</group>
|
||||
</form>
|
||||
23
modules/account_asset/view/asset_line_form.xml
Normal file
23
modules/account_asset/view/asset_line_form.xml
Normal 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 col="6">
|
||||
<label name="asset"/>
|
||||
<field name="asset" colspan="5"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<newline/>
|
||||
<label name="acquired_value"/>
|
||||
<field name="acquired_value"/>
|
||||
<label name="depreciable_basis"/>
|
||||
<field name="depreciable_basis"/>
|
||||
<newline/>
|
||||
<label name="actual_value"/>
|
||||
<field name="actual_value"/>
|
||||
<label name="depreciation"/>
|
||||
<field name="depreciation"/>
|
||||
<label name="accumulated_depreciation"/>
|
||||
<field name="accumulated_depreciation"/>
|
||||
<label name="move"/>
|
||||
<field name="move"/>
|
||||
</form>
|
||||
11
modules/account_asset/view/asset_line_tree.xml
Normal file
11
modules/account_asset/view/asset_line_tree.xml
Normal 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>
|
||||
<field name="asset" expand="2"/>
|
||||
<field name="date"/>
|
||||
<field name="actual_value" expand="1"/>
|
||||
<field name="depreciation" expand="1"/>
|
||||
<field name="accumulated_depreciation" expand="1"/>
|
||||
<field name="move" expand="1"/>
|
||||
</tree>
|
||||
13
modules/account_asset/view/asset_tree.xml
Normal file
13
modules/account_asset/view/asset_tree.xml
Normal 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. -->
|
||||
<tree>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="product" expand="2" optional="0"/>
|
||||
<field name="start_date" optional="0"/>
|
||||
<field name="end_date" optional="0"/>
|
||||
<field name="value" optional="0"/>
|
||||
<field name="residual_value" optional="0"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
@@ -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="amount"/>
|
||||
<field name="amount"/>
|
||||
<label name="date"/>
|
||||
<field name="date"/>
|
||||
<label name="latest_move_date"/>
|
||||
<field name="latest_move_date"/>
|
||||
<label name="next_depreciation_date"/>
|
||||
<field name="next_depreciation_date"/>
|
||||
<label name="depreciation_account"/>
|
||||
<field name="depreciation_account"/>
|
||||
<label name="counterpart_account"/>
|
||||
<field name="counterpart_account"/>
|
||||
</form>
|
||||
16
modules/account_asset/view/asset_update_start_form.xml
Normal file
16
modules/account_asset/view/asset_update_start_form.xml
Normal 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="6">
|
||||
<label name="value"/>
|
||||
<field name="value"/>
|
||||
<label name="residual_value"/>
|
||||
<field name="residual_value"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
<label name="origin"/>
|
||||
<field name="origin" colspan="2"/>
|
||||
<label name="description"/>
|
||||
<field name="description" colspan="2"/>
|
||||
<field name="asset" invisible="1"/>
|
||||
</form>
|
||||
13
modules/account_asset/view/category_form.xml
Normal file
13
modules/account_asset/view/category_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id='accounting']/field[@name='account_expense']"
|
||||
position="after">
|
||||
<label name="account_depreciation"/>
|
||||
<field name="account_depreciation"/>
|
||||
<label name="account_asset"/>
|
||||
<field name="account_asset"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
17
modules/account_asset/view/configuration_form.xml
Normal file
17
modules/account_asset/view/configuration_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form" position="inside">
|
||||
<separator id="asset" string="Asset" colspan="4"/>
|
||||
<label name="asset_sequence" string="Sequence"/>
|
||||
<field name="asset_sequence"/>
|
||||
<label name="asset_frequency" string="Depreciation Frequency"/>
|
||||
<field name="asset_frequency"/>
|
||||
<separator id="asset_move" string="Asset Move" colspan="4"/>
|
||||
<label name="asset_bymonthday"/>
|
||||
<field name="asset_bymonthday"/>
|
||||
<label name="asset_bymonth"/>
|
||||
<field name="asset_bymonth"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/account_asset/view/invoice_line_form.xml
Normal file
11
modules/account_asset/view/invoice_line_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page/field[@name='account']" position="after">
|
||||
<newline/>
|
||||
<label name="asset"/>
|
||||
<field name="asset"/>
|
||||
<newline/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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. -->
|
||||
<form>
|
||||
<label name="start_date"/>
|
||||
<field name="start_date"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
</form>
|
||||
13
modules/account_asset/view/revision_form.xml
Normal file
13
modules/account_asset/view/revision_form.xml
Normal 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="value"/>
|
||||
<field name="value"/>
|
||||
<label name="end_date"/>
|
||||
<field name="end_date"/>
|
||||
<label name="origin"/>
|
||||
<field name="origin"/>
|
||||
<label name="description"/>
|
||||
<field name="description"/>
|
||||
</form>
|
||||
10
modules/account_asset/view/revision_tree.xml
Normal file
10
modules/account_asset/view/revision_tree.xml
Normal 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="asset"/>
|
||||
<field name="end_date"/>
|
||||
<field name="value" expand="1"/>
|
||||
<field name="description"/>
|
||||
<field name="origin" expand="1"/>
|
||||
</tree>
|
||||
13
modules/account_asset/view/template_form.xml
Normal file
13
modules/account_asset/view/template_form.xml
Normal 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. -->
|
||||
<data>
|
||||
<xpath expr="/form/notebook/page[@id='accounting']" position="inside">
|
||||
<separator string="Depreciation" name="depreciable"
|
||||
colspan="4"/>
|
||||
<label name="depreciable"/>
|
||||
<field name="depreciable"/>
|
||||
<label name="depreciation_duration"/>
|
||||
<field name="depreciation_duration"/>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user