first commit
This commit is contained in:
9
modules/stock_quantity_issue/view/product_list.xml
Normal file
9
modules/stock_quantity_issue/view/product_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="code" expand="1"/>
|
||||
<field name="name" expand="2"/>
|
||||
<field name="quantity" symbol="default_uom"/>
|
||||
<field name="forecast_quantity" symbol="default_uom"/>
|
||||
</tree>
|
||||
40
modules/stock_quantity_issue/view/quantity_issue_form.xml
Normal file
40
modules/stock_quantity_issue/view/quantity_issue_form.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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"/>
|
||||
<label name="best_planned_date"/>
|
||||
<group col="-1" id="best_planned_date">
|
||||
<field name="best_planned_date"/>
|
||||
<button name="apply_best_planned_date" icon="tryton-save" string="Apply"/>
|
||||
</group>
|
||||
|
||||
<notebook colspan="4">
|
||||
<page name="products">
|
||||
<field name="products" colspan="4" view_ids="stock_quantity_issue.product_view_list"/>
|
||||
</page>
|
||||
<page string="Other Info" id="other">
|
||||
<label name="processed_by"/>
|
||||
<field name="processed_by"/>
|
||||
<label name="solved_by"/>
|
||||
<field name="solved_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="solve" icon="tryton-close"/>
|
||||
</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 Issues?" id="quantity_issue" yalign="0.5" xalign="0.0" xexpand="1"/>
|
||||
<field name="warehouses" colspan="2"/>
|
||||
</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>
|
||||
<field name="company" expand="1" optional="1"/>
|
||||
<field name="origin" expand="1"/>
|
||||
<field name="planned_date"/>
|
||||
<field name="state"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user