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 wage base and suta rate for NY New York 2019/2020.
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
</record>
|
||||
<data noupdate="1">
|
||||
<record id="rule_parameter_us_ny_suta_wage_base_2019" model="hr.rule.parameter.value">
|
||||
<field name="parameter_value">14000.0</field>
|
||||
<field name="parameter_value">11400.0</field>
|
||||
<field name="rule_parameter_id" ref="rule_parameter_us_ny_suta_wage_base"/>
|
||||
<field name="date_from" eval="datetime(2019, 1, 1).date()"/>
|
||||
</record>
|
||||
<record id="rule_parameter_us_ny_suta_wage_base_2020" model="hr.rule.parameter.value">
|
||||
<field name="parameter_value">14000.0</field>
|
||||
<field name="parameter_value">11600.0</field>
|
||||
<field name="rule_parameter_id" ref="rule_parameter_us_ny_suta_wage_base"/>
|
||||
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
||||
</record>
|
||||
@@ -27,12 +27,12 @@
|
||||
</record>
|
||||
<data noupdate="1">
|
||||
<record id="rule_parameter_us_ny_suta_rate_2019" model="hr.rule.parameter.value">
|
||||
<field name="parameter_value">1.09</field>
|
||||
<field name="parameter_value">2.5</field>
|
||||
<field name="rule_parameter_id" ref="rule_parameter_us_ny_suta_rate"/>
|
||||
<field name="date_from" eval="datetime(2019, 1, 1).date()"/>
|
||||
</record>
|
||||
<record id="rule_parameter_us_ny_suta_rate_2020" model="hr.rule.parameter.value">
|
||||
<field name="parameter_value">3.295</field>
|
||||
<field name="parameter_value">2.5</field>
|
||||
<field name="rule_parameter_id" ref="rule_parameter_us_ny_suta_rate"/>
|
||||
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
||||
</record>
|
||||
|
||||
@@ -226,7 +226,6 @@ class HRContractUSPayrollConfig(models.Model):
|
||||
], string='New Jersey Wage Chart Letter', help='NJ-W4. 3.')
|
||||
|
||||
ny_it2104_sit_filing_status = fields.Selection([
|
||||
('', 'Exempt'),
|
||||
('single', 'Single'),
|
||||
('married', 'Married'),
|
||||
], string='New York NY IT-2104 Filing Status', help='NY IT-2104')
|
||||
|
||||
@@ -7,8 +7,8 @@ class TestUsNYPayslip(TestUsPayslip):
|
||||
###
|
||||
# Taxes and Rates
|
||||
###
|
||||
NY_UNEMP_MAX_WAGE = 14000
|
||||
NY_UNEMP = 3.295
|
||||
NY_UNEMP_MAX_WAGE = 11400.0
|
||||
NY_UNEMP = 2.5
|
||||
NY_RSF = 0.075
|
||||
NY_MCTMT = 0.0
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@ class TestUsNYPayslip(TestUsPayslip):
|
||||
###
|
||||
# 2020 Taxes and Rates
|
||||
###
|
||||
NY_UNEMP_MAX_WAGE = 14000.0
|
||||
NY_UNEMP = 3.295
|
||||
NY_UNEMP_MAX_WAGE = 11600.0
|
||||
NY_UNEMP = 2.5
|
||||
NY_RSF = 0.075
|
||||
NY_MCTMT = 0.0
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
<p colspan="2"><h3>Form NY IT-2104 - State Income Tax</h3></p>
|
||||
<field name="ny_it2104_sit_filing_status" string="Filing Status"/>
|
||||
<field name="ny_it2104_sit_allowances" string="Allowances 1.2."/>
|
||||
<field name="state_income_tax_additional_withholding" string="Additional Withholding 7."/>
|
||||
<field name="state_income_tax_additional_withholding" string="Additional Withholding" help="NY IT-2104 3. 4. 5."/>
|
||||
</group>
|
||||
<group name="state_oh_ohio" string="OH Ohio" attrs="{'invisible':[('state_id', '!=', %(base.state_us_30)s)]}">
|
||||
<p colspan="2"><h3>Form IT-4 - State Income Tax</h3></p>
|
||||
|
||||
Reference in New Issue
Block a user