odoo-addon-l10n-br-fiscal-edi 16.0.1.1.1__py3-none-any.whl → 16.0.1.1.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.
@@ -7,7 +7,7 @@ Common EDI fiscal features
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:dd5fbbb5c90ab200c21e774f95a40d9bf1cb37f90a47a6d61560ad29b514aa92
10
+ !! source digest: sha256:3480f050e255716557e1c4f605c32a792eab5bc724205790ee38698249c0b026
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -83,14 +83,14 @@ Authors
83
83
  Contributors
84
84
  ------------
85
85
 
86
- - `Akretion <https://www.akretion.com/pt-BR>`__:
86
+ - `Akretion <https://www.akretion.com/pt-BR>`__:
87
87
 
88
- - Renato Lima <renato.lima@akretion.com.br>
89
- - Raphaël Valyi <raphael.valyi@akretion.com.br>
88
+ - Renato Lima <renato.lima@akretion.com.br>
89
+ - Raphaël Valyi <raphael.valyi@akretion.com.br>
90
90
 
91
- - `KMEE <https://www.kmee.com.br>`__:
91
+ - `KMEE <https://www.kmee.com.br>`__:
92
92
 
93
- - Luis Felipe Mileo <mileo@kmee.com.br>
93
+ - Luis Felipe Mileo <mileo@kmee.com.br>
94
94
 
95
95
  Maintainers
96
96
  -----------
@@ -9,7 +9,7 @@
9
9
  "maintainers": ["renatonlima", "rvalyi", "mileo"],
10
10
  "website": "https://github.com/OCA/l10n-brazil",
11
11
  "development_status": "Beta",
12
- "version": "16.0.1.1.1",
12
+ "version": "16.0.1.1.2",
13
13
  "depends": [
14
14
  "l10n_br_fiscal",
15
15
  ],
@@ -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:dd5fbbb5c90ab200c21e774f95a40d9bf1cb37f90a47a6d61560ad29b514aa92
370
+ !! source digest: sha256:3480f050e255716557e1c4f605c32a792eab5bc724205790ee38698249c0b026
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-brazil/tree/16.0/l10n_br_fiscal_edi"><img alt="OCA/l10n-brazil" src="https://img.shields.io/badge/github-OCA%2Fl10n--brazil-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal_edi"><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-brazil&amp;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>Este módulo estende o módulo <tt class="docutils literal">l10n_br_fiscal</tt> e cuida da parte de EDI
@@ -3,7 +3,7 @@
3
3
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
4
4
 
5
5
 
6
- from odoo.tests import SavepointCase
6
+ from odoo.tests import TransactionCase
7
7
 
8
8
  from ..constants.fiscal import (
9
9
  SITUACAO_EDOC_A_ENVIAR,
@@ -14,7 +14,7 @@ from ..constants.fiscal import (
14
14
  from ..constants.icms import ICMS_ORIGIN_TAX_IMPORTED
15
15
 
16
16
 
17
- class TestFiscalDocumentGeneric(SavepointCase):
17
+ class TestFiscalDocumentGeneric(TransactionCase):
18
18
  @classmethod
19
19
  def setUpClass(cls):
20
20
  super().setUpClass()
@@ -1,12 +1,12 @@
1
1
  # Copyright 2023 Akretion - Renato Lima <renato.lima@akretion.com.br>
2
2
  # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
3
 
4
- from odoo.tests import SavepointCase
4
+ from odoo.tests import TransactionCase
5
5
 
6
6
  from ..constants.fiscal import SITUACAO_EDOC_A_ENVIAR
7
7
 
8
8
 
9
- class TestTaxBenefit(SavepointCase):
9
+ class TestTaxBenefit(TransactionCase):
10
10
  def setUp(self):
11
11
  super().setUp()
12
12
  self.nfe_tax_benefit = self.env.ref("l10n_br_fiscal.demo_nfe_tax_benefit")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_br_fiscal_edi
3
- Version: 16.0.1.1.1
3
+ Version: 16.0.1.1.2
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-l10n_br_fiscal>=16.0dev,<16.1dev
6
6
  Requires-Dist: odoo>=16.0a,<16.1dev
@@ -24,7 +24,7 @@ Common EDI fiscal features
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:dd5fbbb5c90ab200c21e774f95a40d9bf1cb37f90a47a6d61560ad29b514aa92
27
+ !! source digest: sha256:3480f050e255716557e1c4f605c32a792eab5bc724205790ee38698249c0b026
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -100,14 +100,14 @@ Authors
100
100
  Contributors
101
101
  ------------
102
102
 
103
- - `Akretion <https://www.akretion.com/pt-BR>`__:
103
+ - `Akretion <https://www.akretion.com/pt-BR>`__:
104
104
 
105
- - Renato Lima <renato.lima@akretion.com.br>
106
- - Raphaël Valyi <raphael.valyi@akretion.com.br>
105
+ - Renato Lima <renato.lima@akretion.com.br>
106
+ - Raphaël Valyi <raphael.valyi@akretion.com.br>
107
107
 
108
- - `KMEE <https://www.kmee.com.br>`__:
108
+ - `KMEE <https://www.kmee.com.br>`__:
109
109
 
110
- - Luis Felipe Mileo <mileo@kmee.com.br>
110
+ - Luis Felipe Mileo <mileo@kmee.com.br>
111
111
 
112
112
  Maintainers
113
113
  -----------
@@ -1,6 +1,6 @@
1
- odoo/addons/l10n_br_fiscal_edi/README.rst,sha256=opMP-PDtapzDuGynA_tBvg1oiYpdQ8X7LqSRN2tO_mk,4852
1
+ odoo/addons/l10n_br_fiscal_edi/README.rst,sha256=hjsJyj4P4Ke8b5UZiX0m4tXWIVy8yzBUSkiOSrxivvc,4844
2
2
  odoo/addons/l10n_br_fiscal_edi/__init__.py,sha256=0XNpxETgFdVxFDEw03O8oL3NtTSk3we-HEZW2sPKzIU,43
3
- odoo/addons/l10n_br_fiscal_edi/__manifest__.py,sha256=2HnJkc5U-LdYq7OWVIOb3SqlYjYO_UzOB7hkF4idEAg,1244
3
+ odoo/addons/l10n_br_fiscal_edi/__manifest__.py,sha256=ayMKs9glFn73stcnmPdrvhpEBE74XF6JSGJIHkgBOqE,1244
4
4
  odoo/addons/l10n_br_fiscal_edi/i18n/l10n_br_fiscal_edi.pot,sha256=VAUDv2XFv-G2vDXHM1z1owrJe87UDZVZX5La09rbRsc,38342
5
5
  odoo/addons/l10n_br_fiscal_edi/models/__init__.py,sha256=Zz-kP7XRE72a4jf5pfkNr_MHaaHJx9V5WEdQZGuncGg,116
6
6
  odoo/addons/l10n_br_fiscal_edi/models/document.py,sha256=JkcZDQ7gTfLrnwy8fCfAAYvWKIvbLtZFCjIIKSThK0E,8940
@@ -13,10 +13,10 @@ odoo/addons/l10n_br_fiscal_edi/readme/ROADMAP.md,sha256=m63hi9coIwXI0oDmvu6XmdEo
13
13
  odoo/addons/l10n_br_fiscal_edi/readme/USAGE.md,sha256=2UZfDrf29LJ8y6c17XzwNOvi5JEpcfxNi_pKjpKbJPg,447
14
14
  odoo/addons/l10n_br_fiscal_edi/security/ir.model.access.csv,sha256=0PgIE8SotB9ZWx7s2-JlAO5y1It10wcHrJZOlbkC7EM,1175
15
15
  odoo/addons/l10n_br_fiscal_edi/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
16
- odoo/addons/l10n_br_fiscal_edi/static/description/index.html,sha256=ncJd9kL7HqC5dv-kvItCvYksFzYsqOlyyKdz_ddbbCs,15176
16
+ odoo/addons/l10n_br_fiscal_edi/static/description/index.html,sha256=Un920CHCl-mnFp4wAS-TUvBg6ZFssUBdNLHJY82vrnw,15176
17
17
  odoo/addons/l10n_br_fiscal_edi/tests/__init__.py,sha256=4Q04RgcX7CPzogoxW39Muu0BAMmpfaRZKp67SpjYOBU,28
18
- odoo/addons/l10n_br_fiscal_edi/tests/test_fiscal_document_generic.py,sha256=7TCfWXhjOcJlKu_ZJWpn81NVJa9bHUZOsgn6WPC3QEA,44083
19
- odoo/addons/l10n_br_fiscal_edi/tests/test_tax_benefit.py,sha256=UVUZVAv5JeJmZ_htq3cieyGuEZNn6-Satfpwhjs-OJI,2772
18
+ odoo/addons/l10n_br_fiscal_edi/tests/test_fiscal_document_generic.py,sha256=Wk-Z1bWfCUUTOXaXOFdZhrsmI5G8Ku6GtqWl8xcV6r8,44087
19
+ odoo/addons/l10n_br_fiscal_edi/tests/test_tax_benefit.py,sha256=mADCcF0aJSm7BBqlttXyIatlVVC_Ke4r5JUpAshIiA8,2776
20
20
  odoo/addons/l10n_br_fiscal_edi/tests/test_workflow.py,sha256=x9R7em-prpncCphy4xsBafOzsRniZpKqnI0i1ZRD6gU,4476
21
21
  odoo/addons/l10n_br_fiscal_edi/views/document_event_report.xml,sha256=72eMAfCeToJ89C5w33RlUO8Hz1t3gMR8Qfg5Aah8r5Y,743
22
22
  odoo/addons/l10n_br_fiscal_edi/views/document_event_template.xml,sha256=4IO4RXdGE0wOCv4P7hfYioCwDMJEf_jBZdJY4edvLLY,4059
@@ -36,7 +36,7 @@ odoo/addons/l10n_br_fiscal_edi/wizards/document_import_wizard_mixin.xml,sha256=h
36
36
  odoo/addons/l10n_br_fiscal_edi/wizards/document_status_wizard.xml,sha256=S9hSkgbBKCt78bTe3sRupfnIcmZZ8KWhaZ9q_PKYvgc,2483
37
37
  odoo/addons/l10n_br_fiscal_edi/wizards/invalidate_number_wizard.py,sha256=o9eXRV-iWUsgsozBzM193C4J_8aurGl1aIICdYthpXA,1328
38
38
  odoo/addons/l10n_br_fiscal_edi/wizards/invalidate_number_wizard.xml,sha256=H0JzzzbJmWziLZjZ8acQsqJcgsaYD3M6I3OydoNFuUc,1215
39
- odoo_addon_l10n_br_fiscal_edi-16.0.1.1.1.dist-info/METADATA,sha256=wEvAgonOxm3MX_jR5IQDqEsHW_G_4WYLjgJy9dxaPms,5476
40
- odoo_addon_l10n_br_fiscal_edi-16.0.1.1.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
41
- odoo_addon_l10n_br_fiscal_edi-16.0.1.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
42
- odoo_addon_l10n_br_fiscal_edi-16.0.1.1.1.dist-info/RECORD,,
39
+ odoo_addon_l10n_br_fiscal_edi-16.0.1.1.2.dist-info/METADATA,sha256=DOmdM6Nu4PdFonZ74Q65kYnTrp4e1eK33D2_ITD1hUE,5468
40
+ odoo_addon_l10n_br_fiscal_edi-16.0.1.1.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
41
+ odoo_addon_l10n_br_fiscal_edi-16.0.1.1.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
42
+ odoo_addon_l10n_br_fiscal_edi-16.0.1.1.2.dist-info/RECORD,,