odoo-addon-l10n-br-fiscal 16.0.1.3.0__py3-none-any.whl → 16.0.1.5.0__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-br-fiscal might be problematic. Click here for more details.
- odoo/addons/l10n_br_fiscal/README.rst +1 -1
- odoo/addons/l10n_br_fiscal/__manifest__.py +1 -1
- odoo/addons/l10n_br_fiscal/demo/partner_demo.xml +14 -0
- odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot +39 -14
- odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
- odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py +110 -6
- odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml +14 -11
- {odoo_addon_l10n_br_fiscal-16.0.1.3.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_br_fiscal-16.0.1.3.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info}/RECORD +11 -11
- {odoo_addon_l10n_br_fiscal-16.0.1.3.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-16.0.1.3.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Módulo fiscal brasileiro
|
|
|
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:e066c253f6ce298bbd3c00095614e2c1cda419334d749b3062488a58d604ad3d
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -138,6 +138,13 @@
|
|
|
138
138
|
ref="l10n_br_fiscal.partner_fiscal_profile_snc"
|
|
139
139
|
/>
|
|
140
140
|
</record>
|
|
141
|
+
<record id="l10n_br_base.res_partner_cliente2_sp_end_entrega" model="res.partner">
|
|
142
|
+
<!-- Endereço de Entrega -->
|
|
143
|
+
<field
|
|
144
|
+
name="fiscal_profile_id"
|
|
145
|
+
ref="l10n_br_fiscal.partner_fiscal_profile_snc"
|
|
146
|
+
/>
|
|
147
|
+
</record>
|
|
141
148
|
|
|
142
149
|
<!-- Cliente 3 - Z/F Manaus - Contribuinte -->
|
|
143
150
|
<record id="l10n_br_base.res_partner_cliente3_am" model="res.partner">
|
|
@@ -178,6 +185,13 @@
|
|
|
178
185
|
ref="l10n_br_fiscal.partner_fiscal_profile_cnt"
|
|
179
186
|
/>
|
|
180
187
|
</record>
|
|
188
|
+
<record id="l10n_br_base.res_partner_cliente7_rs_end_cobranca" model="res.partner">
|
|
189
|
+
<!-- Endereço de Cobrança -->
|
|
190
|
+
<field
|
|
191
|
+
name="fiscal_profile_id"
|
|
192
|
+
ref="l10n_br_fiscal.partner_fiscal_profile_cnt"
|
|
193
|
+
/>
|
|
194
|
+
</record>
|
|
181
195
|
|
|
182
196
|
<!-- Cliente 8 RS - Simples Nacional -->
|
|
183
197
|
<record id="l10n_br_base.res_partner_cliente8_rs" model="res.partner">
|
|
@@ -1670,6 +1670,7 @@ msgstr ""
|
|
|
1670
1670
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_cancel_wizard_form
|
|
1671
1671
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_correction_wizard_form
|
|
1672
1672
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.invalidate_number_wizard
|
|
1673
|
+
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.l10n_br_fiscal_document_import_wizard_mixin_form
|
|
1673
1674
|
msgid "Cancel"
|
|
1674
1675
|
msgstr ""
|
|
1675
1676
|
|
|
@@ -2721,6 +2722,13 @@ msgstr ""
|
|
|
2721
2722
|
msgid "Document Fiscal Mixin Methods"
|
|
2722
2723
|
msgstr ""
|
|
2723
2724
|
|
|
2725
|
+
#. module: l10n_br_fiscal
|
|
2726
|
+
#. odoo-python
|
|
2727
|
+
#: code:addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py:0
|
|
2728
|
+
#, python-format
|
|
2729
|
+
msgid "Document Imported"
|
|
2730
|
+
msgstr ""
|
|
2731
|
+
|
|
2724
2732
|
#. module: l10n_br_fiscal
|
|
2725
2733
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
|
|
2726
2734
|
msgid "Document Info"
|
|
@@ -3119,6 +3127,11 @@ msgstr ""
|
|
|
3119
3127
|
msgid "File Path"
|
|
3120
3128
|
msgstr ""
|
|
3121
3129
|
|
|
3130
|
+
#. module: l10n_br_fiscal
|
|
3131
|
+
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_import_wizard_mixin__file
|
|
3132
|
+
msgid "File to Import"
|
|
3133
|
+
msgstr ""
|
|
3134
|
+
|
|
3122
3135
|
#. module: l10n_br_fiscal
|
|
3123
3136
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__ind_final
|
|
3124
3137
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line__ind_final
|
|
@@ -3365,6 +3378,7 @@ msgstr ""
|
|
|
3365
3378
|
|
|
3366
3379
|
#. module: l10n_br_fiscal
|
|
3367
3380
|
#: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_operation
|
|
3381
|
+
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_import_wizard_mixin__fiscal_operation_id
|
|
3368
3382
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.operation_form
|
|
3369
3383
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.operation_search
|
|
3370
3384
|
msgid "Fiscal Operation"
|
|
@@ -5165,13 +5179,20 @@ msgid "Import Document"
|
|
|
5165
5179
|
msgstr ""
|
|
5166
5180
|
|
|
5167
5181
|
#. module: l10n_br_fiscal
|
|
5168
|
-
#:
|
|
5169
|
-
msgid "
|
|
5182
|
+
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.l10n_br_fiscal_document_import_wizard_mixin_form
|
|
5183
|
+
msgid "Import Fiscal Document"
|
|
5170
5184
|
msgstr ""
|
|
5171
5185
|
|
|
5172
5186
|
#. module: l10n_br_fiscal
|
|
5173
|
-
|
|
5174
|
-
|
|
5187
|
+
#. odoo-python
|
|
5188
|
+
#: code:addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py:0
|
|
5189
|
+
#, python-format
|
|
5190
|
+
msgid "Importation not implemented for %s!"
|
|
5191
|
+
msgstr ""
|
|
5192
|
+
|
|
5193
|
+
#. module: l10n_br_fiscal
|
|
5194
|
+
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__imported_document
|
|
5195
|
+
msgid "Imported"
|
|
5175
5196
|
msgstr ""
|
|
5176
5197
|
|
|
5177
5198
|
#. module: l10n_br_fiscal
|
|
@@ -5304,6 +5325,13 @@ msgstr ""
|
|
|
5304
5325
|
msgid "Inutilização de documento fiscal"
|
|
5305
5326
|
msgstr ""
|
|
5306
5327
|
|
|
5328
|
+
#. module: l10n_br_fiscal
|
|
5329
|
+
#. odoo-python
|
|
5330
|
+
#: code:addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py:0
|
|
5331
|
+
#, python-format
|
|
5332
|
+
msgid "Invalid file!"
|
|
5333
|
+
msgstr ""
|
|
5334
|
+
|
|
5307
5335
|
#. module: l10n_br_fiscal
|
|
5308
5336
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
|
|
5309
5337
|
msgid "Invalidar Numeração"
|
|
@@ -8971,21 +8999,11 @@ msgstr ""
|
|
|
8971
8999
|
msgid "XML"
|
|
8972
9000
|
msgstr ""
|
|
8973
9001
|
|
|
8974
|
-
#. module: l10n_br_fiscal
|
|
8975
|
-
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_document_import_wizard_mixin__importing_type__xml_file
|
|
8976
|
-
msgid "XML File"
|
|
8977
|
-
msgstr ""
|
|
8978
|
-
|
|
8979
9002
|
#. module: l10n_br_fiscal
|
|
8980
9003
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_event__file_response_id
|
|
8981
9004
|
msgid "XML Response"
|
|
8982
9005
|
msgstr ""
|
|
8983
9006
|
|
|
8984
|
-
#. module: l10n_br_fiscal
|
|
8985
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_import_wizard_mixin__xml
|
|
8986
|
-
msgid "XML to Import"
|
|
8987
|
-
msgstr ""
|
|
8988
|
-
|
|
8989
9007
|
#. module: l10n_br_fiscal
|
|
8990
9008
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__xml_error_message
|
|
8991
9009
|
msgid "XML validation errors"
|
|
@@ -9143,6 +9161,13 @@ msgstr ""
|
|
|
9143
9161
|
msgid "pis_wh"
|
|
9144
9162
|
msgstr ""
|
|
9145
9163
|
|
|
9164
|
+
#. module: l10n_br_fiscal
|
|
9165
|
+
#. odoo-python
|
|
9166
|
+
#: code:addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py:0
|
|
9167
|
+
#, python-format
|
|
9168
|
+
msgid "xsdata Python lib not installed!"
|
|
9169
|
+
msgstr ""
|
|
9170
|
+
|
|
9146
9171
|
#. module: l10n_br_fiscal
|
|
9147
9172
|
#: model:mail.template,subject:l10n_br_fiscal.fiscal_document_change_state_template
|
|
9148
9173
|
#: model:mail.template,subject:l10n_br_fiscal.fiscal_document_change_state_template_nfse
|
|
@@ -366,7 +366,7 @@ ul.auto-toc {
|
|
|
366
366
|
!! This file is generated by oca-gen-addon-readme !!
|
|
367
367
|
!! changes will be overwritten. !!
|
|
368
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
369
|
-
!! source digest: sha256:
|
|
369
|
+
!! source digest: sha256:e066c253f6ce298bbd3c00095614e2c1cda419334d749b3062488a58d604ad3d
|
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
371
371
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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"><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"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
372
372
|
<img alt="https://raw.githubusercontent.com/OCA/l10n-brazil/16.0/l10n_br_fiscal/static/img/fiscal_dashboard.png" src="https://raw.githubusercontent.com/OCA/l10n-brazil/16.0/l10n_br_fiscal/static/img/fiscal_dashboard.png" />
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
# Copyright (C) 2023 Felipe Zago Rodrigues - Kmee
|
|
2
2
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
import base64
|
|
5
|
+
import logging
|
|
6
|
+
|
|
7
|
+
from odoo import _, api, fields, models
|
|
8
|
+
from odoo.exceptions import UserError
|
|
5
9
|
|
|
6
10
|
from ..constants.fiscal import FISCAL_IN_OUT_ALL
|
|
7
11
|
|
|
12
|
+
_logger = logging.getLogger(__name__)
|
|
13
|
+
|
|
14
|
+
try:
|
|
15
|
+
from xsdata.formats.dataclass.parsers import XmlParser
|
|
16
|
+
except ImportError:
|
|
17
|
+
_logger.error(_("xsdata Python lib not installed!"))
|
|
18
|
+
|
|
8
19
|
|
|
9
20
|
class DocumentImportWizardMixin(models.TransientModel):
|
|
10
21
|
_name = "l10n_br_fiscal.document.import.wizard.mixin"
|
|
@@ -17,12 +28,105 @@ class DocumentImportWizardMixin(models.TransientModel):
|
|
|
17
28
|
default=lambda self: self.env.company.id,
|
|
18
29
|
)
|
|
19
30
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
31
|
+
file = fields.Binary(string="File to Import")
|
|
32
|
+
|
|
33
|
+
fiscal_operation_id = fields.Many2one(
|
|
34
|
+
comodel_name="l10n_br_fiscal.operation",
|
|
35
|
+
string="Fiscal Operation",
|
|
36
|
+
domain="[('fiscal_operation_type', '=', fiscal_operation_type)]",
|
|
24
37
|
)
|
|
25
38
|
|
|
26
|
-
|
|
39
|
+
document_type = fields.Char()
|
|
27
40
|
|
|
28
41
|
fiscal_operation_type = fields.Selection(selection=FISCAL_IN_OUT_ALL)
|
|
42
|
+
|
|
43
|
+
def _import_edoc(self):
|
|
44
|
+
self._find_existing_document()
|
|
45
|
+
if not self.document_id:
|
|
46
|
+
binding, self.document_id = self._create_edoc_from_file()
|
|
47
|
+
else:
|
|
48
|
+
binding = self._parse_file()
|
|
49
|
+
return binding, self.document_id
|
|
50
|
+
|
|
51
|
+
def action_import_and_open_document(self):
|
|
52
|
+
self._import_edoc()
|
|
53
|
+
return self.action_open_document()
|
|
54
|
+
|
|
55
|
+
def _create_edoc_from_file(self):
|
|
56
|
+
pass # meant to be overriden
|
|
57
|
+
|
|
58
|
+
@api.onchange("file")
|
|
59
|
+
def _onchange_file(self):
|
|
60
|
+
if self.file:
|
|
61
|
+
self._fill_wizard_from_binding()
|
|
62
|
+
|
|
63
|
+
def _fill_wizard_from_binding(self):
|
|
64
|
+
pass # meant to be overriden
|
|
65
|
+
|
|
66
|
+
def action_open_document(self):
|
|
67
|
+
return {
|
|
68
|
+
"name": _("Document Imported"),
|
|
69
|
+
"type": "ir.actions.act_window",
|
|
70
|
+
"target": "current",
|
|
71
|
+
"views": [[False, "form"]],
|
|
72
|
+
"res_id": self.document_id.id,
|
|
73
|
+
"res_model": "l10n_br_fiscal.document",
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
def _document_key_from_binding(self, binding):
|
|
77
|
+
pass # meant to be overriden
|
|
78
|
+
|
|
79
|
+
def _find_existing_document(self):
|
|
80
|
+
document_key = self._document_key_from_binding(self._parse_file())
|
|
81
|
+
self.document_id = self.env["l10n_br_fiscal.document"].search(
|
|
82
|
+
[("document_key", "=", document_key.chave)],
|
|
83
|
+
limit=1,
|
|
84
|
+
)
|
|
85
|
+
|
|
86
|
+
def _find_document_type(self, code):
|
|
87
|
+
return self.env["l10n_br_fiscal.document.type"].search(
|
|
88
|
+
[("code", "=", code)],
|
|
89
|
+
limit=1,
|
|
90
|
+
)
|
|
91
|
+
|
|
92
|
+
def _find_fiscal_operation(self, cfop, nat_op, fiscal_operation_type):
|
|
93
|
+
"""try to find a matching fiscal operation via an operation line"""
|
|
94
|
+
operation_lines = self.env["l10n_br_fiscal.operation.line"].search(
|
|
95
|
+
[
|
|
96
|
+
("state", "=", "approved"),
|
|
97
|
+
("fiscal_type", "=", fiscal_operation_type),
|
|
98
|
+
("cfop_external_id", "=", cfop),
|
|
99
|
+
],
|
|
100
|
+
)
|
|
101
|
+
for line in operation_lines:
|
|
102
|
+
if line.fiscal_operation_id.name == nat_op:
|
|
103
|
+
return line.fiscal_operation_id
|
|
104
|
+
if operation_lines:
|
|
105
|
+
return operation_lines[0].fiscal_operation_id
|
|
106
|
+
|
|
107
|
+
def _parse_file(self):
|
|
108
|
+
return self._parse_file_data(self.file)
|
|
109
|
+
|
|
110
|
+
@api.model
|
|
111
|
+
def _parse_file_data(self, file_data):
|
|
112
|
+
try:
|
|
113
|
+
binding = XmlParser().from_bytes(base64.b64decode(file_data))
|
|
114
|
+
except Exception as e:
|
|
115
|
+
raise UserError(_("Invalid file!")) from e
|
|
116
|
+
return binding
|
|
117
|
+
|
|
118
|
+
@api.model
|
|
119
|
+
def _detect_binding(self, binding):
|
|
120
|
+
"""
|
|
121
|
+
A pluggable method were each specialized fiscal document
|
|
122
|
+
importation wizard can register itself and return a tuple
|
|
123
|
+
with (the_fiscal_document_type_code, the_name_of_the_importation_wizard)
|
|
124
|
+
"""
|
|
125
|
+
raise UserError(
|
|
126
|
+
_("Importation not implemented for %s!")
|
|
127
|
+
% (
|
|
128
|
+
type(
|
|
129
|
+
binding,
|
|
130
|
+
)
|
|
131
|
+
)
|
|
132
|
+
)
|
|
@@ -9,21 +9,16 @@
|
|
|
9
9
|
<field name="arch" type="xml">
|
|
10
10
|
<form string="Import Document">
|
|
11
11
|
<group>
|
|
12
|
-
<field name="
|
|
13
|
-
<field
|
|
14
|
-
name="xml"
|
|
15
|
-
attrs="{
|
|
16
|
-
'invisible': [('importing_type', '!=', 'xml_file')],
|
|
17
|
-
'required': [('importing_type', '=', 'xml_file')]
|
|
18
|
-
}"
|
|
19
|
-
/>
|
|
12
|
+
<field name="file" required="1" />
|
|
20
13
|
</group>
|
|
21
14
|
<separator
|
|
22
15
|
string="Preview Data"
|
|
23
|
-
attrs="{'invisible': [('
|
|
16
|
+
attrs="{'invisible': [('file', '=', False)]}"
|
|
24
17
|
/>
|
|
25
|
-
<group id="document_info" attrs="{'invisible': [('
|
|
18
|
+
<group id="document_info" attrs="{'invisible': [('file', '=', False)]}">
|
|
26
19
|
<group>
|
|
20
|
+
<field name="fiscal_operation_id" required="1" />
|
|
21
|
+
<field name="fiscal_operation_type" invisible="1" />
|
|
27
22
|
<field name="document_key" readonly="1" />
|
|
28
23
|
<field name="document_number" readonly="1" />
|
|
29
24
|
<field name="document_serie" readonly="1" />
|
|
@@ -33,7 +28,15 @@
|
|
|
33
28
|
<field name="partner_id" readonly="1" />
|
|
34
29
|
</group>
|
|
35
30
|
</group>
|
|
36
|
-
<footer
|
|
31
|
+
<footer>
|
|
32
|
+
<button
|
|
33
|
+
name="action_import_and_open_document"
|
|
34
|
+
string="Import Fiscal Document"
|
|
35
|
+
class="btn-primary"
|
|
36
|
+
type="object"
|
|
37
|
+
/>
|
|
38
|
+
<button string="Cancel" class="btn-default" special="cancel" />
|
|
39
|
+
</footer>
|
|
37
40
|
</form>
|
|
38
41
|
</field>
|
|
39
42
|
</record>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-l10n-br-fiscal
|
|
3
|
-
Version: 16.0.1.
|
|
3
|
+
Version: 16.0.1.5.0
|
|
4
4
|
Summary: Brazilian fiscal core module.
|
|
5
5
|
Home-page: https://github.com/OCA/l10n-brazil
|
|
6
6
|
Author: Akretion, Odoo Community Association (OCA)
|
|
@@ -26,7 +26,7 @@ Módulo fiscal brasileiro
|
|
|
26
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
27
27
|
!! changes will be overwritten. !!
|
|
28
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:e066c253f6ce298bbd3c00095614e2c1cda419334d749b3062488a58d604ad3d
|
|
30
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
31
|
|
|
32
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/l10n_br_fiscal/README.rst,sha256=
|
|
1
|
+
odoo/addons/l10n_br_fiscal/README.rst,sha256=G5dpdF3Tl1G7dD-hs4KnTFJk5qagm-u_B0kjwCN1YeQ,13503
|
|
2
2
|
odoo/addons/l10n_br_fiscal/__init__.py,sha256=16Tdff74OkWmnKSfmV6qrNkgsK12gOtMMppwWmIAFIo,144
|
|
3
|
-
odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=q_Q-lGRPxr0bYd_TBFz9NMvjUpX90uzZrbaaOOm9E68,4114
|
|
4
4
|
odoo/addons/l10n_br_fiscal/hooks.py,sha256=cna_821w1vrwbfQd59YVY66cU9hhY0av2Zwzr5nHDVI,4825
|
|
5
5
|
odoo/addons/l10n_br_fiscal/tools.py,sha256=nh67fxnJjF3Y-yfHl2mJh6TxMkr8r8GKEQ6NJliTAHE,2488
|
|
6
6
|
odoo/addons/l10n_br_fiscal/constants/fiscal.py,sha256=DSLJptPey1rpPYsNFEvnx2ZkZTMp161EFDbaUcmCxzw,14809
|
|
@@ -54,11 +54,11 @@ odoo/addons/l10n_br_fiscal/demo/l10n_br_fiscal.nbm-demo.csv,sha256=vQ3tgxfyIlQG1
|
|
|
54
54
|
odoo/addons/l10n_br_fiscal/demo/l10n_br_fiscal.nbs-demo.csv,sha256=fFIZzkG-gdYEwoWOIo8rSdkVtW7n-A6I0f8IrCFM1pY,2924
|
|
55
55
|
odoo/addons/l10n_br_fiscal/demo/l10n_br_fiscal.ncm-demo.csv,sha256=n-7r3AeVN6bhEg08Pow04krSCwCIdiZZ6gEvAaK7KnM,78375
|
|
56
56
|
odoo/addons/l10n_br_fiscal/demo/l10n_br_fiscal_document_email.xml,sha256=3XvZjB5ZtLbza0pJ0y5lJMhKGgSuUqRmhoqjwfjPDj8,1809
|
|
57
|
-
odoo/addons/l10n_br_fiscal/demo/partner_demo.xml,sha256=
|
|
57
|
+
odoo/addons/l10n_br_fiscal/demo/partner_demo.xml,sha256=Nuw5PaZ4ernV9bqEP4oRcsmVL10Vi_SZRKbQfi7n4iY,7211
|
|
58
58
|
odoo/addons/l10n_br_fiscal/demo/product_demo.xml,sha256=D61ewI_-geCkYnCVYN9nbflZlmX_j8xwE1UWVBTr5XE,83686
|
|
59
59
|
odoo/addons/l10n_br_fiscal/demo/res_users_demo.xml,sha256=CL7BmZ1xnWSh6MSWxrG9dK9C1ObTYGvgj21vCcY4_qE,599
|
|
60
60
|
odoo/addons/l10n_br_fiscal/demo/subsequent_operation_demo.xml,sha256=U-PJXr6uerccXT5dR8_KXKTu1YOahR0dKBcowlHgQIU,560
|
|
61
|
-
odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot,sha256=
|
|
61
|
+
odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot,sha256=t9rFj5EsEDxEJ64yDIzXXKIfDErDxAWzxc2uZkf_N7E,438862
|
|
62
62
|
odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=6k8Mn4zN9v4HNINrLb3mwRv4yIX0JDJCTjlvJcjESTI,497780
|
|
63
63
|
odoo/addons/l10n_br_fiscal/models/__init__.py,sha256=Baltz2F1zNbKQ1ctk1hUYepi4TxLP_SDNL45MJlfR88,2187
|
|
64
64
|
odoo/addons/l10n_br_fiscal/models/cest.py,sha256=FKWv89l6m9LiB-LPN789917BwCkWshSj2nlZ6yrNtpE,1955
|
|
@@ -141,7 +141,7 @@ odoo/addons/l10n_br_fiscal/readme/USAGE.rst,sha256=jDnMjM42hjTlqhbpIzjkhJo59eX4j
|
|
|
141
141
|
odoo/addons/l10n_br_fiscal/security/fiscal_security.xml,sha256=c4D3MoIsVnkZ1pDY_iw8jM2hBPz3VCkl5JKnm_hkau0,3700
|
|
142
142
|
odoo/addons/l10n_br_fiscal/security/ir.model.access.csv,sha256=VvQNMFmeW_GblYM0dbz8wD9aYkgLzXpYcUjDkvoVpqw,15190
|
|
143
143
|
odoo/addons/l10n_br_fiscal/static/description/icon.png,sha256=Vd1HydYBoGCzNfCqxLlch2i2aeCcyxo-uRxWNp6oMbw,14836
|
|
144
|
-
odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=
|
|
144
|
+
odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=nxFHjVuUKn0P5rzFwMn12f6pJUv86RQMKSHvesp0ZOI,26173
|
|
145
145
|
odoo/addons/l10n_br_fiscal/static/img/fiscal_dashboard.png,sha256=Q0fpqFNqEXh6m6E1aJfzSKV2tQ9lC1Y-ofUt6qxVupc,151668
|
|
146
146
|
odoo/addons/l10n_br_fiscal/static/img/fiscal_line.png,sha256=S4Q4OGSzGnbfm4W5sQVvnD4uUzxS6tbJGT_gs3pB4K0,134276
|
|
147
147
|
odoo/addons/l10n_br_fiscal/static/img/fiscal_operation.png,sha256=2614c1XjxwVznh707e9gujlUXg0ttutKD1ZiSMTqyv8,105871
|
|
@@ -218,13 +218,13 @@ odoo/addons/l10n_br_fiscal/wizards/document_cancel_wizard.py,sha256=A0A6lgGTpEsi
|
|
|
218
218
|
odoo/addons/l10n_br_fiscal/wizards/document_cancel_wizard.xml,sha256=VFmCwJxW6zlwzRK6WGztT-5at60E_DBfRe0YYvny7d4,1206
|
|
219
219
|
odoo/addons/l10n_br_fiscal/wizards/document_correction_wizard.py,sha256=pVrt5lHJcZmKzXLVFHJ3tdFkHmxFD0ejW3-3HedVacY,588
|
|
220
220
|
odoo/addons/l10n_br_fiscal/wizards/document_correction_wizard.xml,sha256=QyhtIS4oAXumjoHGDPXIsOnEH7r3IMZ1p_FJEtHmdE8,1205
|
|
221
|
-
odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py,sha256=
|
|
222
|
-
odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml,sha256=
|
|
221
|
+
odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py,sha256=W2EJf1sihE5VFH6Apq4VPZbXQvyFVSnDU4BvndTK8do,4176
|
|
222
|
+
odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml,sha256=h19vP1YvC4hLPvCvA6E1goqre0AAGy0CF4a2R6B78Y4,1833
|
|
223
223
|
odoo/addons/l10n_br_fiscal/wizards/document_status_wizard.py,sha256=_hsF1mQdknc0uWPRuCNwsG8VQ9rnFjdsIrYBqBiCiAs,704
|
|
224
224
|
odoo/addons/l10n_br_fiscal/wizards/document_status_wizard.xml,sha256=S9hSkgbBKCt78bTe3sRupfnIcmZZ8KWhaZ9q_PKYvgc,2483
|
|
225
225
|
odoo/addons/l10n_br_fiscal/wizards/invalidate_number_wizard.py,sha256=VYw_GXEdqsEW5kV8RJk-vP1X6KW_CafP1nxggdOICNY,1083
|
|
226
226
|
odoo/addons/l10n_br_fiscal/wizards/invalidate_number_wizard.xml,sha256=H0JzzzbJmWziLZjZ8acQsqJcgsaYD3M6I3OydoNFuUc,1215
|
|
227
|
-
odoo_addon_l10n_br_fiscal-16.0.1.
|
|
228
|
-
odoo_addon_l10n_br_fiscal-16.0.1.
|
|
229
|
-
odoo_addon_l10n_br_fiscal-16.0.1.
|
|
230
|
-
odoo_addon_l10n_br_fiscal-16.0.1.
|
|
227
|
+
odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info/METADATA,sha256=8wN5slgGCrw2uynGEjp_zYhaaX4uEVucuirucl3yT5w,14191
|
|
228
|
+
odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
229
|
+
odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
230
|
+
odoo_addon_l10n_br_fiscal-16.0.1.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|