Files
tradon/modules/account_asset/view/asset_form.xml
2026-03-14 09:42:12 +00:00

63 lines
2.3 KiB
XML

<?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>