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. 4d704f1 Bhoomi Vaishnani <bhoomi@hibou.io> Aug 11, 2020 at 8:59 AM
This commit is contained in:
committed by
Jared Kipe
parent
9d8f5b9f55
commit
389128da0b
@@ -5,13 +5,13 @@
|
||||
<record id="rule_parameter_us_ny_suta_wage_base_2019" model="hr.payroll.rate">
|
||||
<field name="name">US NY New York SUTA Wage Base</field>
|
||||
<field name="code">us_ny_suta_wage_base</field>
|
||||
<field name="parameter_value">14000.0</field>
|
||||
<field name="parameter_value">11400.0</field>
|
||||
<field name="date_from" eval="datetime(2019, 1, 1).date()"/>
|
||||
</record>
|
||||
<record id="rule_parameter_us_ny_suta_wage_base_2020" model="hr.payroll.rate">
|
||||
<field name="name">US NY New York SUTA Wage Base</field>
|
||||
<field name="code">us_ny_suta_wage_base</field>
|
||||
<field name="parameter_value">14000.0</field>
|
||||
<field name="parameter_value">11600.0</field>
|
||||
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
||||
</record>
|
||||
</data>
|
||||
@@ -21,13 +21,13 @@
|
||||
<record id="rule_parameter_us_ny_suta_rate_2019" model="hr.payroll.rate">
|
||||
<field name="name">US NY New York SUTA Rate</field>
|
||||
<field name="code">us_ny_suta_rate</field>
|
||||
<field name="parameter_value">1.09</field>
|
||||
<field name="parameter_value">2.5</field>
|
||||
<field name="date_from" eval="datetime(2019, 1, 1).date()"/>
|
||||
</record>
|
||||
<record id="rule_parameter_us_ny_suta_rate_2020" model="hr.payroll.rate">
|
||||
<field name="name">US NY New York SUTA Rate</field>
|
||||
<field name="code">us_ny_suta_rate</field>
|
||||
<field name="parameter_value">3.295</field>
|
||||
<field name="parameter_value">2.5</field>
|
||||
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
||||
</record>
|
||||
</data>
|
||||
|
||||
@@ -190,7 +190,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
|
||||
|
||||
|
||||
@@ -173,7 +173,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