[IMP] hr_payroll: Added button for contribution register in group by search for payslip search view

bzr revid: psi@tinyerp.co.in-20110629111122-13e8l8fwyorjmjqc
This commit is contained in:
psi (Open ERP) 2011-06-29 16:41:22 +05:30
parent 0600e1334b
commit 606ebf8781
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,8 @@
<field name="quantity" string="Quantity/Rate"/>
<field name="amount"/>
<field name="total"/>
<field name="amount_select" invisible="1"/>
<field name="register_id" invisible="1"/>
</tree>
</field>
</record>
@ -196,6 +198,7 @@
<newline/>
<group col="8" colspan="4" expand="0" string="Group By...">
<filter string="Salary Rule Category" icon="terp-camera_test" name="category_id" context="{'group_by':'category_id'}"/>
<filter string="Contribution Register" name="register_id" icon="terp-folder-yellow" context="{'group_by':'register_id'}"/>
<separator orientation="vertical"/>
<filter string="Amount Type" name="amount_select" icon="terp-stock_symbol-selection" context="{'group_by':'amount_select'}"/>
<separator orientation="vertical"/>