[IMP]improved demo data for salary structure,data xml file is moved in data folder

bzr revid: kbh@tinyerp.com-20120626062852-iwkeubxywadnbqvf
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-06-26 11:58:52 +05:30
parent 15d17cc149
commit bddac9565b
3 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ Indian Payroll Rules.
'active': False,
'update_xml': [
'l10n_in_hr_payroll_view.xml',
'l10n_in_hr_payroll_data.xml',
'data/l10n_in_hr_payroll_data.xml',
'data/hr.salary.rule.csv',
'security/ir.model.access.csv',
'l10n_in_hr_payroll_report.xml',
@ -56,4 +56,4 @@ Indian Payroll Rules.
'installable': True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -4,10 +4,10 @@
<!-- Hr Salary structure-->
<record id="hr_payroll_salary_structure_emp_ind" model="hr.payroll.structure">
<record id="hr_payroll_salary_structure_ind_emp" model="hr.payroll.structure">
<field name="code">IND</field>
<field name="name">Indian Employee</field>
<field eval="[(6, 0, [ref('hr_salary_rule_medical'),ref('hr_salary_rule_lta'),ref('hr_salary_rule_telephone'), ref('hr_salary_rule_internet'),ref('hr_payroll_rule_child1'),ref('hr_salary_rule_gratuity')])]" name="rule_ids"/>
<field name="name">Non-executive employees</field>
<field eval="[(6, 0, [ref('hr_salary_rule_medical'), ref('hr_salary_rule_da'), ref('hr_salary_rule_lta'), ref('hr_salary_rule_telephone'), ref('hr_salary_rule_internet'), ref('hr_payroll_rule_child1'), ref('hr_salary_rule_gratuity')])]" name="rule_ids"/>
<field name="company_id" ref="base.main_company"/>
<field name="parent_id" ref="hr_payroll.structure_base"/>
</record>