mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
568 lines
25 KiB
XML
568 lines
25 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Wage Base -->
|
|
<data noupdate="1">
|
|
<record id="rule_parameter_us_nm_suta_wage_base_2020" model="hr.payroll.rate">
|
|
<field name="name">US NM New Mexico SUTA Wage Base</field>
|
|
<field name="code">us_nm_suta_wage_base</field>
|
|
<field name="parameter_value">25800.0</field>
|
|
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
|
</record>
|
|
<record id="rule_parameter_us_nm_suta_wage_base_2021" model="hr.payroll.rate">
|
|
<field name="name">US NM New Mexico SUTA Wage Base</field>
|
|
<field name="code">us_nm_suta_wage_base</field>
|
|
<field name="parameter_value">27000.0</field>
|
|
<field name="date_from" eval="datetime(2021, 1, 1).date()"/>
|
|
</record>
|
|
</data>
|
|
|
|
<!-- Rate -->
|
|
<data noupdate="1">
|
|
<record id="rule_parameter_us_nm_suta_rate_2020" model="hr.payroll.rate">
|
|
<field name="name">US NM New Mexico SUTA Rate</field>
|
|
<field name="code">us_nm_suta_rate</field>
|
|
<field name="parameter_value">1.0</field>
|
|
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
|
</record>
|
|
</data>
|
|
|
|
<data noupdate="1">
|
|
<!-- Table based on Percentage method from https://s3.amazonaws.com/realFile34821a95-73ca-43e7-b06d-fad20f5183fd/a9bf1098-533b-4a3d-806a-4bf6336af6e4?response-content-disposition=filename%3D%22FYI-104+-+New+Mexico+Withholding+Tax+-+Effective+January+1%2C+2020.pdf%22&response-content-type=application%2Fpdf&AWSAccessKeyId=AKIAJBI25DHBYGD7I7TA&Signature=OK0i%2F7YIRTdSEQHWAC2UY3ukZVI%3D&Expires=1597878297 -->
|
|
<record id="rule_parameter_us_nm_sit_tax_rate_2020" model="hr.payroll.rate">
|
|
<field name="name">US NM New Mexico SIT Tax Rate</field>
|
|
<field name="code">us_nm_sit_tax_rate</field>
|
|
<field name="parameter_value">{
|
|
'single': {
|
|
'weekly': (
|
|
( 119, 0.00, 0.0),
|
|
( 225, 0.00, 1.7),
|
|
( 331, 1.80, 3.2),
|
|
( 427, 5.18, 4.7),
|
|
( 619, 9.70, 4.9),
|
|
( 927, 19.13, 4.9),
|
|
( 1369, 34.20, 4.9),
|
|
('inf', 55.88, 4.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 238, 0.00, 0.0),
|
|
( 450, 0.00, 1.7),
|
|
( 662, 3.60, 3.2),
|
|
( 854, 10.37, 4.7),
|
|
( 1238, 19.40, 4.9),
|
|
( 1854, 38.25, 4.9),
|
|
( 2738, 68.40, 4.9),
|
|
('inf', 111.75, 4.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 258, 0.00, 0.0),
|
|
( 488, 0.00, 1.7),
|
|
( 717, 3.90, 3.2),
|
|
( 925, 11.23, 4.7),
|
|
( 1342, 21.02, 4.9),
|
|
( 2008, 41.44, 4.9),
|
|
( 2967, 74.10, 4.9),
|
|
('inf', 121.06, 4.9),
|
|
),
|
|
'monthly': (
|
|
( 517, 0.00, 0.0),
|
|
( 975, 0.00, 1.7),
|
|
( 1433, 7.79, 3.2),
|
|
( 1850, 22.46, 4.7),
|
|
( 2683, 42.04, 4.9),
|
|
( 4017, 82.88, 4.9),
|
|
( 5933, 148.21, 4.9),
|
|
('inf', 242.13, 4.9),
|
|
),
|
|
'quarterly': (
|
|
( 1550, 0.00, 0.0),
|
|
( 2925, 0.00, 1.7),
|
|
( 4300, 23.38, 3.2),
|
|
( 5550, 67.38, 4.7),
|
|
( 8050, 126.13, 4.9),
|
|
( 12050, 248.63, 4.9),
|
|
( 17800, 444.63, 4.9),
|
|
( 'inf', 726.38, 4.9),
|
|
),
|
|
'semi-annual': (
|
|
( 3100, 0.00, 0.0),
|
|
( 5850, 0.00, 1.7),
|
|
( 8600, 46.75, 3.2),
|
|
(11100, 134.75, 4.7),
|
|
(16100, 252.25, 4.9),
|
|
(24100, 497.25, 4.9),
|
|
(35600, 889.25, 4.9),
|
|
('inf', 1452.75, 4.9),
|
|
),
|
|
'annually': (
|
|
( 6200, 0.00, 0.0),
|
|
(11700, 0.00, 1.7),
|
|
(17200, 93.50, 3.2),
|
|
(22200, 269.50, 4.7),
|
|
(32200, 504.50, 4.9),
|
|
(48200, 994.50, 4.9),
|
|
(71200, 1778.50, 4.9),
|
|
('inf', 2905.50, 4.9),
|
|
),
|
|
},
|
|
'married': {
|
|
'weekly': (
|
|
( 238, 0.00, 0.0),
|
|
( 392, 0.00, 1.7),
|
|
( 546, 2.62, 3.2),
|
|
( 700, 7.54, 4.7),
|
|
( 1008, 14.77, 4.9),
|
|
( 1469, 29.85, 4.9),
|
|
( 2162, 52.46, 4.9),
|
|
('inf', 86.38, 4.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 477, 0.00, 0.0),
|
|
( 785, 0.00, 1.7),
|
|
( 1092, 5.23, 3.2),
|
|
( 1400, 15.08, 4.7),
|
|
(2015, 29.54, 4.9),
|
|
( 2938, 59.69, 4.9),
|
|
( 4323, 104.92, 4.9),
|
|
('inf', 172.77, 4.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 517, 0.00, 0.0),
|
|
( 850, 0.00, 1.7),
|
|
( 1183, 5.67, 3.2),
|
|
( 1517, 16.33, 4.7),
|
|
( 2183, 32.00, 4.9),
|
|
( 3183, 64.67, 4.9),
|
|
( 4683, 113.67, 4.9),
|
|
('inf', 187.17, 4.9),
|
|
),
|
|
'monthly': (
|
|
( 1033, 0.00, 0.0),
|
|
( 1700, 0.00, 1.7),
|
|
( 2367, 11.33, 3.2),
|
|
( 3033, 32.67, 4.7),
|
|
( 4367, 64.00, 4.9),
|
|
( 6367, 129.33, 4.9),
|
|
( 9367, 227.33, 4.9),
|
|
('inf', 374.33, 4.9),
|
|
),
|
|
'quarterly': (
|
|
( 3100, 0.00, 0.0),
|
|
( 5100, 0.00, 1.7),
|
|
( 7100, 34.00, 3.2),
|
|
( 9100, 98.00, 4.7),
|
|
(13100, 192.00, 4.9),
|
|
(19100, 388.00, 4.9),
|
|
(28100, 682.00, 4.9),
|
|
('inf', 1123.00, 4.9),
|
|
),
|
|
'semi-annual': (
|
|
( 6200, 0.00, 0.0),
|
|
(10200, 0.00, 1.7),
|
|
(14200, 68.00, 3.2),
|
|
(18200, 196.00, 4.7),
|
|
(26200, 384.00, 4.9),
|
|
(38200, 776.00, 4.9),
|
|
(56200, 1364.00, 4.9),
|
|
('inf', 2246.00, 4.9),
|
|
),
|
|
'annually': (
|
|
( 12400, 0.00, 0.0),
|
|
( 20400, 0.00, 1.7),
|
|
( 28400, 136.00, 3.2),
|
|
( 36400, 392.00, 4.7),
|
|
( 52400, 768.00, 4.9),
|
|
( 76400, 1552.00, 4.9),
|
|
(112400, 2728.00, 4.9),
|
|
( 'inf', 4492.00, 4.9),
|
|
),
|
|
},
|
|
'married_as_single': {
|
|
'weekly': (
|
|
( 179, 0.00, 0.0),
|
|
( 333, 0.00, 1.7),
|
|
( 487, 2.62, 3.2),
|
|
( 641, 7.54, 4.7),
|
|
( 949, 14.77, 4.9),
|
|
( 1410, 29.85, 4.9),
|
|
( 2102, 52.46, 4.9),
|
|
('inf', 86.38, 4.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 359, 0.00, 0.0),
|
|
( 666, 0.00, 1.7),
|
|
( 974, 5.23, 3.2),
|
|
( 1282, 15.08, 4.7),
|
|
( 1897, 29.54, 4.9),
|
|
( 2820, 59.69, 4.9),
|
|
( 4205, 104.92, 4.9),
|
|
('inf', 172.77, 4.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 389, 0.00, 0.0),
|
|
( 722, 0.00, 1.7),
|
|
( 1055, 5.67, 3.2),
|
|
( 1389, 16.33, 4.7),
|
|
( 2055, 32.00, 4.9),
|
|
( 3055, 64.67, 4.9),
|
|
( 4555, 113.67, 4.9),
|
|
('inf', 187.17, 4.9),
|
|
),
|
|
'monthly': (
|
|
( 777, 0.00, 0.0),
|
|
( 1444, 0.00, 1.7),
|
|
( 2110, 11.33, 3.2),
|
|
( 2777, 32.67, 4.7),
|
|
( 4110, 64.00, 4.9),
|
|
( 6110, 129.33, 4.9),
|
|
( 9110, 227.33, 4.9),
|
|
('inf', 374.33, 4.9),
|
|
),
|
|
'quarterly': (
|
|
( 2331, 0.00, 0.0),
|
|
( 4331, 0.00, 1.7),
|
|
( 6331, 34.00, 3.2),
|
|
( 8331, 98.00, 4.7),
|
|
( 12331, 192.00, 4.9),
|
|
( 18331, 388.00, 4.9),
|
|
( 27331, 682.00, 4.9),
|
|
( 'inf', 1123.00, 4.9),
|
|
),
|
|
'semi-annual': (
|
|
( 4663, 0.00, 0.0),
|
|
( 8663, 0.00, 1.7),
|
|
( 12663, 68.00, 3.2),
|
|
( 16663, 196.00, 4.7),
|
|
( 24663, 384.00, 4.9),
|
|
( 36663, 776.00, 4.9),
|
|
( 54663, 1364.00, 4.9),
|
|
( 'inf', 2246.00, 4.9),
|
|
),
|
|
'annually': (
|
|
( 9325, 0.00, 0.0),
|
|
( 17325, 0.00, 1.7),
|
|
( 25325, 136.00, 3.2),
|
|
( 33325, 392.00, 4.7),
|
|
( 49325, 768.00, 4.9),
|
|
( 73325, 1552.00, 4.9),
|
|
(109325, 2728.00, 4.9),
|
|
( 'inf', 4492.00, 4.9),
|
|
),
|
|
},
|
|
}</field>
|
|
<field name="date_from" eval="datetime(2020, 1, 1).date()"/>
|
|
</record>
|
|
<record id="rule_parameter_us_nm_sit_tax_rate_2021" model="hr.payroll.rate">
|
|
<field name="name">US NM New Mexico SIT Tax Rate</field>
|
|
<field name="code">us_nm_sit_tax_rate</field>
|
|
<field name="parameter_value">{
|
|
'single': {
|
|
'weekly': (
|
|
( 121, 0.00, 0.0),
|
|
( 226, 0.00, 1.7),
|
|
( 332, 1.80, 3.2),
|
|
( 428, 5.18, 4.7),
|
|
( 621, 9.70, 4.9),
|
|
( 928, 19.13, 4.9),
|
|
( 1371, 34.20, 4.9),
|
|
( 2525, 55.88, 4.9),
|
|
( 4159, 112.41, 4.9),
|
|
('inf', 192.51, 5.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 241, 0.00, 0.0),
|
|
( 453, 0.00, 1.7),
|
|
( 664, 3.60, 3.2),
|
|
( 857, 10.37, 4.7),
|
|
( 1241, 19.40, 4.9),
|
|
( 1857, 38.25, 4.9),
|
|
( 2741, 68.40, 4.9),
|
|
( 5049, 111.75, 4.9),
|
|
( 8318, 224.83, 4.9),
|
|
('inf', 385.02, 5.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 261, 0.00, 0.0),
|
|
( 491, 0.00, 1.7),
|
|
( 720, 3.90, 3.2),
|
|
( 928, 11.23, 4.7),
|
|
( 1345, 21.02, 4.9),
|
|
( 2011, 41.44, 4.9),
|
|
( 2970, 74.10, 4.9),
|
|
( 2470, 121.06, 4.9),
|
|
( 9011, 243.56, 4.9),
|
|
('inf', 417.10, 5.9),
|
|
),
|
|
'monthly': (
|
|
( 523, 0.00, 0.0),
|
|
( 981, 0.00, 1.7),
|
|
( 1440, 7.79, 3.2),
|
|
( 1856, 22.46, 4.7),
|
|
( 2690, 42.04, 4.9),
|
|
( 4023, 82.88, 4.9),
|
|
( 5940, 148.21, 4.9),
|
|
(10940, 242.13, 4.9),
|
|
(18023, 487.13, 4.9),
|
|
('inf', 834.21, 5.9),
|
|
),
|
|
'quarterly': (
|
|
( 1569, 0.00, 0.0),
|
|
( 2944, 0.00, 1.7),
|
|
( 4319, 23.38, 3.2),
|
|
( 5569, 67.38, 4.7),
|
|
( 8069, 126.13, 4.9),
|
|
( 12069, 248.63, 4.9),
|
|
( 17819, 444.63, 4.9),
|
|
( 32819, 726.38, 4.9),
|
|
( 54069, 1461.38, 4.9),
|
|
( 'inf', 2502.63, 5.9),
|
|
),
|
|
'semi-annual': (
|
|
( 3138, 0.00, 0.0),
|
|
( 5888, 0.00, 1.7),
|
|
( 8638, 46.75, 3.2),
|
|
( 11138, 134.75, 4.7),
|
|
( 16138, 252.25, 4.9),
|
|
( 24138, 497.25, 4.9),
|
|
( 35638, 889.25, 4.9),
|
|
( 65638, 1452.75, 4.9),
|
|
(108138, 2922.75, 4.9),
|
|
('inf' , 5005.25, 5.9),
|
|
),
|
|
'annually': (
|
|
( 6275, 0.00, 0.0),
|
|
( 11775, 0.00, 1.7),
|
|
( 17275, 93.50, 3.2),
|
|
( 22275, 269.50, 4.7),
|
|
( 32275, 504.50, 4.9),
|
|
( 48275, 994.50, 4.9),
|
|
( 71275, 1778.50, 4.9),
|
|
(131275, 2905.50, 4.9),
|
|
(216275, 5845.50, 4.9),
|
|
( 'inf', 10010.50, 5.9),
|
|
),
|
|
},
|
|
'married': {
|
|
'weekly': (
|
|
( 241, 0.00, 0.0),
|
|
( 395, 0.00, 1.7),
|
|
( 549, 2.62, 3.2),
|
|
( 703, 7.54, 4.7),
|
|
( 1011, 14.77, 4.9),
|
|
( 1472, 29.85, 4.9),
|
|
( 2164, 52.46, 4.9),
|
|
( 4088, 86.38, 4.9),
|
|
( 6299, 180.62, 4.9),
|
|
('inf', 288.98, 5.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 483, 0.00, 0.0),
|
|
( 790, 0.00, 1.7),
|
|
( 1089, 5.23, 3.2),
|
|
( 1406, 15.08, 4.7),
|
|
( 2021, 29.54, 4.9),
|
|
( 2944, 59.69, 4.9),
|
|
( 4329, 104.92, 4.9),
|
|
( 8175, 172.77, 4.9),
|
|
(12598, 361.23, 4.9),
|
|
('inf', 577.96, 5.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 523, 0.00, 0.0),
|
|
( 856, 0.00, 1.7),
|
|
( 1190, 5.67, 3.2),
|
|
( 1523, 16.33, 4.7),
|
|
( 2190, 32.00, 4.9),
|
|
( 3190, 64.67, 4.9),
|
|
( 4690, 113.67, 4.9),
|
|
( 8856, 187.17, 4.9),
|
|
(13648, 391.33, 4.9),
|
|
('inf', 626.13, 5.9),
|
|
),
|
|
'monthly': (
|
|
( 1046, 0.00, 0.0),
|
|
( 1713, 0.00, 1.7),
|
|
( 2379, 11.33, 3.2),
|
|
( 3046, 32.67, 4.7),
|
|
( 4379, 64.00, 4.9),
|
|
( 6379, 129.33, 4.9),
|
|
( 9379, 227.33, 4.9),
|
|
(17713, 374.33, 4.9),
|
|
(27296, 782.67, 4.9),
|
|
('inf', 1252.25, 5.9),
|
|
),
|
|
'quarterly': (
|
|
( 3138, 0.00, 0.0),
|
|
( 5138, 0.00, 1.7),
|
|
( 7138, 34.00, 3.2),
|
|
( 9138, 98.00, 4.7),
|
|
(13138, 192.00, 4.9),
|
|
(19138, 388.00, 4.9),
|
|
(28138, 682.00, 4.9),
|
|
(53138, 1123.00, 4.9),
|
|
(81888, 2348.00, 4.9),
|
|
('inf', 3756.75, 5.9),
|
|
),
|
|
'semi-annual': (
|
|
( 6275, 0.00, 0.0),
|
|
( 10275, 0.00, 1.7),
|
|
( 14275, 68.00, 3.2),
|
|
( 18275, 196.00, 4.7),
|
|
( 26275, 384.00, 4.9),
|
|
( 38275, 776.00, 4.9),
|
|
( 56275, 1364.00, 4.9),
|
|
(106275, 2246.00, 4.9),
|
|
(163775, 4696.00, 4.9),
|
|
( 'inf', 7513.50, 5.9),
|
|
),
|
|
'annually': (
|
|
( 12450, 0.00, 0.0),
|
|
( 20450, 0.00, 1.7),
|
|
( 28450, 136.00, 3.2),
|
|
( 36450, 392.00, 4.7),
|
|
( 52450, 768.00, 4.9),
|
|
( 76450, 1552.00, 4.9),
|
|
(112450, 2728.00, 4.9),
|
|
(212550, 4492.00, 4.9),
|
|
(327550, 9392.00, 4.9),
|
|
( 'inf', 15027.00, 5.9),
|
|
),
|
|
},
|
|
'married_as_single': {
|
|
'weekly': (
|
|
( 181, 0.00, 0.0),
|
|
( 335, 0.00, 1.7),
|
|
( 488, 2.62, 3.2),
|
|
( 642, 7.54, 4.7),
|
|
( 950, 14.77, 4.9),
|
|
( 1412, 29.85, 4.9),
|
|
( 2104, 52.46, 4.9),
|
|
( 2027, 86.38, 4.9),
|
|
( 6238, 180.62, 4.9),
|
|
('inf', 288.98, 5.9),
|
|
),
|
|
'bi-weekly': (
|
|
( 362, 0.00, 0.0),
|
|
( 669, 0.00, 1.7),
|
|
( 977, 5.23, 3.2),
|
|
( 1285, 15.08, 4.7),
|
|
( 1900, 29.54, 4.9),
|
|
( 2823, 59.69, 4.9),
|
|
( 4208, 104.92, 4.9),
|
|
( 8054, 172.77, 4.9),
|
|
(12477, 361.23, 4.9),
|
|
('inf', 577.96, 5.9),
|
|
),
|
|
'semi-monthly': (
|
|
( 392, 0.00, 0.0),
|
|
( 725, 0.00, 1.7),
|
|
( 1058, 5.67, 3.2),
|
|
( 1392, 16.33, 4.7),
|
|
( 2058, 32.00, 4.9),
|
|
( 3058, 64.67, 4.9),
|
|
( 4558, 113.67, 4.9),
|
|
( 8725, 187.17, 4.9),
|
|
(13517, 391.33, 4.9),
|
|
('inf', 626.13, 5.9),
|
|
),
|
|
'monthly': (
|
|
( 783, 0.00, 0.0),
|
|
( 1450, 0.00, 1.7),
|
|
( 2117, 11.33, 3.2),
|
|
( 2783, 32.67, 4.7),
|
|
( 4117, 64.00, 4.9),
|
|
( 6117, 129.33, 4.9),
|
|
( 9117, 227.33, 4.9),
|
|
(17450, 374.33, 4.9),
|
|
(27033, 782.67, 4.9),
|
|
('inf', 1252.25, 5.9),
|
|
),
|
|
'quarterly': (
|
|
( 2350, 0.00, 0.0),
|
|
( 4350, 0.00, 1.7),
|
|
( 6350, 34.00, 3.2),
|
|
( 8350, 98.00, 4.7),
|
|
( 12350, 192.00, 4.9),
|
|
( 18350, 388.00, 4.9),
|
|
( 27350, 682.00, 4.9),
|
|
( 52350, 1123.00, 4.9),
|
|
( 81100, 2348.00, 4.9),
|
|
( 'inf', 3756.75, 5.9),
|
|
),
|
|
'semi-annual': (
|
|
( 4700, 0.00, 0.0),
|
|
( 8700, 0.00, 1.7),
|
|
( 12700, 68.00, 3.2),
|
|
( 16700, 196.00, 4.7),
|
|
( 24700, 384.00, 4.9),
|
|
( 36700, 776.00, 4.9),
|
|
( 54700, 1364.00, 4.9),
|
|
(104700, 2246.00, 4.9),
|
|
(162200, 4696.00, 4.9),
|
|
( 'inf', 7513.50, 5.9),
|
|
),
|
|
'annually': (
|
|
( 9400, 0.00, 0.0),
|
|
( 17400, 0.00, 1.7),
|
|
( 25400, 136.00, 3.2),
|
|
( 33400, 392.00, 4.7),
|
|
( 49400, 768.00, 4.9),
|
|
( 73400, 1552.00, 4.9),
|
|
(109400, 2728.00, 4.9),
|
|
(209400, 4492.00, 4.9),
|
|
(324400, 9392.00, 4.9),
|
|
( 'inf', 15027.00, 5.9),
|
|
),
|
|
}
|
|
}</field>
|
|
<field name="date_from" eval="datetime(2021, 1, 1).date()"/>
|
|
</record>
|
|
</data>
|
|
|
|
|
|
<!-- Partners and Contribution Registers -->
|
|
<record id="res_partner_us_nm_dor" model="res.partner">
|
|
<field name="name">US New Mexico - Department of Workforce Solutions - Unemployment Tax</field>
|
|
</record>
|
|
<record id="contrib_register_us_nm_dor" model="hr.contribution.register">
|
|
<field name="name">US New Mexico - Department of Workforce Solutions - Unemployment Tax</field>
|
|
<field name="partner_id" ref="res_partner_us_nm_dor"/>
|
|
</record>
|
|
|
|
<record id="res_partner_us_nm_dor_sit" model="res.partner">
|
|
<field name="name">US New Mexico - Department of Taxation and Revenue - Income Tax</field>
|
|
</record>
|
|
<record id="contrib_register_us_nm_dor_sit" model="hr.contribution.register">
|
|
<field name="name">US New Mexico - Department of Taxation and Revenue - Unemployment Tax</field>
|
|
<field name="partner_id" ref="res_partner_us_nm_dor_sit"/>
|
|
</record>
|
|
|
|
<!-- Categories -->
|
|
|
|
<!-- Rules -->
|
|
<record id="hr_payroll_rule_er_us_nm_suta" model="hr.salary.rule">
|
|
<field name="sequence" eval="450"/>
|
|
<field name="category_id" ref="hr_payroll_category_er_us_suta"/>
|
|
<field name="name">ER: US NM New Mexico State Unemployment</field>
|
|
<field name="code">ER_US_NM_SUTA</field>
|
|
<field name="condition_select">python</field>
|
|
<field name="condition_python">result, _ = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_nm_suta_wage_base', rate='us_nm_suta_rate', state_code='NM')</field>
|
|
<field name="amount_select">code</field>
|
|
<field name="amount_python_compute">result, result_rate = general_state_unemployment(payslip, categories, worked_days, inputs, wage_base='us_nm_suta_wage_base', rate='us_nm_suta_rate', state_code='NM')</field>
|
|
<field name="register_id" ref="contrib_register_us_nm_dor"/>
|
|
<field name="appears_on_payslip" eval="False"/>
|
|
</record>
|
|
|
|
<record id="hr_payroll_rule_ee_us_nm_sit" model="hr.salary.rule">
|
|
<field name="sequence" eval="195"/>
|
|
<field name="category_id" ref="hr_payroll_category_ee_us_sit"/>
|
|
<field name="name">EE: US NM New Mexico State Income Tax Withholding</field>
|
|
<field name="code">EE_US_NM_SIT</field>
|
|
<field name="condition_select">python</field>
|
|
<field name="condition_python">result, _ = nm_new_mexico_state_income_withholding(payslip, categories, worked_days, inputs)</field>
|
|
<field name="amount_select">code</field>
|
|
<field name="amount_python_compute">result, result_rate = nm_new_mexico_state_income_withholding(payslip, categories, worked_days, inputs)</field>
|
|
<field name="register_id" ref="contrib_register_us_nm_dor_sit"/>
|
|
<field name="appears_on_payslip" eval="True"/>
|
|
</record>
|
|
|
|
</odoo> |