Initial commit of l10n_us_wa_hr_payroll for 11.0

This commit is contained in:
Jared Kipe
2018-04-30 14:32:01 -07:00
parent d64991e74b
commit a003fb876e

View File

@@ -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):