odoo-addon-l10n-es-verifactu-oca 18.0.1.0.2__py3-none-any.whl → 18.0.1.0.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/models/account_chart_template.py +4 -2
- odoo/addons/l10n_es_verifactu_oca/static/description/index.html +1 -1
- {odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info → odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info → odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info}/RECORD +8 -8
- {odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info → odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_es_verifactu_oca-18.0.1.0.2.dist-info → odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
|
14
|
+
!! source digest: sha256:3d9fa42e8b89a490b8cb3731bbc707579c6d55e481cb151df0992530e4e2e001
|
|
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.
|
|
10
|
+
"version": "18.0.1.0.3",
|
|
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)",
|
|
@@ -8,8 +8,10 @@ from odoo.addons.account.models.chart_template import template
|
|
|
8
8
|
class AccountChartTemplate(models.AbstractModel):
|
|
9
9
|
_inherit = "account.chart.template"
|
|
10
10
|
|
|
11
|
-
@template("
|
|
11
|
+
@template("es_common_mainland", "account.fiscal.position")
|
|
12
12
|
def _get_es_facturae_account_tax(self):
|
|
13
13
|
return self._parse_csv(
|
|
14
|
-
"
|
|
14
|
+
"es_common_mainland",
|
|
15
|
+
"account.fiscal.position",
|
|
16
|
+
module="l10n_es_verifactu_oca",
|
|
15
17
|
)
|
|
@@ -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:3d9fa42e8b89a490b8cb3731bbc707579c6d55e481cb151df0992530e4e2e001
|
|
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&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>
|
|
@@ -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.
|
|
3
|
+
Version: 18.0.1.0.3
|
|
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:
|
|
32
|
+
!! source digest: sha256:3d9fa42e8b89a490b8cb3731bbc707579c6d55e481cb151df0992530e4e2e001
|
|
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=
|
|
1
|
+
odoo/addons/l10n_es_verifactu_oca/README.rst,sha256=KdiTVWkoQV4PQ7e6WFHwpYtSbYPBqbHvUcpkhi45BhQ,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=
|
|
3
|
+
odoo/addons/l10n_es_verifactu_oca/__manifest__.py,sha256=Ie4RbdDawitpdl8E7FWshDbUuwx-oxFIh0OF7-nig1s,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
|
|
@@ -15,7 +15,7 @@ odoo/addons/l10n_es_verifactu_oca/data/template/account.fiscal.position-es_commo
|
|
|
15
15
|
odoo/addons/l10n_es_verifactu_oca/i18n/es.po,sha256=kFgExkbuehNsZtoOy5AA-CMbcz4XaYhQh_woFeWaZj8,75411
|
|
16
16
|
odoo/addons/l10n_es_verifactu_oca/i18n/l10n_es_verifactu_oca.pot,sha256=4v30PzCtEe0BgewE75N8H0Awi-UuL3tI2o_Up97zncs,63838
|
|
17
17
|
odoo/addons/l10n_es_verifactu_oca/models/__init__.py,sha256=0q84HT4f_I54KG6PsiqiMFtAWhziVYVBYuPEmX1rIO4,517
|
|
18
|
-
odoo/addons/l10n_es_verifactu_oca/models/account_chart_template.py,sha256=
|
|
18
|
+
odoo/addons/l10n_es_verifactu_oca/models/account_chart_template.py,sha256=4yT2M2nk7NMaXWY9gk0YheL3WNqk8NQAxkzPD92h3o4,561
|
|
19
19
|
odoo/addons/l10n_es_verifactu_oca/models/account_fiscal_position.py,sha256=u8G-XgHIrqv45amDX0P85DlsyExeshfPgg6gAX72x6Q,1171
|
|
20
20
|
odoo/addons/l10n_es_verifactu_oca/models/account_journal.py,sha256=Opc6Cg__wM5ph_swXDRhToGsX7UXNaCQd5l7WlYHAvU,2638
|
|
21
21
|
odoo/addons/l10n_es_verifactu_oca/models/account_move.py,sha256=jJIZziSaU7nDhfkusg04jxAW5kexmuGvEhBN5to3BqA,23132
|
|
@@ -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=
|
|
42
|
+
odoo/addons/l10n_es_verifactu_oca/static/description/index.html,sha256=Dt-Zat82Qo6xn61Or6EK-aliaL9zF494RM7Cf0eaCbM,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
|
|
@@ -64,7 +64,7 @@ odoo/addons/l10n_es_verifactu_oca/views/verifactu_map_view.xml,sha256=vDdPcfyebC
|
|
|
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
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.
|
|
68
|
-
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.
|
|
69
|
-
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.
|
|
70
|
-
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.
|
|
67
|
+
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info/METADATA,sha256=LtzkhEeuGigCf-vPYATRZC_AbXZZEpObB0aJ5N7puv4,7777
|
|
68
|
+
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
69
|
+
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
70
|
+
odoo_addon_l10n_es_verifactu_oca-18.0.1.0.3.dist-info/RECORD,,
|
|
File without changes
|