Skip to content

Commit 1da72b0

Browse files
committed
[IMP] l10n_es_edi_tbai: replace expired Bizkaia certificate
closes odoo#216353 X-original-commit: 2bfb048 Signed-off-by: Ruben Gomes (rugo) <[email protected]> Signed-off-by: Josse Colpaert (jco) <[email protected]>
1 parent 3b002f0 commit 1da72b0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-4.72 KB
Binary file not shown.
5.05 KB
Binary file not shown.

addons/l10n_es_edi_tbai/tests/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ def _set_tax_agency(cls, agency):
5555
cert_name = 'araba_1234.p12'
5656
cert_password = '1234'
5757
elif agency == 'bizkaia':
58-
cert_name = 'bizkaia_111111.p12'
59-
cert_password = '111111'
58+
cert_name = 'Bizkaia-IZDesa2025.p12'
59+
cert_password = 'IZDesa2025'
6060
elif agency == 'gipuzkoa':
6161
cert_name = 'gipuzkoa_Iz3np32024.p12'
6262
cert_password = 'Iz3np32024'

0 commit comments

Comments
 (0)