You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
776 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright 2018 Akretion France
  4. @author: Alexis de Lattre <alexis.delattre@akretion.com>
  5. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. -->
  7. <odoo>
  8. <record id="crm_case_form_view_job" model="ir.ui.view">
  9. <field name="name">phone.hr.applicant.form</field>
  10. <field name="model">hr.applicant</field>
  11. <field name="inherit_id" ref="hr_recruitment.crm_case_form_view_job"/>
  12. <field name="arch" type="xml">
  13. <field name="partner_phone" position="attributes">
  14. <attribute name="widget">phone</attribute>
  15. </field>
  16. <field name="partner_mobile" position="attributes">
  17. <attribute name="widget">phone</attribute>
  18. </field>
  19. </field>
  20. </record>
  21. </odoo>