odoo-addon-l10n-es-atc-mod415 16.0.1.0.0.2__py3-none-any.whl → 16.0.1.0.1__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.
- odoo/addons/l10n_es_atc_mod415/README.rst +1 -1
- odoo/addons/l10n_es_atc_mod415/__manifest__.py +1 -1
- odoo/addons/l10n_es_atc_mod415/data/tax_code_map_mod415_data.xml +1 -0
- odoo/addons/l10n_es_atc_mod415/static/description/index.html +8 -5
- {odoo_addon_l10n_es_atc_mod415-16.0.1.0.0.2.dist-info → odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info}/METADATA +7 -10
- {odoo_addon_l10n_es_atc_mod415-16.0.1.0.0.2.dist-info → odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info}/RECORD +8 -8
- {odoo_addon_l10n_es_atc_mod415-16.0.1.0.0.2.dist-info → odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_l10n_es_atc_mod415-16.0.1.0.0.2.dist-info → odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ ATC Modelo 415
|
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
8
|
!! changes will be overwritten. !!
|
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
10
|
+
!! source digest: sha256:8c2fb1cc116a713f18c9a39ed1748932065300d0ed4dea78cdef52b7dc0819fa
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Basado en el modelo 347 de la AEAT
|
|
5
5
|
{
|
|
6
6
|
"name": "ATC Modelo 415",
|
|
7
|
-
"version": "16.0.1.0.
|
|
7
|
+
"version": "16.0.1.0.1",
|
|
8
8
|
"author": "Binhex System Solutions," "Odoo Community Association (OCA)",
|
|
9
9
|
"website": "https://github.com/OCA/l10n-spain",
|
|
10
10
|
"category": "Accounting",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
ref('l10n_es_igic.account_tax_template_igic_ISP95'),
|
|
53
53
|
ref('l10n_es_igic.account_tax_template_igic_ISP15'),
|
|
54
54
|
ref('l10n_es_igic.account_tax_template_igic_ISP20'),
|
|
55
|
+
ref('l10n_es_igic.account_tax_template_igic_p_ex'),
|
|
55
56
|
ref('l10n_es_igic.account_tax_template_igic_p_re0'),
|
|
56
57
|
ref('l10n_es_igic.account_tax_template_igic_p_re03'),
|
|
57
58
|
ref('l10n_es_igic.account_tax_template_igic_p_re07'),
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
/*
|
|
10
10
|
:Author: David Goodger (goodger@python.org)
|
|
11
|
-
:Id: $Id: html4css1.css
|
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
|
12
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
|
13
13
|
|
|
14
14
|
Default cascading style sheet for the HTML output of Docutils.
|
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
|
15
16
|
|
|
16
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
|
17
18
|
customize this style sheet.
|
|
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
|
274
275
|
margin-left: 2em ;
|
|
275
276
|
margin-right: 2em }
|
|
276
277
|
|
|
277
|
-
pre.code .ln { color:
|
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
|
278
279
|
pre.code, code { background-color: #eeeeee }
|
|
279
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
|
280
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
|
@@ -300,7 +301,7 @@ span.option {
|
|
|
300
301
|
span.pre {
|
|
301
302
|
white-space: pre }
|
|
302
303
|
|
|
303
|
-
span.problematic {
|
|
304
|
+
span.problematic, pre.problematic {
|
|
304
305
|
color: red }
|
|
305
306
|
|
|
306
307
|
span.section-subtitle {
|
|
@@ -366,7 +367,7 @@ ul.auto-toc {
|
|
|
366
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
368
|
!! changes will be overwritten. !!
|
|
368
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:8c2fb1cc116a713f18c9a39ed1748932065300d0ed4dea78cdef52b7dc0819fa
|
|
370
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
372
|
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_atc_mod415"><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_atc_mod415"><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>
|
|
372
373
|
<p>Módulo para la presentación del modelo 415 de la Agencia Tributaria Canaria.</p>
|
|
@@ -409,7 +410,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
409
410
|
<div class="section" id="maintainers">
|
|
410
411
|
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
|
|
411
412
|
<p>This module is maintained by the OCA.</p>
|
|
412
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
|
413
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
414
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
415
|
+
</a>
|
|
413
416
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
414
417
|
mission is to support the collaborative development of Odoo features and
|
|
415
418
|
promote its widespread use.</p>
|
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
|
-
Name: odoo-addon-
|
|
3
|
-
Version: 16.0.1.0.
|
|
2
|
+
Name: odoo-addon-l10n_es_atc_mod415
|
|
3
|
+
Version: 16.0.1.0.1
|
|
4
4
|
Summary: ATC Modelo 415
|
|
5
5
|
Home-page: https://github.com/OCA/l10n-spain
|
|
6
6
|
Author: Binhex System Solutions,Odoo Community Association (OCA)
|
|
7
7
|
Author-email: support@odoo-community.org
|
|
8
8
|
License: AGPL-3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: Programming Language :: Python
|
|
11
10
|
Classifier: Framework :: Odoo
|
|
12
11
|
Classifier: Framework :: Odoo :: 16.0
|
|
13
12
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
14
13
|
Requires-Python: >=3.10
|
|
15
|
-
Requires-Dist: odoo-addon-l10n-es-aeat-mod347
|
|
16
|
-
Requires-Dist: odoo-addon-l10n-es-atc
|
|
17
|
-
Requires-Dist: odoo-addon-l10n-es-igic
|
|
18
|
-
Requires-Dist: odoo
|
|
14
|
+
Requires-Dist: odoo-addon-l10n-es-aeat-mod347<16.1dev,>=16.0dev
|
|
15
|
+
Requires-Dist: odoo-addon-l10n-es-atc<16.1dev,>=16.0dev
|
|
16
|
+
Requires-Dist: odoo-addon-l10n-es-igic<16.1dev,>=16.0dev
|
|
17
|
+
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
19
18
|
|
|
20
19
|
==============
|
|
21
20
|
ATC Modelo 415
|
|
@@ -26,7 +25,7 @@ ATC Modelo 415
|
|
|
26
25
|
!! This file is generated by oca-gen-addon-readme !!
|
|
27
26
|
!! changes will be overwritten. !!
|
|
28
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
-
!! source digest: sha256:
|
|
28
|
+
!! source digest: sha256:8c2fb1cc116a713f18c9a39ed1748932065300d0ed4dea78cdef52b7dc0819fa
|
|
30
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
30
|
|
|
32
31
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -104,5 +103,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
|
|
104
103
|
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/16.0/l10n_es_atc_mod415>`_ project on GitHub.
|
|
105
104
|
|
|
106
105
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
107
|
-
|
|
108
|
-
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
odoo/addons/l10n_es_atc_mod415/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_es_atc_mod415/README.rst,sha256=cSLSNknIVi7EIjJeryzPosVCEdocUgSi636WMVloNsQ,3294
|
|
2
2
|
odoo/addons/l10n_es_atc_mod415/__init__.py,sha256=ZGjmXT9q1Wc3A9Eb3pRZjwDcSFijPJcJLFSMyZdyxyU,86
|
|
3
|
-
odoo/addons/l10n_es_atc_mod415/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/l10n_es_atc_mod415/__manifest__.py,sha256=8H-Ummj_dn9zcFMkE3whAhE26kU6jfnRR8-RP-yyotQ,1012
|
|
4
4
|
odoo/addons/l10n_es_atc_mod415/data/mail_template_data.xml,sha256=jHBnq4X3viTYGRjVC62ORPMZi2I-lipS2YGCRRkwKws,4352
|
|
5
|
-
odoo/addons/l10n_es_atc_mod415/data/tax_code_map_mod415_data.xml,sha256=
|
|
5
|
+
odoo/addons/l10n_es_atc_mod415/data/tax_code_map_mod415_data.xml,sha256=Wx-AxKda9Ovg_8ytpAnzJWvrLh7J1iMba3VaCYbnq9c,4648
|
|
6
6
|
odoo/addons/l10n_es_atc_mod415/i18n/es.po,sha256=iyWs3aqEJRko2l9w4Wk_8tbwwK3s9sGwSpsvVM7PADM,63777
|
|
7
7
|
odoo/addons/l10n_es_atc_mod415/i18n/l10n_es_atc_mod415.pot,sha256=v4q81_OoAPgS3VoQNdkIUIH_dB3vBxVf19IhfDzsqNw,45296
|
|
8
8
|
odoo/addons/l10n_es_atc_mod415/models/__init__.py,sha256=K1vY7SgTQ3bWNj0llCcisOnaQhsJvt6KmPztKtTWStU,139
|
|
@@ -15,7 +15,7 @@ odoo/addons/l10n_es_atc_mod415/readme/INSTALL.rst,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
15
15
|
odoo/addons/l10n_es_atc_mod415/security/ir.model.access.csv,sha256=3FyWUXbLxhsCIO-igBOwFfnMpOxkHa3qPH2vu5MNsPI,724
|
|
16
16
|
odoo/addons/l10n_es_atc_mod415/security/mod_415_security.xml,sha256=f6ncM17_mGVMmVk5oyaoE5aDBHSlLuxzYU3SCKYMufk,400
|
|
17
17
|
odoo/addons/l10n_es_atc_mod415/static/description/icon.png,sha256=vii2g5CrG3CHp4qWLZu8kLEtEK0ojczlsJgdkCU50SY,5267
|
|
18
|
-
odoo/addons/l10n_es_atc_mod415/static/description/index.html,sha256=
|
|
18
|
+
odoo/addons/l10n_es_atc_mod415/static/description/index.html,sha256=LvSY-oLe3XEcGzh_dpTlvy8gLrtyKLaW-KxFhlALZAo,12914
|
|
19
19
|
odoo/addons/l10n_es_atc_mod415/tests/__init__.py,sha256=KFAynDdaCJ8byU2FQ5wp9dVNcjCUeQ-vlJIOaoz9kuM,105
|
|
20
20
|
odoo/addons/l10n_es_atc_mod415/tests/test_l10n_es_atc_mod415.py,sha256=vUHlhjmcBMlR4t6Rt4pb-LO8zU-lEBr0S5i_Uyj9hPk,9127
|
|
21
21
|
odoo/addons/l10n_es_atc_mod415/views/account_move_view.xml,sha256=tPts5ciitJ8dDAuKvyXRW2VUejIALSY80FrS1eOCIhk,506
|
|
@@ -23,7 +23,7 @@ odoo/addons/l10n_es_atc_mod415/views/mod415_templates.xml,sha256=41aqXwfNd-Sne4G
|
|
|
23
23
|
odoo/addons/l10n_es_atc_mod415/views/mod415_view.xml,sha256=0PLUA33cDQ_h5zDkfQCJ7gZR66b1aBfFLTBcEEmx-dw,5278
|
|
24
24
|
odoo/addons/l10n_es_atc_mod415/views/report_415_partner.xml,sha256=ORHjebPccD_TDJ2wEXI0QPQsp9fdU-W9aTwnQX2y0HM,927
|
|
25
25
|
odoo/addons/l10n_es_atc_mod415/views/res_partner_view.xml,sha256=a0fDIbQwty4-Exuh1WKXwVk98YaB6u8iaD0s1-B0IqA,680
|
|
26
|
-
odoo_addon_l10n_es_atc_mod415-16.0.1.0.
|
|
27
|
-
odoo_addon_l10n_es_atc_mod415-16.0.1.0.
|
|
28
|
-
odoo_addon_l10n_es_atc_mod415-16.0.1.0.
|
|
29
|
-
odoo_addon_l10n_es_atc_mod415-16.0.1.0.
|
|
26
|
+
odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info/METADATA,sha256=Np5MQzI7U41TQpmFGHffDUsIFlo_lFdYNtDWNdf7sS8,3988
|
|
27
|
+
odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
28
|
+
odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
29
|
+
odoo_addon_l10n_es_atc_mod415-16.0.1.0.1.dist-info/RECORD,,
|