first commit
This commit is contained in:
9
modules/stock_lot/view/inventory_count_quantity_form.xml
Normal file
9
modules/stock_lot/view/inventory_count_quantity_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="/form/field[@name='product']" position="after">
|
||||
<label name="lot"/>
|
||||
<field name="lot"/>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/stock_lot/view/inventory_line_form.xml
Normal file
9
modules/stock_lot/view/inventory_line_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="/form/field[@name='product']" position="after">
|
||||
<label name="lot"/>
|
||||
<field name="lot"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/stock_lot/view/inventory_line_list.xml
Normal file
8
modules/stock_lot/view/inventory_line_list.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="/tree/field[@name='product']" position="after">
|
||||
<field name="lot" expand="1"/>
|
||||
</xpath>
|
||||
</data>
|
||||
8
modules/stock_lot/view/lot_by_location_context_form.xml
Normal file
8
modules/stock_lot/view/lot_by_location_context_form.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?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="forecast_date"/>
|
||||
<field name="forecast_date"/>
|
||||
<field name="stock_date_end" invisible="1" colspan="4"/>
|
||||
</form>
|
||||
19
modules/stock_lot/view/lot_form.xml
Normal file
19
modules/stock_lot/view/lot_form.xml
Normal 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="number"/>
|
||||
<field name="number"/>
|
||||
<group col="-1" colspan="2" id="checkboxes">
|
||||
<label name="active"/>
|
||||
<field name="active" xexpand="0" width="25"/>
|
||||
</group>
|
||||
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
|
||||
<group id="relates" colspan="4" col="-1">
|
||||
<button name="upward_traces" icon="tryton-arrow-up"/>
|
||||
<button name="downward_traces" icon="tryton-arrow-down"/>
|
||||
</group>
|
||||
</form>
|
||||
9
modules/stock_lot/view/lot_list_stock_move.xml
Normal file
9
modules/stock_lot/view/lot_list_stock_move.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. -->
|
||||
<tree>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="product" expand="1"/>
|
||||
<field name="quantity" symbol="default_uom"/>
|
||||
<field name="forecast_quantity" symbol="default_uom" optional="1"/>
|
||||
</tree>
|
||||
12
modules/stock_lot/view/lot_trace_tree.xml
Normal file
12
modules/stock_lot/view/lot_trace_tree.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. -->
|
||||
<tree>
|
||||
<field name="document" expand="2"/>
|
||||
<field name="product" expand="1"/>
|
||||
<field name="lot" expand="1"/>
|
||||
<field name="from_location" expand="1" optional="1"/>
|
||||
<field name="to_location" expand="1" optional="1"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<field name="date"/>
|
||||
</tree>
|
||||
7
modules/stock_lot/view/lot_tree.xml
Normal file
7
modules/stock_lot/view/lot_tree.xml
Normal 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. -->
|
||||
<tree>
|
||||
<field name="number" expand="1"/>
|
||||
<field name="product" expand="1"/>
|
||||
</tree>
|
||||
9
modules/stock_lot/view/lots_by_locations_list.xml
Normal file
9
modules/stock_lot/view/lots_by_locations_list.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. -->
|
||||
<tree>
|
||||
<field name="lot" expand="1"/>
|
||||
<field name="product" expand="1"/>
|
||||
<field name="quantity" symbol="default_uom"/>
|
||||
<field name="forecast_quantity" symbol="default_uom"/>
|
||||
</tree>
|
||||
12
modules/stock_lot/view/move_form.xml
Normal file
12
modules/stock_lot/view/move_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. -->
|
||||
<data>
|
||||
<xpath expr="/form/field[@name='product']" position="after">
|
||||
<label name="lot"/>
|
||||
<field name="lot" view_ids="stock_lot.lot_view_list_stock_move"/>
|
||||
</xpath>
|
||||
<xpath expr="/form/group[@id='buttons']" position="inside">
|
||||
<button name="add_lots_wizard" icon="tryton-add"/>
|
||||
</xpath>
|
||||
</data>
|
||||
11
modules/stock_lot/view/move_tree.xml
Normal file
11
modules/stock_lot/view/move_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. -->
|
||||
<data>
|
||||
<xpath expr="/tree/field[@name='product']" position="after">
|
||||
<field name="lot" expand="1" optional="0"/>
|
||||
</xpath>
|
||||
<xpath expr="/tree" position="inside">
|
||||
<button name="add_lots_wizard"/>
|
||||
</xpath>
|
||||
</data>
|
||||
15
modules/stock_lot/view/period_cache_lot_form.xml
Normal file
15
modules/stock_lot/view/period_cache_lot_form.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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="8">
|
||||
<label name="period"/>
|
||||
<field name="period" colspan="6"/>
|
||||
<label name="location"/>
|
||||
<field name="location"/>
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
<label name="lot"/>
|
||||
<field name="lot"/>
|
||||
<label name="internal_quantity"/>
|
||||
<field name="internal_quantity"/>
|
||||
</form>
|
||||
10
modules/stock_lot/view/period_cache_lot_list.xml
Normal file
10
modules/stock_lot/view/period_cache_lot_list.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="period"/>
|
||||
<field name="location"/>
|
||||
<field name="product"/>
|
||||
<field name="lot"/>
|
||||
<field name="internal_quantity"/>
|
||||
</tree>
|
||||
9
modules/stock_lot/view/product_configuration_form.xml
Normal file
9
modules/stock_lot/view/product_configuration_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="//field[@name='product_sequence']" position="after">
|
||||
<label name="default_lot_sequence"/>
|
||||
<field name="default_lot_sequence"/>
|
||||
</xpath>
|
||||
</data>
|
||||
20
modules/stock_lot/view/stock_move_add_lots_start_form.xml
Normal file
20
modules/stock_lot/view/stock_move_add_lots_start_form.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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="product"/>
|
||||
<field name="product" colspan="3"/>
|
||||
|
||||
<label name="quantity"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
<label name="quantity_remaining" string="Remaining:"/>
|
||||
<field name="quantity_remaining" symbol="unit"/>
|
||||
|
||||
<field name="lots" colspan="4"/>
|
||||
|
||||
<group col="-1" colspan="2" id="duplicate_lot">
|
||||
<button name="duplicate_lot" icon="tryton-copy"/>
|
||||
<field name="duplicate_lot_number" xexpand="0"/>
|
||||
<label name="duplicate_lot_number" string="times"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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">
|
||||
<field name="parent" expand="1"/>
|
||||
<field name="number" expand="2"/>
|
||||
<field name="product" expand="1"/>
|
||||
<field name="quantity"/>
|
||||
</tree>
|
||||
13
modules/stock_lot/view/template_form.xml
Normal file
13
modules/stock_lot/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='general']" position="after">
|
||||
<page string="Lots" name="lot_required">
|
||||
<label name="lot_required"/>
|
||||
<field name="lot_required" yexpand="0"/>
|
||||
<label name="lot_sequence"/>
|
||||
<field name="lot_sequence"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
Reference in New Issue
Block a user