trytonpsk-production_accoun.../view/production_form.xml

59 lines
2.5 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. -->
<data>
<xpath expr="/form/notebook/page[@id='other']/field[@name='cost']" position="after">
<newline />
<label name="account_production"/>
<field name="account_production"/>
<label name="warehouse_origin"/>
<field name="warehouse_origin"/>
<label name="warehouse_target"/>
<field name="warehouse_target"/>
<label name="in_account_move"/>
<field name="in_account_move"/>
<label name="out_account_move"/>
<field name="out_account_move"/>
<label name="perfomance"/>
<field name="perfomance"/>
</xpath>
<xpath expr="/form/field[@name='uom']" position="after">
<label name="analytic_account"/>
<field name="analytic_account" widget="selection"/>
</xpath>
<xpath expr="/form/notebook/page[@id='other']" position="after">
<page string="Sub Productions" id="sub_productions">
<button name="generate_sub" string="Gen. Subs" icon="tryton-board"/>
<field name="subs" colspan="4"/>
</page>
<page string="Stock Moves" id="warehouse_stock_moves">
<field name="warehouse_moves" colspan="4"/>
</page>
<page string="Costs" id="production_costs">
<label name="analytic_account_materials"/>
<field name="analytic_account_materials" widget="selection"/>
<label name="analytic_account_labour"/>
<field name="analytic_account_labour" widget="selection"/>
<label name="analytic_account_indirect"/>
<field name="analytic_account_indirect" widget="selection"/>
<label name="analytic_account_services"/>
<field name="analytic_account_services" widget="selection"/>
<field name="costs" colspan="4"/>
<group col="10" string="Costs Summary" colspan="4" id="costs_summary">
<label name="material_costs"/>
<field name="material_costs"/>
<label name="labour_costs"/>
<field name="labour_costs"/>
<label name="indirect_costs"/>
<field name="indirect_costs"/>
<label name="services_costs"/>
<field name="services_costs"/>
<label name="total_cost"/>
<field name="total_cost"/>
</group>
<button name="post_production" string="Post Production Partial"
icon="tryton-ok" colspan="2"/>
</page>
</xpath>
</data>