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.
 
 
 
 
 

22 lines
940 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Configure Recruitment Settings View -->
<record id="hr_linkedin_recruitment_config" model="ir.ui.view">
<field name="name">LinkedIn Configure Recruitment</field>
<field name="model">hr.recruitment.config.settings</field>
<field name="inherit_id" ref="hr_recruitment.view_hr_recruitment_configuration"/>
<field name="arch" type="xml">
<xpath expr="//group" position="after">
<group>
<group string="LinkedIn Credentials">
<field name="company_page_id"/>
<field name="li_username"/>
<field name="li_password" password="True"/>
</group>
</group>
</xpath>
</field>
</record>
</data>
</odoo>