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.
12 lines
531 B
12 lines
531 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!-- Salary Structure Data-->
|
|
<data>
|
|
<record id="hr_payroll_structure_regular_pay" model="hr.payroll.structure">
|
|
<field name="name">Loan Salary Structure</field>
|
|
<field name="type_id" ref="hr_contract.structure_type_employee"/>
|
|
<field name="unpaid_work_entry_type_ids" eval="[(4, ref('hr_work_entry_contract.work_entry_type_unpaid_leave'))]"/>
|
|
<field name="country_id" eval="False"/>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|