Files
tradon/modules/purchase_trade/view/document_prepared_form.xml
2025-12-26 13:11:43 +00:00

22 lines
622 B
XML

<form>
<group col="2" id="pd">
<label name="document_type"/>
<field name="document_type"/>
<label name="required"/>
<field name="required"/>
<label name="responsible"/>
<field name="responsible"/>
<label name="deadline"/>
<field name="deadline"/>
<label name="prepared"/>
<field name="prepared"/>
<label name="prepared_date"/>
<field name="prepared_date"/>
<label name="status"/>
<field name="status"/>
<label name="attachment"/>
<field name="attachment"/>
<label name="notes"/>
<field name="notes" colspan="2"/>
</group>
</form>