Files
tradon/modules/purchase_trade/view/coffee_cupping_session_form.xml
2026-06-29 21:16:42 +02:00

32 lines
1.0 KiB
XML

<?xml version="1.0"?>
<form col="4">
<label name="name"/>
<field name="name"/>
<label name="state"/>
<field name="state"/>
<newline/>
<button name="prepare" string="Prepare"/>
<button name="start" string="Start"/>
<button name="done" string="Done"/>
<button name="cancel" string="Cancel"/>
<button name="draft" string="Draft"/>
<newline/>
<label name="date"/>
<field name="date"/>
<label name="responsible"/>
<field name="responsible"/>
<label name="location"/>
<field name="location"/>
<label name="cup_capacity"/>
<field name="cup_capacity"/>
<label name="cups_per_sample"/>
<field name="cups_per_sample"/>
<label name="total_cups"/>
<field name="total_cups"/>
<label name="remaining_cups"/>
<field name="remaining_cups"/>
<newline/>
<field name="lines" colspan="4" mode="tree,form"
view_ids="purchase_trade.coffee_cupping_session_sample_view_tree,purchase_trade.coffee_cupping_session_sample_view_form"/>
</form>