Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] payroll analysis #72

Merged
merged 4 commits into from
Feb 17, 2015

Conversation

ghost
Copy link

@ghost ghost commented Feb 12, 2015

This module allows to display a dynamic report of employer contributions and employee source deductions.

@ghost ghost mentioned this pull request Feb 12, 2015
@max3903 max3903 added this to the 7.0 milestone Feb 12, 2015
@ghost
Copy link
Author

ghost commented Feb 12, 2015

Test fails because of module hr_employee_seniority. This is fixed in #73.

@ghost ghost force-pushed the 7.0-ddufresne-payroll_analysis branch from cecb24a to d2ffe8c Compare February 12, 2015 18:02
Contributors
------------
* David Dufresne <david.dufresne@savoirfairelinux.com>
""",
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use the README.rst template from http://github.com/oca/maintainers-tools for the description ?

"""
for payslip in self.browse(cr, uid, ids, context=context):
for line in payslip.analysis_line_ids:
line.unlink()
Copy link
Sponsor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same code as for lines 47 to 50

@lmignon
Copy link
Sponsor

lmignon commented Feb 13, 2015

@dufresnedavid Thank you for the contribution AND the unittests!

@ghost
Copy link
Author

ghost commented Feb 13, 2015

@lmignon Thanks for your review. I applied your suggestions.

@lmignon
Copy link
Sponsor

lmignon commented Feb 13, 2015

👍

1 similar comment
@max3903
Copy link
Sponsor Member

max3903 commented Feb 13, 2015

👍

@max3903 max3903 mentioned this pull request Feb 14, 2015
7 tasks
max3903 pushed a commit that referenced this pull request Feb 17, 2015
@max3903 max3903 merged commit 9290f2f into OCA:7.0 Feb 17, 2015
@max3903 max3903 deleted the 7.0-ddufresne-payroll_analysis branch February 17, 2015 22:09
sambarros pushed a commit to sambarros/hr that referenced this pull request Jul 26, 2018
…gs_menu

[BSSFL-171] Update submodule OCA/server-tools (fixes General settings menu bug)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants