[IMP] l10n_in_hr_payroll: Code clean

bzr revid: mra@tinyerp.com-20120726063757-mwagbj21a8hg8rc8
This commit is contained in:
Mustufa Rangwala (OpenERP) 2012-07-26 12:07:57 +05:30
parent e6d0b95665
commit 533e5d8bdc
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<openerp>
<data>
<!-- Hr Salary structure-->
<!-- Salary Structure -->
<record id="hr_payroll_salary_structure_ind_emp" model="hr.payroll.structure">
<field name="code">NE</field>

View File

@ -24,6 +24,6 @@
model="hr.salary.employee.month"
name="salary.employee.bymonth"
rml="l10n_in_hr_payroll/report/report_hr_salary_employee_bymonth.rml"
string="Salary Register" />
string="Payroll Statement" />
</data>
</openerp>

View File

@ -10,7 +10,6 @@
<record id="seq_payment_advice" model="ir.sequence">
<field name="name">Payment Advice</field>
<field name="code">payment.advice</field>
<field name="prefix"></field>
<field name="padding">3</field>
</record>