first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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. -->
<form col="2">
<label name="move"/>
<field name="move"/>
<label name="place"/>
<field name="place"/>
<label name="quantity"/>
<field name="quantity" symbol="unit"/>
</form>

View 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. -->
<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>

View 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. -->
<tree editable="1">
<field name="move" expand="1"/>
<field name="unassigned_quantity" symbol="unit"/>
<field name="assigned_quantity" symbol="unit"/>
</tree>

View 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>

View 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 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>