Initial import from Docker volume
This commit is contained in:
22
modules/purchase_trade/view/document_prepared_form.xml
Normal file
22
modules/purchase_trade/view/document_prepared_form.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user