trytond-production_operation/view/operation_list.xml

14 lines
423 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree sequence="sequence">
<field name="production"/>
<field name="operation_type"/>
<field name="work_center"/>
<field name="work_center_category"/>
<field name="state"/>
<button name="wait"/>
<button name="run"/>
<button name="done"/>
</tree>