mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of l10n_us_wa_hr_payroll for 11.0
This commit is contained in:
@@ -76,6 +76,7 @@ class TestUsPayslip(common.TransactionCase):
|
|||||||
'external_wages': external_wages,
|
'external_wages': external_wages,
|
||||||
'futa_type': futa_type,
|
'futa_type': futa_type,
|
||||||
'state': 'open', # if not "Running" then no automatic selection when Payslip is created
|
'state': 'open', # if not "Running" then no automatic selection when Payslip is created
|
||||||
|
'journal_id': self.env['account.journal'].search([('type', '=', 'general')], limit=1).id,
|
||||||
})
|
})
|
||||||
|
|
||||||
def _createPayslip(self, employee, date_from, date_to):
|
def _createPayslip(self, employee, date_from, date_to):
|
||||||
|
|||||||
Reference in New Issue
Block a user