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

59 lines
2.5 KiB
XML
Raw Permalink Normal View History

2020-04-16 01:30:00 +02:00
<?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">
2022-02-08 06:48:31 +01:00
<newline />
2023-12-04 17:45:06 +01:00
<label name="account_production"/>
<field name="account_production"/>
2022-02-07 22:14:55 +01:00
<label name="warehouse_origin"/>
<field name="warehouse_origin"/>
<label name="warehouse_target"/>
<field name="warehouse_target"/>
2022-02-09 00:16:19 +01:00
<label name="in_account_move"/>
<field name="in_account_move"/>
<label name="out_account_move"/>
<field name="out_account_move"/>
2022-08-31 21:53:42 +02:00
<label name="perfomance"/>
<field name="perfomance"/>
2020-04-16 01:30:00 +02:00
</xpath>
2022-02-09 00:16:19 +01:00
<xpath expr="/form/field[@name='uom']" position="after">
2023-03-10 17:59:12 +01:00
<label name="analytic_account"/>
2023-02-17 00:42:46 +01:00
<field name="analytic_account" widget="selection"/>
2020-04-20 21:23:14 +02:00
</xpath>
2022-02-07 22:14:55 +01:00
<xpath expr="/form/notebook/page[@id='other']" position="after">
2023-05-04 23:50:48 +02:00
<page string="Sub Productions" id="sub_productions">
<button name="generate_sub" string="Gen. Subs" icon="tryton-board"/>
<field name="subs" colspan="4"/>
</page>
2022-02-07 22:14:55 +01:00
<page string="Stock Moves" id="warehouse_stock_moves">
<field name="warehouse_moves" colspan="4"/>
</page>
2023-02-17 00:42:46 +01:00
<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"/>
2023-02-17 15:52:11 +01:00
<group col="10" string="Costs Summary" colspan="4" id="costs_summary">
2023-02-17 00:42:46 +01:00
<label name="material_costs"/>
<field name="material_costs"/>
<label name="labour_costs"/>
<field name="labour_costs"/>
<label name="indirect_costs"/>
<field name="indirect_costs"/>
2023-02-17 15:52:11 +01:00
<label name="services_costs"/>
<field name="services_costs"/>
2023-02-17 00:42:46 +01:00
<label name="total_cost"/>
<field name="total_cost"/>
</group>
2023-12-04 17:45:06 +01:00
<button name="post_production" string="Post Production Partial"
icon="tryton-ok" colspan="2"/>
2023-02-17 00:42:46 +01:00
</page>
2022-02-07 22:14:55 +01:00
</xpath>
2020-04-16 01:30:00 +02:00
</data>