Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ repos:
- --settings=.
exclude: /__init__\.py$
- repo: https://github.com/acsone/setuptools-odoo
rev: 3.1.8
rev: 3.3.2
hooks:
- id: setuptools-odoo-make-default
- id: setuptools-odoo-get-requirements
Expand Down
6 changes: 6 additions & 0 deletions l10n_mx_hr_payroll/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# HR Payroll module for Mexico

- Type of periods
- Tables for payroll
- [ISR](https://www.sat.gob.mx/minisitio/NormatividadRMFyRGCE/documentos2026/rmf/anexos/Anexo-8-RMF-2026_DOF-28122025.pdf)
- [SUA reports](https://www.imss.gob.mx/sites/all/statics/pdf/formatos/EstrucMovAfil.pdf)
5 changes: 0 additions & 5 deletions l10n_mx_hr_payroll/README.rst

This file was deleted.

10 changes: 4 additions & 6 deletions l10n_mx_hr_payroll/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "HR Payroll Mexico",
"icon": "/l10n_mx/static/description/icon.png",
"summary": """HR payroll requirements for Mexico """,
"author": "e-maanu, "
"Open Source Integrators, "
"Odoo Mexican Association (AMOdoo)",
"author": "e-maanu, Gray Matter Logic, Odoo Mexican Association (AMOdoo)",
"website": "https://github.com/amxodoo/enterprise",
"category": "Human Resources/Payroll",
"version": "16.0.1.0.0",
Expand Down Expand Up @@ -70,9 +68,9 @@
"views/hr_payroll_menu.xml",
"data/sequence.xml",
"views/res_config_settings_view.xml",
"data/data_isr_0521.xml",
"data/data_es_0521.xml",
"data/data_pc_0521.xml",
"data/data_isr.xml",
"data/data_es.xml",
"data/data_pc.xml",
"data/data_minimum_salary.xml",
"data/data_uma_mx.xml",
"data/data_umi_mx.xml",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<odoo>
<!-- Employment Subsidy Table - Weekly -->
<record id="table_of_es_weekly_0524" model="hr.payroll.es">
<field name="code">ES 2024 - weekly</field>
<field name="name">Tabla de Employment Subsidy 2024 - Weekly</field>
<field name="code">ES 2024 - Weekly</field>
<field name="name">Employment Subsidy 2024 - Weekly</field>
<field name="type_table">w</field>
<field name="date">2026-01-01</field>
</record>

<record id="hr_payroll_es_anual_0521_line001" model="hr.payroll.es.line">
Expand Down
Loading
Loading