first commit
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<?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 cursor="origin">
|
||||
<label name="warehouse"/>
|
||||
<field name="warehouse"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
|
||||
<label name="origin"/>
|
||||
<field name="origin" colspan="3"/>
|
||||
|
||||
<label name="planned_date"/>
|
||||
<field name="planned_date"/>
|
||||
<group col="-1" colspan="2" id="early_dates">
|
||||
<label name="earlier_date"/>
|
||||
<field name="earlier_date"/>
|
||||
<label name="earliest_date"/>
|
||||
<field name="earliest_date"/>
|
||||
<field name="earliest_percentage" widget="progressbar"/>
|
||||
</group>
|
||||
|
||||
<notebook colspan="4">
|
||||
<page name="moves">
|
||||
<field name="moves" colspan="4"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other">
|
||||
<label name="processed_by"/>
|
||||
<field name="processed_by"/>
|
||||
<label name="closed_by"/>
|
||||
<field name="closed_by"/>
|
||||
|
||||
<label name="ignored_by"/>
|
||||
<field name="ignored_by"/>
|
||||
</page>
|
||||
</notebook>
|
||||
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<group col="-1" colspan="2" id="buttons">
|
||||
<button name="open" icon="tryton-back"/>
|
||||
<button name="process" icon="tryton-forward"/>
|
||||
<button name="close" icon="tryton-close"/>
|
||||
<button name="ignore" icon="tryton-cancel"/>
|
||||
</group>
|
||||
</form>
|
||||
@@ -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 col="2">
|
||||
<image name="tryton-question" xexpand="0" xfill="0"/>
|
||||
<label string="Generate Stock Quantity Early Planning?" id="quantity_early_planning" yalign="0.5" xalign="0.0" xexpand="1"/>
|
||||
<field name="warehouses" colspan="2"/>
|
||||
</form>
|
||||
@@ -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="company" expand="1" optional="1"/>
|
||||
<field name="origin" expand="2"/>
|
||||
<field name="planned_date"/>
|
||||
<field name="earlier_date"/>
|
||||
<field name="earliest_date"/>
|
||||
<field name="earliest_percentage" widget="progressbar" expand="1"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user