mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-24 05:35:30 +02:00
work on payroll
This commit is contained in:
BIN
hr_payroll_community/wizard/__pycache__/__init__.cpython-36.pyc
Normal file
BIN
hr_payroll_community/wizard/__pycache__/__init__.cpython-36.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -7,7 +7,6 @@ from odoo.exceptions import UserError
|
||||
class MultiHRPayslipDoneWiz(models.TransientModel):
|
||||
_name = 'multi.hr.payslip.done.wiz'
|
||||
|
||||
@api.multi
|
||||
def done_multi_hr_payslip(self):
|
||||
hr_payslip_ids = self.env['hr.payslip'].browse(self._context.get('active_ids'))
|
||||
for payslip in hr_payslip_ids:
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<form string="Done">
|
||||
<h3>Click on Confirm to submit payslips for Confirm multi HR Payslip. </h3>
|
||||
<footer>
|
||||
<button name="done_multi_hr_payslip" string="Submit To Approve" type="object" class="oe_highlight"/>
|
||||
<button name="done_multi_hr_payslip" string="Confirm" type="object" class="oe_highlight"/>
|
||||
<button string="Cancel" class="oe_link" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user