Skip to content

Commit

Permalink
Merge PR #3792 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 28, 2024
2 parents d55b49c + 9b28beb commit 68080f2
Show file tree
Hide file tree
Showing 7 changed files with 1,398 additions and 4 deletions.
3 changes: 3 additions & 0 deletions l10n_es_aeat_mod390/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
# 2022
'data/2022/aeat.model.export.config.csv',
'data/2022/aeat.model.export.config.line.csv',
# 2023
"data/2023/aeat.model.export.config.csv",
"data/2023/aeat.model.export.config.line.csv",
# rest of the stuff
'data/tax_code_map_mod390_data.xml',
'views/mod390_view.xml',
Expand Down
2 changes: 1 addition & 1 deletion l10n_es_aeat_mod390/data/2022/aeat.model.export.config.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id,active,date_start,date_end,model_id:id,model_number,name
aeat_mod390_2022_main_export_config,True,"2022-01-01",,"model_l10n_es_aeat_mod390_report","390","Mod.390 2022-actualidad"
aeat_mod390_2022_main_export_config,True,"2022-01-01","2022-12-31","model_l10n_es_aeat_mod390_report","390","Mod.390 2022"
aeat_mod390_2022_sub01_export_config,"False",,,,"390","Mod.390 2022 - Página 1"
aeat_mod390_2022_sub02_export_config,"False",,,,"390","Mod.390 2022 - Página 2"
aeat_mod390_2022_sub03_export_config,"False",,,,"390","Mod.390 2022 - Página 3"
Expand Down
3 changes: 3 additions & 0 deletions l10n_es_aeat_mod390/data/2023/aeat.model.export.config.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
id,active,date_start,date_end,model_id:id,model_number,name
aeat_mod390_2023_main_export_config,True,"2023-01-01",,"model_l10n_es_aeat_mod390_report","390","Mod.390 2023-actualidad"
aeat_mod390_2023_sub02_export_config,"False",,,,"390","Mod.390 2023 - Página 2"
119 changes: 119 additions & 0 deletions l10n_es_aeat_mod390/data/2023/aeat.model.export.config.line.csv

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<odoo>

<record id="aeat_mod390_2021_main_export_config" model="aeat.model.export.config">
<field name="name">Mod.390 2021-actualidad</field>
<field name="name">Mod.390 2021</field>
<field name="date_start">2021-01-01</field>
<field name="date_end">2021-12-31</field>
<field name="model_number">390</field>
<field name="model_id" ref="model_l10n_es_aeat_mod390_report"/>
</record>
Expand Down
1,254 changes: 1,252 additions & 2 deletions l10n_es_aeat_mod390/data/tax_code_map_mod390_data.xml

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions l10n_es_aeat_mod390/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,21 @@
* Pedro M. Baeza <pedro.baeza@tecnativa.com>

* Albert Cabedo

* `Acysos <http://www.acysos.com>`_:

* Ignacio Ibeas

* `Sygel <https://www.sygel.es>`_:

* Harald Panten <harald.panten@sygel.es>
* Valentin Vinagre <valentin.vinagre@sygel.es>

* `Dixmit <https://www.dixmit.com>`_:

* Enric Tobella

* `Trey <https://www.trey.es>`_:

* Vicent Cubells <vicent@trey.es>

0 comments on commit 68080f2

Please sign in to comment.