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,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='name']" position="after">
<label name="work_center_category"/>
<field name="work_center_category"/>
</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. -->
<data>
<xpath expr="/tree/field[@name='name']" position="after">
<field name="work_center_category" expand="1"/>
</xpath>
</data>

View 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. -->
<data>
<xpath expr="/form/field[@name='routing']" position="after">
<label name="work_center"/>
<field name="work_center"/>
</xpath>
<xpath expr="/form/notebook/page[@id='other']" position="before">
<page name="works">
<field name="works" colspan="4"
view_ids="production_work.work_view_list_sequence"/>
</page>
</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. -->
<data>
<xpath expr="/tree/field[@name='reference']" position="after">
<field name="work_center" optional="1"/>
</xpath>
</data>

View 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. -->
<form>
<label name="name"/>
<field name="name"/>
</form>

View File

@@ -0,0 +1,6 @@
<?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="name" expand="1"/>
</tree>

View File

@@ -0,0 +1,23 @@
<?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="name"/>
<field name="name"/>
<label name="active"/>
<field name="active"/>
<label name="company"/>
<field name="company"/>
<label name="parent"/>
<field name="parent"/>
<label name="category"/>
<field name="category"/>
<label name="warehouse"/>
<field name="warehouse"/>
<label name="cost_price"/>
<field name="cost_price"/>
<label name="cost_method"/>
<field name="cost_method"/>
<field name="children" colspan="4"
view_ids="production_work.work_center_view_list_simple"/>
</form>

View 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="rec_name" expand="2"/>
<field name="category" expand="1" optional="0"/>
<field name="company" expand="1" optional="1"/>
<field name="warehouse" expand="1" optional="1"/>
</tree>

View 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="name" expand="2"/>
<field name="category" expand="1" optional="0"/>
<field name="company" expand="1" optional="1"/>
<field name="warehouse" expand="1" optional="1"/>
</tree>

View File

@@ -0,0 +1,21 @@
<?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="work"/>
<field name="work" colspan="4"/>
<label name="duration"/>
<field name="duration"/>
<newline/>
<label name="run_by"/>
<field name="run_by"/>
<label name="done_by"/>
<field name="done_by"/>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons">
<button name="cancel" icon="tryton-cancel"/>
<button name="run" icon="tryton-launch"/>
<button name="do" icon="tryton-ok"/>
</group>
</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>
<field name="work"/>
<field name="duration" expand="1"/>
<field name="state"/>
</tree>

View File

@@ -0,0 +1,24 @@
<?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="production"/>
<field name="production" colspan="3"/>
<label name="company"/>
<field name="company"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="operation"/>
<field name="operation"/>
<label name="work_center"/>
<field name="work_center"/>
<group id="buttons" colspan="4">
<button name="start" icon="tryton-launch"/>
<button name="stop" icon="tryton-ok"/>
</group>
<field name="cycles" colspan="4"/>
<label name="cost"/>
<field name="cost"/>
<label name="state"/>
<field name="state"/>
</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. -->
<tree>
<field name="company" expand="1" optional="1"/>
<field name="warehouse" expand="1" optional="1"/>
<field name="production" expand="1"/>
<field name="operation" expand="1" optional="0"/>
<field name="work_center" expand="1" optional="0"/>
<field name="state"/>
</tree>

View 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 sequence="sequence">
<field name="production" expand="1"/>
<field name="operation" expand="1"/>
<field name="work_center" expand="1"/>
<field name="cost" optional="0"/>
<field name="state"/>
</tree>