odoo-addon-l10n-es-verifactu-oca 16.0.1.0.1__py3-none-any.whl → 16.0.1.0.2.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-l10n-es-verifactu-oca might be problematic. Click here for more details.
- odoo/addons/l10n_es_verifactu_oca/README.rst +1 -1
- odoo/addons/l10n_es_verifactu_oca/__manifest__.py +1 -1
- odoo/addons/l10n_es_verifactu_oca/i18n/ca.po +1629 -0
- odoo/addons/l10n_es_verifactu_oca/i18n/ca_ES.po +1599 -0
- odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py +9 -3
- odoo/addons/l10n_es_verifactu_oca/static/description/index.html +1 -1
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.1.dist-info → odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.1.dist-info → odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info}/RECORD +10 -8
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.1.dist-info → odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_es_verifactu_oca-16.0.1.0.1.dist-info → odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info}/top_level.txt +0 -0
|
@@ -332,10 +332,16 @@ class VerifactuInvoiceEntry(models.Model):
|
|
|
332
332
|
self, response=False, header=False, verifactu_response=False
|
|
333
333
|
):
|
|
334
334
|
create_response_activity = False
|
|
335
|
-
|
|
336
|
-
|
|
335
|
+
# the returned object doesn't have `get` method, so use this form
|
|
336
|
+
verifactu_response_lines = (
|
|
337
|
+
"RespuestaLinea" in verifactu_response
|
|
338
|
+
and verifactu_response["RespuestaLinea"]
|
|
339
|
+
or []
|
|
340
|
+
)
|
|
341
|
+
models = self.env["verifactu.mixin"]._get_verifactu_reference_models()
|
|
342
|
+
for verifactu_response_line in verifactu_response_lines:
|
|
337
343
|
invoice_num = verifactu_response_line["IDFactura"]["NumSerieFactura"]
|
|
338
|
-
for model in
|
|
344
|
+
for model in models:
|
|
339
345
|
if document := self.env[model].search(
|
|
340
346
|
[
|
|
341
347
|
("name", "=", invoice_num),
|
|
@@ -372,7 +372,7 @@ ul.auto-toc {
|
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
373
373
|
!! changes will be overwritten. !!
|
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:8932c932a0a226b65fb6e4741c94bacb8f09ffcdcf965951d6e03ac8f1ac3b35
|
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
377
377
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_verifactu_oca"><img alt="OCA/l10n-spain" src="https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-spain-16-0/l10n-spain-16-0-l10n_es_verifactu_oca"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
378
|
<p>Módulo para la presentación inmediata de la facturación.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-l10n_es_verifactu_oca
|
|
3
|
-
Version: 16.0.1.0.
|
|
3
|
+
Version: 16.0.1.0.2.3
|
|
4
4
|
Summary: Comunicación VERI*FACTU
|
|
5
5
|
Home-page: https://github.com/OCA/l10n-spain
|
|
6
6
|
Author: Aures Tic,ForgeFlow,Tecnativa,Odoo Community Association (OCA)
|
|
@@ -28,7 +28,7 @@ Comunicación VERI*FACTU
|
|
|
28
28
|
!! This file is generated by oca-gen-addon-readme !!
|
|
29
29
|
!! changes will be overwritten. !!
|
|
30
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
|
-
!! source digest: sha256:
|
|
31
|
+
!! source digest: sha256:8932c932a0a226b65fb6e4741c94bacb8f09ffcdcf965951d6e03ac8f1ac3b35
|
|
32
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
33
33
|
|
|
34
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=XHir-4JUhFnIAyEAAiJtIg0MBZXvHCfQqWNsq6hqjCU,7002
|
|
2
2
|
odoo/addons/l10n_es_verifactu_oca/__init__.py,sha256=GnWm38RNVl0F1QEHgICghDeuin84Dfykn-GEIm_MLUo,92
|
|
3
|
-
odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=XJopLEVThk419ryxLAjDjahAbUPQUrKkOugpmd3X-UA,1802
|
|
4
4
|
odoo/addons/l10n_es_verifactu_oca/hooks.py,sha256=nEnFdRpuEt1OwEOOfuj33cXFoZEHhV9vUzEZVIhVxrc,1920
|
|
5
5
|
odoo/addons/l10n_es_verifactu_oca/data/account_fiscal_position_template_data.xml,sha256=ygqPU7AyTbHW07fdI_PKwnvdueaNirdp9Jx_eI2TTCA,6761
|
|
6
6
|
odoo/addons/l10n_es_verifactu_oca/data/ir_config_parameter.xml,sha256=JEq2J9YjsjCbFRY9XeoZUuHvP8hs2rhTAgs7fqmFuf8,393
|
|
@@ -10,6 +10,8 @@ odoo/addons/l10n_es_verifactu_oca/data/neutralize.sql,sha256=eTzbCKiCMSm5NaKhA1m
|
|
|
10
10
|
odoo/addons/l10n_es_verifactu_oca/data/verifactu_map_data.xml,sha256=U9AnVPXMBe32Q8lS_qCfap6h0_OTUCq4YUJeB6KQrxk,5697
|
|
11
11
|
odoo/addons/l10n_es_verifactu_oca/data/verifactu_registration_key_data.xml,sha256=65PloV7xaxNx1f1sKqODBeg6pfWN8TXY2jAMBRgQTmM,10698
|
|
12
12
|
odoo/addons/l10n_es_verifactu_oca/data/verifactu_tax_agency_data.xml,sha256=_YUGlGGJQAObWECaketUzWudrTCVwT2IwTaocse6fMo,888
|
|
13
|
+
odoo/addons/l10n_es_verifactu_oca/i18n/ca.po,sha256=rHyov9vH70ZhgH_cXPJIJg438xEyy3xXucPZVGRvUM0,76469
|
|
14
|
+
odoo/addons/l10n_es_verifactu_oca/i18n/ca_ES.po,sha256=QO642T_bZxTd5O9i_VAo3iF77IcGs-GqjsD11ly0e-A,68563
|
|
13
15
|
odoo/addons/l10n_es_verifactu_oca/i18n/es.po,sha256=QoFXd2aDs7NnO4qZHqzEN_GQ8SmXAEDEXsmu1non2d0,76744
|
|
14
16
|
odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot,sha256=XHxPezFk5y-GiAIYEMMNvBEHAH2CzVFHVnMu8BqtGk4,68490
|
|
15
17
|
odoo/addons/l10n_es_verifactu_oca/models/__init__.py,sha256=uFS3hWpkyRKX_MUAV7qG9EgeYAZqsuEAO6KMWtPozDs,527
|
|
@@ -22,7 +24,7 @@ odoo/addons/l10n_es_verifactu_oca/models/res_company.py,sha256=C9wj4RqzyHXy_0Y_6
|
|
|
22
24
|
odoo/addons/l10n_es_verifactu_oca/models/res_partner.py,sha256=9WlymT_18IYyPOTwLoSf0zQiQdBT6bQJEYeUBmno6rE,876
|
|
23
25
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_chaining.py,sha256=i7bwZADKVvsKISR4lMejW-hfr8ld6QJ3_iTQLe90DjY,1015
|
|
24
26
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_developer.py,sha256=rOt-N30jj9tvQkdSDwV2dA2CgT8b8d2zl2OBTzR35UE,666
|
|
25
|
-
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py,sha256=
|
|
27
|
+
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry.py,sha256=fXpfi9aYYLufNB83nWAGP4luEShpPnNptqNyc0k-fso,15531
|
|
26
28
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry_response.py,sha256=LnX90JA-Dfnf3A6nuGnIw37JMAHMsO52s6Obw3L7JDo,4658
|
|
27
29
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_invoice_entry_response_line.py,sha256=YHPtk40xfQmEFzrPrKRVG7QaS7axMjnmuLaWdRJcYtw,1251
|
|
28
30
|
odoo/addons/l10n_es_verifactu_oca/models/verifactu_map.py,sha256=qQPioMJNCAVOySwSLm-OH6pa1Zf2jHnl_NV9fsU_DtA,2228
|
|
@@ -37,7 +39,7 @@ odoo/addons/l10n_es_verifactu_oca/readme/USAGE.rst,sha256=MsDLP4F-YLdmIFnoVwpx01
|
|
|
37
39
|
odoo/addons/l10n_es_verifactu_oca/security/ir.model.access.csv,sha256=xSYMPaYz5lc9A_ngmwaJkTM3onEJ5zlhahprTDxQOAQ,3025
|
|
38
40
|
odoo/addons/l10n_es_verifactu_oca/security/verifactu_security.xml,sha256=CRVoyXoLa8ovzDMIAc_3F8HOzEkZdnk_JH2YH1n3PkY,227
|
|
39
41
|
odoo/addons/l10n_es_verifactu_oca/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
|
|
40
|
-
odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=
|
|
42
|
+
odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=OD-y4su6KF0LjX2nzRwj2Tkx_EAIC_2h8QajPqnaCXU,17661
|
|
41
43
|
odoo/addons/l10n_es_verifactu_oca/tests/__init__.py,sha256=6LNl_lyd3IHnmLNKN6TlxcntSYIJ-y159FbnzPF6rPA,73
|
|
42
44
|
odoo/addons/l10n_es_verifactu_oca/tests/common.py,sha256=-mi0zjo5dJMDCkci_19c9YjH6uOz751HaDS4aoRLJnA,9928
|
|
43
45
|
odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py,sha256=Yu6AQa3S2-mCHXNuDlub7LBCr1qrCHgEdR0yt2rlhNM,16041
|
|
@@ -63,7 +65,7 @@ odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_view.xml,sha256=WZYPrdZH1X
|
|
|
63
65
|
odoo/addons/l10n_es_verifactu_oca/views/verifactu_registration_keys_view.xml,sha256=xHlr8YQnqyUIg5B1IW_4E6OlMxAabxMfP5KGzODkc4I,1687
|
|
64
66
|
odoo/addons/l10n_es_verifactu_oca/wizards/__init__.py,sha256=h3RXjkbm-pOsNi6H8t9DO61-oFjlUkha7P_TjOBkPT4,36
|
|
65
67
|
odoo/addons/l10n_es_verifactu_oca/wizards/account_move_reversal.py,sha256=n2GTu9nmbPji_2aQUepBTUi2VsmJChtU6hkyEh2N_wk,509
|
|
66
|
-
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.
|
|
67
|
-
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.
|
|
68
|
-
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.
|
|
69
|
-
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.
|
|
68
|
+
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info/METADATA,sha256=XnZttETG0dp2H0ruVjOKF5ec8qWN6RGIVzJKeLijP1Q,7669
|
|
69
|
+
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
70
|
+
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
71
|
+
odoo_addon_l10n_es_verifactu_oca-16.0.1.0.2.3.dist-info/RECORD,,
|
|
File without changes
|