mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] l10n_us_hr_payroll: Changed suta rate for WY Wyoming 2020.
H2914
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<field name="date_from" eval="datetime(2019, 1, 1).date()"/>
|
||||
</record>
|
||||
<record id="rule_parameter_us_wy_suta_rate_2020" model="hr.rule.parameter.value">
|
||||
<field name="parameter_value">2.10</field>
|
||||
<field name="parameter_value">8.5</field>
|
||||
<field name="rule_parameter_id" ref="rule_parameter_us_wy_suta_rate"/>
|
||||
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
||||
</record>
|
||||
|
||||
@@ -7,7 +7,7 @@ from .common import TestUsPayslip
|
||||
class TestUsWYPayslip(TestUsPayslip):
|
||||
# TAXES AND RATES
|
||||
WY_UNEMP_MAX_WAGE = 26400.00
|
||||
WY_UNEMP = 2.10
|
||||
WY_UNEMP = 8.5
|
||||
|
||||
def test_2020_taxes(self):
|
||||
self._test_er_suta('WY', self.WY_UNEMP, date(2020, 1, 1), wage_base=self.WY_UNEMP_MAX_WAGE)
|
||||
|
||||
Reference in New Issue
Block a user