在HR模块中自定义联系表格--Odoo v10

时间:2018-01-12 15:04:21

标签: odoo-10

我正在尝试从候选人本身填写的联系表格中将值插入申请人资料(相当于潜在客户)。我在联系表格中添加了一个新字段(例如,候选人的姓氏),如下所示:

<div class="form-group form-field o_website_form_required_custom">

    <div class="col-md-3 col-sm-4 text-right">

        <label class="control-label" for="x_surname">Your surname</label>

    </div>

    <div class="col-md-7 col-sm-8">

        <input type="text" class="form-control o_website_form_input" name="x_surname" required=""/>

    </div>

</div>    

同时,我在Odoo后端创建了字段x_surname。但是当申请人填写表格时,每个预定义的字段(姓名,电子邮件,电话......)都插入良好,但不是我创建的姓氏。

我在这里留下了两张反映这个问题的图片:

The form modified

当候选人填写表格时,“Apellidos”也应填写,但它出现在底部: enter image description here

enter image description here

有谁知道可以遗漏什么?

非常感谢你!

0 个答案:

没有答案