Skip to content

Commit

Permalink
[IMP] l10n_es_aeat_mod303: update 2024-10
Browse files Browse the repository at this point in the history
  • Loading branch information
acysos authored and etobella committed Oct 17, 2024
1 parent d55b49c commit abd5fdb
Show file tree
Hide file tree
Showing 19 changed files with 1,754 additions and 291 deletions.
8 changes: 8 additions & 0 deletions .directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Dolphin]
HeaderColumnWidths=394,87,94
Timestamp=2024,10,16,14,55,20.49
Version=4
ViewMode=1

[Settings]
HiddenFilesShown=true
17 changes: 17 additions & 0 deletions l10n_es_aeat_mod303/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Known issues / Roadmap
Foral.
* Posibilidad de marcar en el resultado el ingreso/devolución en la cuenta
corriente tributaria.
* No se pueden rellenar las casillas [108] y [111] de rectificación de autoliquidación.
* No se puede rellenar la casilla [109]: Devoluciones acordadas por la Agencia
Tributaria como consecuencia de la tramitación de anteriores autoliquidaciones
correspondientes al ejercicio y período objeto de la autoliquidación.
Expand All @@ -77,6 +78,10 @@ Known issues / Roadmap
posiciones fiscales.

Más información en https://www.boe.es/diario_boe/txt.php?id=BOE-A-2014-12329
* No se han mapeado las ventas con el nuevo IVA a la electricidad del 5%, a la
espera de si Hacienda cambia el modelo para alojar dicho valor.
* No se ha comprobado en producción la funcionalidad de comunicaciones usando
la opción de cuenta tributaria (tipos de resultado "G" y "V").

Bug Tracker
===========
Expand Down Expand Up @@ -111,6 +116,18 @@ Contributors
* Antonio Espinosa
* Luis M. Ontalba
* Pedro M. Baeza
* `Sygel <https://www.sygel.es>`__:

* Harald Panten
* Valentin Vinagre
* `Ozono Multimedia <https://www.ozonomultimedia.com>`__:

* Iván Antón

* `Moduon <https://www.moduon.team/>`__:

* Arantxa Sudón
* Rafael Blasco

Maintainers
~~~~~~~~~~~
Expand Down
9 changes: 5 additions & 4 deletions l10n_es_aeat_mod303/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"license": "AGPL-3",
"depends": [
"l10n_es",
"l10n_es_aeat",
],
"depends": ["l10n_es", "l10n_es_aeat", "l10n_es_extra_data"],
"data": [
"data/2021-07/aeat.model.export.config.csv",
"data/2021-07/aeat.model.export.config.line.csv",
Expand All @@ -31,6 +28,10 @@
"data/2023/aeat.model.export.config.line.csv",
"data/2023/l10n.es.aeat.map.tax.csv",
"data/2023/l10n.es.aeat.map.tax.line.csv",
"data/2024-10/aeat.model.export.config.csv",
"data/2024-10/aeat.model.export.config.line.csv",
"data/2024-10/l10n.es.aeat.map.tax.csv",
"data/2024-10/l10n.es.aeat.map.tax.line.csv",
"data/tax_code_map_mod303_data.xml",
"data/aeat_export_mod303_data.xml",
"data/aeat_export_mod303_2017_data.xml",
Expand Down
47 changes: 23 additions & 24 deletions l10n_es_aeat_mod303/data/2021-07/l10n.es.aeat.map.tax.line.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion l10n_es_aeat_mod303/data/2023/aeat.model.export.config.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"id","name","date_end","model_number","model_id:id","date_start","date_end","active"
"aeat_mod303_2023_main_export_config","Mod.303 2023-actualidad",,"303","model_l10n_es_aeat_mod303_report","2023-01-01",,True
"aeat_mod303_2023_main_export_config","Mod.303 2023-2024-08",,"303","model_l10n_es_aeat_mod303_report","2023-01-01","2024-08-31",True
"aeat_mod303_2023_sub01_export_config","Exportación modelo 303 2023 - Régimen general/simplificado",,"303",0,,,0
"aeat_mod303_2023_sub03_export_config","Exportación modelo 303 2023 - Información adicional + Resultado",,"303",0,,,0
"aeat_mod303_2023_subdid_export_config","Exportación modelo 303 2023 - Devolución",,"303",0,,,0
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"aeat_mod303_2023_subdid_export_line_03","aeat_mod303_2023_subdid_export_config",3,"Constante: 04000","string",5,0,"left",1,"N",0," ","X",,"DID00",,,
"aeat_mod303_2023_subdid_export_line_04","aeat_mod303_2023_subdid_export_config",4,"Constante: >","string",1,0,"left",1,"N",0," ","X",,">",,,
"aeat_mod303_2023_subdid_export_line_05","aeat_mod303_2023_subdid_export_config",5,"Devolución. SWIFT-BIC","string",11,0,"left",1,"N",0," ","X","${object.result_type == 'X' and object.partner_bank_id.bank_bic or ''}",,,,
"aeat_mod303_2023_subdid_export_line_06","aeat_mod303_2023_subdid_export_config",6,"Domiciliación/Devolución - IBAN","string",34,0,"left",1,"N",0," ","X","${object.result_type in ['X', 'D'] and object.partner_bank_id and object.partner_bank_id.acc_number.replace(' ', '') or ''}",,,,
"aeat_mod303_2023_subdid_export_line_06","aeat_mod303_2023_subdid_export_config",6,"Domiciliación/Devolución - IBAN","string",34,0,"left",1,"N",0," ","X","${object.result_type in ['U', 'X', 'D'] and object.partner_bank_id and object.partner_bank_id.acc_number.replace(' ', '') or ''}",,,,
"aeat_mod303_2023_subdid_export_line_07","aeat_mod303_2023_subdid_export_config",7,"Devolución - Banco/Bank name","string",70,0,"left",1,"N",0," ","X","${object.result_type == 'X' and object.partner_bank_id.bank_id.name or ''}",,,,
"aeat_mod303_2023_subdid_export_line_08","aeat_mod303_2023_subdid_export_config",8,"Devolución - Dirección del Banco/ Bank address","string",35,0,"left",1,"N",0," ","X","${object.result_type == 'X' and object.partner_bank_id.bank_id.street or ''}",,,,
"aeat_mod303_2023_subdid_export_line_09","aeat_mod303_2023_subdid_export_config",9,"Devolución - Ciudad/City","string",30,0,"left",1,"N",0," ","X","${object.result_type == 'X' and object.partner_bank_id.bank_id.city or ''}",,,,
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat_mod303/data/2023/l10n.es.aeat.map.tax.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
id,model,date_from,date_to
aeat_mod303_2023_map,303,2023-01-01,
aeat_mod303_2023_map,303,2023-01-01,2024-09-30
Loading

0 comments on commit abd5fdb

Please sign in to comment.