|
@ -166,7 +166,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div t-attf-class="form-group #{error and 'country_id' in error and 'has-error' or ''}"> |
|
|
<div t-attf-class="form-group #{error and 'country_id' in error and 'has-error' or ''}"> |
|
|
|
|
|
|
|
|
<label class="col-md-3 col-sm-4 control-label" style="width:25%" for="country_id">Country</label> |
|
|
<label class="col-md-3 col-sm-4 control-label" style="width:25%" for="country_id">Country</label> |
|
|
<select name="country_id" class="col-md-7 col-sm-8 form-control " style="width:54%;margin-left:15px"> |
|
|
<select name="country_id" class="col-md-7 col-sm-8 form-control " style="width:54%;margin-left:15px"> |
|
|
<option value="">Country...</option> |
|
|
<option value="">Country...</option> |
|
@ -183,8 +182,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div t-attf-class="form-group #{error and 'product_id' in error and 'has-error' or ''}"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div t-attf-class="form-group #{error and 'share_product_id' in error and 'has-error' or ''}"> |
|
|
<label class="col-md-3 col-sm-4 control-label" style="width:25%" for="share_product_id">Parts type</label> |
|
|
<label class="col-md-3 col-sm-4 control-label" style="width:25%" for="share_product_id">Parts type</label> |
|
|
<select id="share_product_id" name="share_product_id" class="col-md-7 col-sm-8 form-control " style="width:54%;margin-left:15px"> |
|
|
<select id="share_product_id" name="share_product_id" class="col-md-7 col-sm-8 form-control " style="width:54%;margin-left:15px"> |
|
|
<t t-foreach="products or []" t-as="product"> |
|
|
<t t-foreach="products or []" t-as="product"> |
|
@ -192,6 +190,7 @@ |
|
|
</t> |
|
|
</t> |
|
|
</select> |
|
|
</select> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div name="share_div" class="form-group"> |
|
|
<div name="share_div" class="form-group"> |
|
|
<table style="width:80%"> |
|
|
<table style="width:80%"> |
|
|
<tr> |
|
|
<tr> |
|
@ -229,6 +228,14 @@ |
|
|
</tr> |
|
|
</tr> |
|
|
</table> |
|
|
</table> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div t-if="res_company.allow_id_card_upload" t-attf-class="form-group #{error and 'file' in error and 'has-error' or ''}"> |
|
|
|
|
|
<label class="col-md-3 col-sm-4 control-label" style="width:25%" for="file">Idendity card scan</label> |
|
|
|
|
|
<div class="col-md-7 col-sm-8"> |
|
|
|
|
|
<input type="file" class="form-control" name="Resume" t-attf-value="#{file or ''}" style="width:50%"/> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="bottom-line" style="margin-left:178px;margin-top:0px;width:61%"></div> |
|
|
<div class="bottom-line" style="margin-left:178px;margin-top:0px;width:61%"></div> |
|
|
|
|
|
|
|
|
<br/> |
|
|
<br/> |
|
|