[FIX] small fix in hr_payroll

bzr revid: psi@tinyerp.co.in-20110502124313-k0snr1nnx03026oo
This commit is contained in:
psi (Open ERP) 2011-05-02 18:13:13 +05:30
parent d8962fac28
commit 0d8364a61b
2 changed files with 1 additions and 10 deletions

View File

@ -49,6 +49,7 @@ Generic Payroll system.
],
'update_xml': [
'security/hr_security.xml',
'wizard/hr_payroll_payslips_by_category.xml',
'hr_payroll_view.xml',
'hr_payroll_workflow.xml',
'hr_payroll_sequence.xml',
@ -57,7 +58,6 @@ Generic Payroll system.
'security/ir.model.access.csv',
'wizard/hr_payroll_employees_detail.xml',
'wizard/hr_payroll_year_salary.xml',
'wizard/hr_payroll_payslips_by_category.xml',
],
'test': [
# 'test/payslip.yml',

View File

@ -33,14 +33,5 @@
<field name="target">new</field>
</record>
<!-- <record id="action_idea_post_vote_values" model="ir.values">
<field name="model_id" ref="model_hr_payslip_groups" />
<field name="object" eval="1" />
<field name="name">Generate Payslips</field>
<field name="key2">client_action_multi</field>
<field name="value" eval="'ir.actions.act_window,' + str(ref('action_hr_payslip_by_category'))"/>
<field name="model">hr.payslip.groups</field>
</record> -->
</data>
</openerp>