odoo-addon-l10n-es-verifactu-oca 18.0.1.0.0.2__py3-none-any.whl → 18.0.1.0.2__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.

@@ -11,7 +11,7 @@ Comunicación VERI*FACTU
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:6f9cb1a17fccda250196bce319501cba91c12df74beee4c3d86b823dd5249486
14
+ !! source digest: sha256:1b3da911fe78bc8b5e3a944bc49c14636668d845efb80717c403a25b85ad4c7e
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -7,7 +7,7 @@
7
7
 
8
8
  {
9
9
  "name": "Comunicación VERI*FACTU",
10
- "version": "18.0.1.0.0",
10
+ "version": "18.0.1.0.2",
11
11
  "category": "Accounting/Localizations/EDI",
12
12
  "website": "https://github.com/OCA/l10n-spain",
13
13
  "author": "Aures Tic,ForgeFlow,Tecnativa,Odoo Community Association (OCA)",
@@ -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:6f9cb1a17fccda250196bce319501cba91c12df74beee4c3d86b823dd5249486
375
+ !! source digest: sha256:1b3da911fe78bc8b5e3a944bc49c14636668d845efb80717c403a25b85ad4c7e
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/18.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-18-0/l10n-spain-18-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&amp;target_branch=18.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>
@@ -8,9 +8,9 @@ from odoo import models
8
8
  class AccountMoveReversal(models.TransientModel):
9
9
  _inherit = "account.move.reversal"
10
10
 
11
- def reverse_moves(self):
12
- res = super().reverse_moves()
11
+ def reverse_moves(self, is_modify=False):
12
+ res = super().reverse_moves(is_modify=is_modify)
13
13
  self.move_ids.filtered(lambda mov: mov.move_type == "out_invoice").mapped(
14
- "reversal_move_id"
14
+ "reversal_move_ids"
15
15
  ).write({"verifactu_refund_type": "I"})
16
16
  return res
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_es_verifactu_oca
3
- Version: 18.0.1.0.0.2
3
+ Version: 18.0.1.0.2
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_invoice_refund_link==18.0.*
6
6
  Requires-Dist: odoo-addon-l10n_es_aeat==18.0.*
@@ -29,7 +29,7 @@ Comunicación VERI*FACTU
29
29
  !! This file is generated by oca-gen-addon-readme !!
30
30
  !! changes will be overwritten. !!
31
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
32
- !! source digest: sha256:6f9cb1a17fccda250196bce319501cba91c12df74beee4c3d86b823dd5249486
32
+ !! source digest: sha256:1b3da911fe78bc8b5e3a944bc49c14636668d845efb80717c403a25b85ad4c7e
33
33
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
34
34
 
35
35
  .. |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=qhhbNvrsx-cyWPME0m_hEshFXmquSETtrOjtDTV_ANQ,7087
1
+ odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=fmKBIWZtkie2Cwxbi1vGwhdAKgXBKQtjPEicOMvy_6Y,7087
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=JLN7DSqWHlLp0OBhoT1U1ZDoPo75O5E1Ijg8U1ET6hs,1786
3
+ odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=Rl728vxVoDNMJDWggSixfapHXW5lkQP6JmP6GJ-dGCs,1786
4
4
  odoo/addons/l10n_es_verifactu_oca/hooks.py,sha256=6N6n-GUbWnzR3yYOJdueqXpfVXR-tINLasbkAD7rHWk,1865
5
5
  odoo/addons/l10n_es_verifactu_oca/data/ir_config_parameter.xml,sha256=JEq2J9YjsjCbFRY9XeoZUuHvP8hs2rhTAgs7fqmFuf8,393
6
6
  odoo/addons/l10n_es_verifactu_oca/data/ir_cron.xml,sha256=o-_hgrUaf7clBVzTTdZ6EftXnIDZzBikztD1KARKNfw,654
@@ -39,7 +39,7 @@ odoo/addons/l10n_es_verifactu_oca/readme/USAGE.md,sha256=j__r7F3ZFSPDhKCaaqHiZ1d
39
39
  odoo/addons/l10n_es_verifactu_oca/security/ir.model.access.csv,sha256=xSYMPaYz5lc9A_ngmwaJkTM3onEJ5zlhahprTDxQOAQ,3025
40
40
  odoo/addons/l10n_es_verifactu_oca/security/verifactu_security.xml,sha256=CRVoyXoLa8ovzDMIAc_3F8HOzEkZdnk_JH2YH1n3PkY,227
41
41
  odoo/addons/l10n_es_verifactu_oca/static/description/icon.png,sha256=CgnOEZCwoe6f1vlLwkqFVfc2q_uwBMU0UnXN8j6X5ag,10254
42
- odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=BOMO9c7Y_u6XSlQ0aIr4oaZ11wrsxTx1ht0VaqF_1Ew,17795
42
+ odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=mm8fWX9jBVRbw7PLa4qlpb70B1rgbCVHZwQr2t3rA5o,17795
43
43
  odoo/addons/l10n_es_verifactu_oca/tests/__init__.py,sha256=6LNl_lyd3IHnmLNKN6TlxcntSYIJ-y159FbnzPF6rPA,73
44
44
  odoo/addons/l10n_es_verifactu_oca/tests/common.py,sha256=2ZsmIhn22OXuFP9FXyUPU-i7YXPQfP_SwwcjwTE3YHs,10026
45
45
  odoo/addons/l10n_es_verifactu_oca/tests/test_10n_es_verifactu.py,sha256=b6kfqmjbCjCz6KGTEXA4CPsigOvXA4s-oSw9q2NNVk8,15952
@@ -63,8 +63,8 @@ odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_lines_view.xml,sha256=z9aj
63
63
  odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_view.xml,sha256=vDdPcfyebCEjROfQjqgjl4kx3e39gL6elE1js2Q5NCI,2037
64
64
  odoo/addons/l10n_es_verifactu_oca/views/verifactu_registration_keys_view.xml,sha256=HQVuarK7MFa2WHuuAQLPFkRhcEkxFxljWepaR0Ldy68,1750
65
65
  odoo/addons/l10n_es_verifactu_oca/wizards/__init__.py,sha256=h3RXjkbm-pOsNi6H8t9DO61-oFjlUkha7P_TjOBkPT4,36
66
- odoo/addons/l10n_es_verifactu_oca/wizards/account_move_reversal.py,sha256=n2GTu9nmbPji_2aQUepBTUi2VsmJChtU6hkyEh2N_wk,509
67
- odoo_addon_l10n_es_verifactu_oca-18.0.1.0.0.2.dist-info/METADATA,sha256=MmR6kl8bK-z0GAXc11SzHGE1NMWsIrCv1rWIyCoQcoM,7779
68
- odoo_addon_l10n_es_verifactu_oca-18.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
69
- odoo_addon_l10n_es_verifactu_oca-18.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
70
- odoo_addon_l10n_es_verifactu_oca-18.0.1.0.0.2.dist-info/RECORD,,
66
+ odoo/addons/l10n_es_verifactu_oca/wizards/account_move_reversal.py,sha256=GQ-ioHPVHppF0iOtVGv8HU6kuwZ1IQIXrfjLxjfKJsU,546
67
+ odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info/METADATA,sha256=5bhwQgPGdPyeQr55sLyeBnkZ_j7qJAmHLm9Rcoyi4Lc,7777
68
+ odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
69
+ odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
70
+ odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info/RECORD,,