first commit
This commit is contained in:
@@ -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. -->
|
||||
<form col="2">
|
||||
<label name="move"/>
|
||||
<field name="move"/>
|
||||
<label name="place"/>
|
||||
<field name="place"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity" symbol="unit"/>
|
||||
</form>
|
||||
@@ -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. -->
|
||||
<form>
|
||||
<label name="move"/>
|
||||
<field name="move" colspan="3"/>
|
||||
<label name="unassigned_quantity"/>
|
||||
<field name="unassigned_quantity" symbol="unit"/>
|
||||
<label name="assigned_quantity"/>
|
||||
<field name="assigned_quantity" symbol="unit"/>
|
||||
</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. -->
|
||||
<tree editable="1">
|
||||
<field name="move" expand="1"/>
|
||||
<field name="unassigned_quantity" symbol="unit"/>
|
||||
<field name="assigned_quantity" symbol="unit"/>
|
||||
</tree>
|
||||
8
modules/stock_assign_manual/view/shipment_form.xml
Normal file
8
modules/stock_assign_manual/view/shipment_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. -->
|
||||
<data>
|
||||
<xpath expr="//button[@name='assign_wizard']" position="before">
|
||||
<button name="assign_manual_wizard" icon="tryton-forward"/>
|
||||
</xpath>
|
||||
</data>
|
||||
@@ -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="Enter the quantities to unassign:" id="fill" yalign="0.5" xalign="0.0" xexpand="1"/>
|
||||
<field name="moves" product="move" colspan="2"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user