Purnendu Singh (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-act-buttons-on-payroll-psi into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-act-buttons-on-payroll-psi/+merge/75484
Hello,
contribution register: add an act_window button that shows all the payslip
lines with that contribution register
Thanks,
Purnendu Singh
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-act-buttons-on-payroll-psi/+merge/75484
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-act-buttons-on-payroll-psi.
=== modified file 'hr_payroll/hr_payroll_view.xml'
--- hr_payroll/hr_payroll_view.xml 2011-09-14 12:31:08 +0000
+++ hr_payroll/hr_payroll_view.xml 2011-09-15 06:36:59 +0000
@@ -736,6 +736,13 @@
<act_window domain="[('slip_id', '=', active_id)]" context="{'search_default_register_id': 1}" id="act_payslip_lines" name="Payslip Lines" res_model="hr.payslip.line" src_model="hr.payslip"/>
+ <act_window name="Payslip Lines"
+ domain="[('register_id', '=', active_id)]"
+ context="{'search_default_register_id': 1}"
+ res_model="hr.payslip.line"
+ src_model="hr.contribution.register"
+ id="act_contribution_reg_payslip_lines"/>
+
</data>
</openerp>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp