Initial import from Docker volume
This commit is contained in:
17
modules/stock/view/vessel_form.xml
Executable file
17
modules/stock/view/vessel_form.xml
Executable file
@@ -0,0 +1,17 @@
|
||||
<form col="2">
|
||||
<label name="vessel_name"/>
|
||||
<field name="vessel_name"/>
|
||||
<newline/>
|
||||
<label name="vessel_type"/>
|
||||
<field name="vessel_type"/>
|
||||
<label name="vessel_imo"/>
|
||||
<field name="vessel_imo"/>
|
||||
<label name="vessel_year"/>
|
||||
<field name="vessel_year"/>
|
||||
<label name="vessel_premium"/>
|
||||
<field name="vessel_premium"/>
|
||||
<!--separator id="vessel" string="VESSEL INFORMATIONS" colspan="2"/-->
|
||||
<field name="vessel_info" colspan="2"/>
|
||||
<newline/>
|
||||
<!--field name="image" widget="image" height="400" width="400" xexpand="0" colspan="1"/-->
|
||||
</form>
|
||||
Reference in New Issue
Block a user