Skip to content

Commit ff52bda

Browse files
EmilioPascualpablo-cort-s73
authored andcommitted
[IMP] l10n_es_aeat_mod347: Number of convocation BDNS
According to https://www.boe.es/buscar/doc.php?id=BOE-A-2025-25390, Article 1 MT-13422 @moduon
1 parent 4dee5fa commit ff52bda

8 files changed

Lines changed: 130 additions & 399 deletions

File tree

l10n_es_aeat_mod347/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.. image:: https://odoo-community.org/readme-banner-image
2-
:target: https://odoo-community.org/get-involved?utm_source=readme
3-
:alt: Odoo Community Association
4-
51
===============
62
AEAT modelo 347
73
===============
@@ -17,7 +13,7 @@ AEAT modelo 347
1713
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1814
:target: https://odoo-community.org/page/development-status
1915
:alt: Beta
20-
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
2117
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
2218
:alt: License: AGPL-3
2319
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github
@@ -213,6 +209,10 @@ Contributors
213209

214210
- Manuel Regidor
215211

212+
- `Moduon <https://www.moduon.team>`__
213+
214+
- Emilio Pascual
215+
216216
Maintainers
217217
-----------
218218

l10n_es_aeat_mod347/data/aeat_export_mod347_partner_data.xml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,17 +481,32 @@
481481
<field name="decimal_size">2</field>
482482
<field name="alignment">right</field>
483483
</record>
484-
<!-- 300-500 Blancos -->
484+
<!-- 300-305 Número de convocatoria BDNS -->
485485
<record
486486
id="aeat_mod347_partner_export_line_32"
487487
model="aeat.model.export.config.line"
488488
>
489489
<field name="sequence">32</field>
490490
<field name="export_config_id" ref="aeat_mod347_partner_export_config" />
491+
<field name="name">Número de convocatoria BDNS</field>
492+
<field
493+
name="expression"
494+
>${object.bdns_number if object.bdns_number else '000000' if object.report_id.year &gt; 2024 else ' '}</field>
495+
<field name="export_type">string</field>
496+
<field name="size">6</field>
497+
<field name="alignment">left</field>
498+
</record>
499+
<!-- 306-500 Blancos -->
500+
<record
501+
id="aeat_mod347_partner_export_line_33"
502+
model="aeat.model.export.config.line"
503+
>
504+
<field name="sequence">33</field>
505+
<field name="export_config_id" ref="aeat_mod347_partner_export_config" />
491506
<field name="name">Blancos</field>
492507
<field name="fixed_value" />
493508
<field name="export_type">string</field>
494-
<field name="size">201</field>
509+
<field name="size">195</field>
495510
<field name="alignment">left</field>
496511
</record>
497512
</odoo>

0 commit comments

Comments
 (0)