odoo-addon-l10n-es-vat-book 16.0.1.3.0.6__py3-none-any.whl → 16.0.1.3.1.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.
Potentially problematic release.
This version of odoo-addon-l10n-es-vat-book might be problematic. Click here for more details.
- odoo/addons/l10n_es_vat_book/README.rst +1 -1
- odoo/addons/l10n_es_vat_book/__manifest__.py +1 -1
- odoo/addons/l10n_es_vat_book/i18n/es.po +4 -4
- odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book.py +25 -31
- odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_line_tax.py +19 -1
- odoo/addons/l10n_es_vat_book/static/description/index.html +1 -1
- {odoo_addon_l10n_es_vat_book-16.0.1.3.0.6.dist-info → odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_es_vat_book-16.0.1.3.0.6.dist-info → odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info}/RECORD +10 -10
- {odoo_addon_l10n_es_vat_book-16.0.1.3.0.6.dist-info → odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_es_vat_book-16.0.1.3.0.6.dist-info → odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Libro de IVA
|
|
|
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:6a4596fd61c2a85ea53e7fdd6d90a0636e8cc89c0b3c63ff267652e2fbf49676
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -7,15 +7,15 @@ msgstr ""
|
|
|
7
7
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2019-10-28 23:52+0100\n"
|
|
10
|
-
"PO-Revision-Date: 2023-
|
|
11
|
-
"Last-Translator:
|
|
10
|
+
"PO-Revision-Date: 2023-09-20 18:13+0000\n"
|
|
11
|
+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
|
12
12
|
"Language-Team: \n"
|
|
13
13
|
"Language: es\n"
|
|
14
14
|
"MIME-Version: 1.0\n"
|
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
|
-
"X-Generator: Weblate 4.
|
|
18
|
+
"X-Generator: Weblate 4.17\n"
|
|
19
19
|
|
|
20
20
|
#. module: l10n_es_vat_book
|
|
21
21
|
#: model_terms:ir.ui.view,arch_db:l10n_es_vat_book.vat_book_summary
|
|
@@ -273,7 +273,7 @@ msgstr "Seguidores"
|
|
|
273
273
|
#. module: l10n_es_vat_book
|
|
274
274
|
#: model:ir.model.fields,field_description:l10n_es_vat_book.field_l10n_es_vat_book__message_partner_ids
|
|
275
275
|
msgid "Followers (Partners)"
|
|
276
|
-
msgstr "Seguidores (
|
|
276
|
+
msgstr "Seguidores (Socios)"
|
|
277
277
|
|
|
278
278
|
#. module: l10n_es_vat_book
|
|
279
279
|
#: model:ir.model.fields,help:l10n_es_vat_book.field_l10n_es_vat_book__activity_type_icon
|
|
@@ -253,7 +253,6 @@ class L10nEsVatBook(models.Model):
|
|
|
253
253
|
"tax_id": move_line.tax_line_id.id,
|
|
254
254
|
"base_amount": base_amount_untaxed,
|
|
255
255
|
"tax_amount": fee_amount_untaxed,
|
|
256
|
-
"total_amount": base_amount_untaxed + fee_amount_untaxed,
|
|
257
256
|
"move_line_ids": [(4, move_line.id)],
|
|
258
257
|
"special_tax_group": False,
|
|
259
258
|
}
|
|
@@ -261,16 +260,14 @@ class L10nEsVatBook(models.Model):
|
|
|
261
260
|
def upsert_book_line_tax(self, move_line, vat_book_line, implied_taxes):
|
|
262
261
|
vals = self._prepare_book_line_tax_vals(move_line, vat_book_line)
|
|
263
262
|
tax_lines = vat_book_line["tax_lines"]
|
|
264
|
-
implied_lines = []
|
|
265
263
|
if move_line.tax_line_id:
|
|
266
264
|
key = self.get_book_line_tax_key(move_line, move_line.tax_line_id)
|
|
267
265
|
if key not in tax_lines:
|
|
268
|
-
tax_lines[key] = vals
|
|
266
|
+
tax_lines[key] = vals
|
|
269
267
|
else:
|
|
268
|
+
tax_lines[key]["tax_id"] = move_line.tax_line_id.id
|
|
270
269
|
tax_lines[key]["tax_amount"] += vals["tax_amount"]
|
|
271
|
-
tax_lines[key]["total_amount"] += vals["total_amount"]
|
|
272
270
|
tax_lines[key]["move_line_ids"] += vals["move_line_ids"]
|
|
273
|
-
implied_lines.append(tax_lines[key])
|
|
274
271
|
for i, tax in enumerate(move_line.tax_ids):
|
|
275
272
|
if i == 0:
|
|
276
273
|
vat_book_line["base_amount"] += vals["base_amount"]
|
|
@@ -282,31 +279,9 @@ class L10nEsVatBook(models.Model):
|
|
|
282
279
|
tax_lines[key]["tax_id"] = tax.id
|
|
283
280
|
else:
|
|
284
281
|
tax_lines[key]["base_amount"] += vals["base_amount"]
|
|
285
|
-
tax_lines[key]["total_amount"] += vals["total_amount"]
|
|
286
|
-
# if i == 0:
|
|
287
282
|
tax_lines[key]["move_line_ids"] += vals["move_line_ids"]
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
if tax.id in sp_taxes_dic:
|
|
291
|
-
tax_group = sp_taxes_dic[tax.id]["special_tax_group"]
|
|
292
|
-
vat_book_line["special_tax_group"] = tax_group
|
|
293
|
-
tax_lines[key]["special_tax_group"] = tax_group
|
|
294
|
-
if vat_book_line["special_tax_group"]:
|
|
295
|
-
base_line = next(
|
|
296
|
-
filter(lambda l: not l["special_tax_group"], implied_lines), None
|
|
297
|
-
)
|
|
298
|
-
special_line = next(
|
|
299
|
-
filter(lambda l: l["special_tax_group"], implied_lines), None
|
|
300
|
-
)
|
|
301
|
-
if base_line and special_line:
|
|
302
|
-
base_line.update(
|
|
303
|
-
{
|
|
304
|
-
"special_tax_id": special_line["tax_id"],
|
|
305
|
-
"special_tax_amount": special_line["tax_amount"],
|
|
306
|
-
"total_amount_special_include": base_line["total_amount"]
|
|
307
|
-
+ special_line["tax_amount"],
|
|
308
|
-
}
|
|
309
|
-
)
|
|
283
|
+
# For later matching special taxes
|
|
284
|
+
tax_lines[key]["other_tax_ids"] = (move_line.tax_ids - tax).ids
|
|
310
285
|
|
|
311
286
|
def _clear_old_data(self):
|
|
312
287
|
"""
|
|
@@ -375,10 +350,10 @@ class L10nEsVatBook(models.Model):
|
|
|
375
350
|
return special_dic
|
|
376
351
|
|
|
377
352
|
def get_book_line_key(self, move_line):
|
|
378
|
-
return move_line.move_id.id
|
|
353
|
+
return move_line.move_id.id
|
|
379
354
|
|
|
380
355
|
def get_book_line_tax_key(self, move_line, tax):
|
|
381
|
-
return move_line.move_id.id,
|
|
356
|
+
return move_line.move_id.id, tax.id
|
|
382
357
|
|
|
383
358
|
def _set_line_type(self, line_vals, line_type):
|
|
384
359
|
if line_vals["base_amount"] < 0.0:
|
|
@@ -415,6 +390,25 @@ class L10nEsVatBook(models.Model):
|
|
|
415
390
|
lines_values = []
|
|
416
391
|
for line_vals in moves_dic.values():
|
|
417
392
|
tax_lines = line_vals.pop("tax_lines")
|
|
393
|
+
# Match special taxes groups
|
|
394
|
+
sp_taxes_dic = self.get_special_taxes_dic()
|
|
395
|
+
sp_taxes = {}
|
|
396
|
+
# First loop for extracting special taxes
|
|
397
|
+
for tax_line in tax_lines.values():
|
|
398
|
+
if tax_line["tax_id"] in sp_taxes_dic:
|
|
399
|
+
tax_group = sp_taxes_dic[tax_line["tax_id"]]["special_tax_group"]
|
|
400
|
+
line_vals["special_tax_group"] = tax_group
|
|
401
|
+
tax_line["special_tax_group"] = tax_group
|
|
402
|
+
sp_taxes[tuple(tax_line["other_tax_ids"])] = tax_line
|
|
403
|
+
tax_line.pop("other_tax_ids")
|
|
404
|
+
# Second loop for putting the values in the other lines
|
|
405
|
+
if sp_taxes:
|
|
406
|
+
for tax_line in tax_lines.values():
|
|
407
|
+
key = (tax_line["tax_id"],)
|
|
408
|
+
if key in sp_taxes:
|
|
409
|
+
sp_vals = sp_taxes[key]
|
|
410
|
+
tax_line["special_tax_id"] = sp_vals["tax_id"]
|
|
411
|
+
tax_line["special_tax_amount"] = sp_vals["tax_amount"]
|
|
418
412
|
tax_line_list = []
|
|
419
413
|
tax_amount = 0.0
|
|
420
414
|
for tax_line_vals in tax_lines.values():
|
|
@@ -25,7 +25,11 @@ class L10nEsVatBookLineTax(models.Model):
|
|
|
25
25
|
|
|
26
26
|
tax_amount = fields.Float(string="Tax fee")
|
|
27
27
|
|
|
28
|
-
total_amount = fields.Float(
|
|
28
|
+
total_amount = fields.Float(
|
|
29
|
+
string="Total",
|
|
30
|
+
compute="_compute_total_amount",
|
|
31
|
+
store=True,
|
|
32
|
+
)
|
|
29
33
|
|
|
30
34
|
move_line_ids = fields.Many2many(
|
|
31
35
|
comodel_name="account.move.line", string="Move Lines"
|
|
@@ -44,9 +48,23 @@ class L10nEsVatBookLineTax(models.Model):
|
|
|
44
48
|
)
|
|
45
49
|
total_amount_special_include = fields.Float(
|
|
46
50
|
string="Total w/Special",
|
|
51
|
+
compute="_compute_total_amount_special_include",
|
|
52
|
+
store=True,
|
|
47
53
|
)
|
|
48
54
|
|
|
49
55
|
@api.depends("tax_id")
|
|
50
56
|
def _compute_tax_rate(self):
|
|
51
57
|
for rec in self:
|
|
52
58
|
rec.tax_rate = rec.tax_id.amount
|
|
59
|
+
|
|
60
|
+
@api.depends("base_amount", "tax_amount")
|
|
61
|
+
def _compute_total_amount(self):
|
|
62
|
+
for record in self:
|
|
63
|
+
record.total_amount = record.base_amount + record.tax_amount
|
|
64
|
+
|
|
65
|
+
@api.depends("total_amount", "special_tax_amount")
|
|
66
|
+
def _compute_total_amount_special_include(self):
|
|
67
|
+
for record in self:
|
|
68
|
+
record.total_amount_special_include = (
|
|
69
|
+
record.total_amount + record.special_tax_amount
|
|
70
|
+
)
|
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
368
|
!! changes will be overwritten. !!
|
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
370
|
+
!! source digest: sha256:6a4596fd61c2a85ea53e7fdd6d90a0636e8cc89c0b3c63ff267652e2fbf49676
|
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
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_vat_book"><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_vat_book"><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>
|
|
373
373
|
<p>Módulo que calcula el libro de IVA español.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-l10n-es-vat-book
|
|
3
|
-
Version: 16.0.1.3.
|
|
3
|
+
Version: 16.0.1.3.1.1
|
|
4
4
|
Summary: Libro de IVA
|
|
5
5
|
Home-page: https://github.com/OCA/l10n-spain
|
|
6
6
|
Author: PRAXYA, ForgeFlow, Tecnativa, Odoo Community Association (OCA)
|
|
@@ -25,7 +25,7 @@ Libro de IVA
|
|
|
25
25
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
26
|
!! changes will be overwritten. !!
|
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
28
|
+
!! source digest: sha256:6a4596fd61c2a85ea53e7fdd6d90a0636e8cc89c0b3c63ff267652e2fbf49676
|
|
29
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
30
|
|
|
31
31
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
odoo/addons/l10n_es_vat_book/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_es_vat_book/README.rst,sha256=zFWG22Ej8iKSmWjH7FvTAgv2cBk18yszIkx9QGxFblk,5071
|
|
2
2
|
odoo/addons/l10n_es_vat_book/__init__.py,sha256=RYGen4VvN9c8GXvMfZMuO7ERiyRCUJfuAbgo0aC3DEU,42
|
|
3
|
-
odoo/addons/l10n_es_vat_book/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/l10n_es_vat_book/__manifest__.py,sha256=cCbU_vnpIA_o9uF4qGP4-L4HHOLr3xAkhs2v5dZFilw,1275
|
|
4
4
|
odoo/addons/l10n_es_vat_book/data/aeat_vat_book_map_data.xml,sha256=6pjTKJDBM08XhzTm-n0ODY5ZF_vj9XBXrKSfRoF6DX4,7434
|
|
5
5
|
odoo/addons/l10n_es_vat_book/i18n/bg.po,sha256=D4gjbXit6KPha1z8FS5atyXN8wENVQvyhy5ynF3fG38,34934
|
|
6
6
|
odoo/addons/l10n_es_vat_book/i18n/ca.po,sha256=nkHoprf3NhEvYnkDkETd5F9PxSp_KhtpwAqOykip_ww,40392
|
|
7
7
|
odoo/addons/l10n_es_vat_book/i18n/cs.po,sha256=9UbWawvQqqbeHWO1WZXdCWfdKWoiLYjvNLwGAMbodJQ,34852
|
|
8
8
|
odoo/addons/l10n_es_vat_book/i18n/de.po,sha256=tdGvSwY5dIJm-P6_g9mBcKUzDZoZqdgdMCxkl9gppKE,34661
|
|
9
|
-
odoo/addons/l10n_es_vat_book/i18n/es.po,sha256
|
|
9
|
+
odoo/addons/l10n_es_vat_book/i18n/es.po,sha256=-ctLGLqFc89fcDJBjt2P24BJEp298qXnZqUbNKk94u4,40853
|
|
10
10
|
odoo/addons/l10n_es_vat_book/i18n/es_CO.po,sha256=Y20MTzLIs3u4CahVArX_NZbe1SqSIve8fCERDx5vhuk,34796
|
|
11
11
|
odoo/addons/l10n_es_vat_book/i18n/es_CR.po,sha256=wsP-d8TLV261n74m_PL_ro3YSxt6oND21lBZaZNExR4,34825
|
|
12
12
|
odoo/addons/l10n_es_vat_book/i18n/eu.po,sha256=RZXr1GqTnXHYJMpN1oKUz4eDFZFcZiCPiY7lU9FnEac,34808
|
|
@@ -25,9 +25,9 @@ odoo/addons/l10n_es_vat_book/i18n/tr.po,sha256=fblSZUHbC2v4FMcrtGPC2CTx1TxocGxxQ
|
|
|
25
25
|
odoo/addons/l10n_es_vat_book/i18n/vi.po,sha256=TbSO1kIj2jymb7psc7YvVnUwxe7FxtZsH2Vxn6WU3zM,34815
|
|
26
26
|
odoo/addons/l10n_es_vat_book/models/__init__.py,sha256=V0ONDc9wKn8JF0Soh2NCORHEAQ7EcOn16SNkxjA50WU,226
|
|
27
27
|
odoo/addons/l10n_es_vat_book/models/aeat_vat_book_map_line.py,sha256=j3sI23I3RXW-pPTM-0VzQOTnVZs9blCzFzXXzf0JpcY,1285
|
|
28
|
-
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book.py,sha256=
|
|
28
|
+
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book.py,sha256=pVdIslUMCekXBCkQJxijXrpcc-69J23AVbICnjIXSlI,21661
|
|
29
29
|
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_line.py,sha256=9LqiNYUGomYBVIyvdT1qTnNwHKTM3df6jJxWvnoIsLk,2146
|
|
30
|
-
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_line_tax.py,sha256=
|
|
30
|
+
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_line_tax.py,sha256=NtLZnB8M1px_nKlBZh4F7HjobDniEKd7IR6siQn5J08,2206
|
|
31
31
|
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_summary.py,sha256=jKvai8td7NQwT2suuY-dA1AfQxRvM6VBIVuHZnfwSrY,1208
|
|
32
32
|
odoo/addons/l10n_es_vat_book/models/l10n_es_vat_book_tax_summary.py,sha256=Cpziwm_1t_wfuLR-TQrMlB45KhP1O0KZCUtUgOQzQl0,699
|
|
33
33
|
odoo/addons/l10n_es_vat_book/readme/CONFIGURE.rst,sha256=p0gkMvzeKo8w5Gjz4rVE5iuQx2gd-sd9nChaeUs45fI,348
|
|
@@ -46,7 +46,7 @@ odoo/addons/l10n_es_vat_book/report/vat_book_xlsx.xml,sha256=sZd6sU-mnZUN-odM8R5
|
|
|
46
46
|
odoo/addons/l10n_es_vat_book/security/ir.model.access.csv,sha256=D-VRSm4gZ7A0LOlIH9JL-EXkH7EzbubObuFL634GuUs,871
|
|
47
47
|
odoo/addons/l10n_es_vat_book/security/ir_rule.xml,sha256=4HkdO_WPIAK6hXcVUIFTLmzl0af-tVplhO-o2Xsic1M,521
|
|
48
48
|
odoo/addons/l10n_es_vat_book/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
49
|
-
odoo/addons/l10n_es_vat_book/static/description/index.html,sha256=
|
|
49
|
+
odoo/addons/l10n_es_vat_book/static/description/index.html,sha256=eTDwKNZzNJaVmX53kO2f1ebCGYe3X3U_gKI9E1i_nQ8,16164
|
|
50
50
|
odoo/addons/l10n_es_vat_book/tests/__init__.py,sha256=4dynCSzE14Nz6hAqV9vEmx8lEt3Byn-gqNKA0-wj7uc,41
|
|
51
51
|
odoo/addons/l10n_es_vat_book/tests/test_l10n_es_aeat_vat_book.py,sha256=xwZ_lQxDCqgNxVuOsZoNW_kfTjEL5c1FX9Xxsr6SjXI,4126
|
|
52
52
|
odoo/addons/l10n_es_vat_book/views/aeat_vat_book_map_view.xml,sha256=686ze0LDPaUBP0_KSVKJYBqLrc9pkHKjwOWn6G_Yt3E,1197
|
|
@@ -54,7 +54,7 @@ odoo/addons/l10n_es_vat_book/views/l10n_es_vat_book.xml,sha256=UzY_5TVUR4uzxPkTX
|
|
|
54
54
|
odoo/addons/l10n_es_vat_book/views/l10n_es_vat_book_line.xml,sha256=0M2D2H77sZVnjxzZpb6zDqNRGSK3xbmbi_gVbQnoh0E,4689
|
|
55
55
|
odoo/addons/l10n_es_vat_book/views/l10n_es_vat_book_summary.xml,sha256=PTX2BDmnE6bIZjlMlRH6R479DdZgDPzG0WO_e-iC2gU,1333
|
|
56
56
|
odoo/addons/l10n_es_vat_book/views/l10n_es_vat_book_tax_summary.xml,sha256=eKW-YU07Y2b9Z3OeGWWory9pU65vk4N9sHT0q5j4Qek,1355
|
|
57
|
-
odoo_addon_l10n_es_vat_book-16.0.1.3.
|
|
58
|
-
odoo_addon_l10n_es_vat_book-16.0.1.3.
|
|
59
|
-
odoo_addon_l10n_es_vat_book-16.0.1.3.
|
|
60
|
-
odoo_addon_l10n_es_vat_book-16.0.1.3.
|
|
57
|
+
odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info/METADATA,sha256=4wrkPvPTD2j7B8qCW9we69cL_EaPRRAnhLhboY9hE1g,5728
|
|
58
|
+
odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
59
|
+
odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
60
|
+
odoo_addon_l10n_es_vat_book-16.0.1.3.1.1.dist-info/RECORD,,
|
|
File without changes
|