odoo-addon-l10n-br-fiscal 16.0.1.8.0__py3-none-any.whl → 16.0.1.8.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-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/models/icms_regulation.py +0 -27
- odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
- {odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info}/RECORD +8 -8
- {odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.1.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:126787d3a85e53aff1cc966ec7c2fdeae7dcbe62f1f391ebd3700e97d2fb23b6
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -93,7 +93,6 @@ class ICMSRegulation(models.Model):
|
|
|
93
93
|
string="ICMS FCP AC",
|
|
94
94
|
domain=[
|
|
95
95
|
("state_from_id.code", "=", "AC"),
|
|
96
|
-
("state_to_ids.code", "=", "AC"),
|
|
97
96
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
98
97
|
("is_benefit", "=", False),
|
|
99
98
|
],
|
|
@@ -151,7 +150,6 @@ class ICMSRegulation(models.Model):
|
|
|
151
150
|
string="ICMS FCP AL",
|
|
152
151
|
domain=[
|
|
153
152
|
("state_from_id.code", "=", "AL"),
|
|
154
|
-
("state_to_ids.code", "=", "AL"),
|
|
155
153
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
156
154
|
("is_benefit", "=", False),
|
|
157
155
|
],
|
|
@@ -209,7 +207,6 @@ class ICMSRegulation(models.Model):
|
|
|
209
207
|
string="ICMS FCP AM",
|
|
210
208
|
domain=[
|
|
211
209
|
("state_from_id.code", "=", "AM"),
|
|
212
|
-
("state_to_ids.code", "=", "AM"),
|
|
213
210
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
214
211
|
("is_benefit", "=", False),
|
|
215
212
|
],
|
|
@@ -267,7 +264,6 @@ class ICMSRegulation(models.Model):
|
|
|
267
264
|
string="ICMS FCP AP",
|
|
268
265
|
domain=[
|
|
269
266
|
("state_from_id.code", "=", "AP"),
|
|
270
|
-
("state_to_ids.code", "=", "AP"),
|
|
271
267
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
272
268
|
("is_benefit", "=", False),
|
|
273
269
|
],
|
|
@@ -325,7 +321,6 @@ class ICMSRegulation(models.Model):
|
|
|
325
321
|
string="ICMS FCP BA",
|
|
326
322
|
domain=[
|
|
327
323
|
("state_from_id.code", "=", "BA"),
|
|
328
|
-
("state_to_ids.code", "=", "BA"),
|
|
329
324
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
330
325
|
("is_benefit", "=", False),
|
|
331
326
|
],
|
|
@@ -383,7 +378,6 @@ class ICMSRegulation(models.Model):
|
|
|
383
378
|
string="ICMS FCP CE",
|
|
384
379
|
domain=[
|
|
385
380
|
("state_from_id.code", "=", "CE"),
|
|
386
|
-
("state_to_ids.code", "=", "CE"),
|
|
387
381
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
388
382
|
("is_benefit", "=", False),
|
|
389
383
|
],
|
|
@@ -441,7 +435,6 @@ class ICMSRegulation(models.Model):
|
|
|
441
435
|
string="ICMS FCP DF",
|
|
442
436
|
domain=[
|
|
443
437
|
("state_from_id.code", "=", "DF"),
|
|
444
|
-
("state_to_ids.code", "=", "DF"),
|
|
445
438
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
446
439
|
("is_benefit", "=", False),
|
|
447
440
|
],
|
|
@@ -499,7 +492,6 @@ class ICMSRegulation(models.Model):
|
|
|
499
492
|
string="ICMS FCP ES",
|
|
500
493
|
domain=[
|
|
501
494
|
("state_from_id.code", "=", "ES"),
|
|
502
|
-
("state_to_ids.code", "=", "ES"),
|
|
503
495
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
504
496
|
("is_benefit", "=", False),
|
|
505
497
|
],
|
|
@@ -557,7 +549,6 @@ class ICMSRegulation(models.Model):
|
|
|
557
549
|
string="ICMS FCP GO",
|
|
558
550
|
domain=[
|
|
559
551
|
("state_from_id.code", "=", "GO"),
|
|
560
|
-
("state_to_ids.code", "=", "GO"),
|
|
561
552
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
562
553
|
("is_benefit", "=", False),
|
|
563
554
|
],
|
|
@@ -615,7 +606,6 @@ class ICMSRegulation(models.Model):
|
|
|
615
606
|
string="ICMS FCP MA",
|
|
616
607
|
domain=[
|
|
617
608
|
("state_from_id.code", "=", "MA"),
|
|
618
|
-
("state_to_ids.code", "=", "MA"),
|
|
619
609
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
620
610
|
("is_benefit", "=", False),
|
|
621
611
|
],
|
|
@@ -673,7 +663,6 @@ class ICMSRegulation(models.Model):
|
|
|
673
663
|
string="ICMS FCP MT",
|
|
674
664
|
domain=[
|
|
675
665
|
("state_from_id.code", "=", "MT"),
|
|
676
|
-
("state_to_ids.code", "=", "MT"),
|
|
677
666
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
678
667
|
("is_benefit", "=", False),
|
|
679
668
|
],
|
|
@@ -731,7 +720,6 @@ class ICMSRegulation(models.Model):
|
|
|
731
720
|
string="ICMS FCP MS",
|
|
732
721
|
domain=[
|
|
733
722
|
("state_from_id.code", "=", "MS"),
|
|
734
|
-
("state_to_ids.code", "=", "MS"),
|
|
735
723
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
736
724
|
("is_benefit", "=", False),
|
|
737
725
|
],
|
|
@@ -789,7 +777,6 @@ class ICMSRegulation(models.Model):
|
|
|
789
777
|
string="ICMS FCP MG",
|
|
790
778
|
domain=[
|
|
791
779
|
("state_from_id.code", "=", "MG"),
|
|
792
|
-
("state_to_ids.code", "=", "MG"),
|
|
793
780
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
794
781
|
("is_benefit", "=", False),
|
|
795
782
|
],
|
|
@@ -847,7 +834,6 @@ class ICMSRegulation(models.Model):
|
|
|
847
834
|
string="ICMS FCP PA",
|
|
848
835
|
domain=[
|
|
849
836
|
("state_from_id.code", "=", "PA"),
|
|
850
|
-
("state_to_ids.code", "=", "PA"),
|
|
851
837
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
852
838
|
("is_benefit", "=", False),
|
|
853
839
|
],
|
|
@@ -905,7 +891,6 @@ class ICMSRegulation(models.Model):
|
|
|
905
891
|
string="ICMS FCP PB",
|
|
906
892
|
domain=[
|
|
907
893
|
("state_from_id.code", "=", "PB"),
|
|
908
|
-
("state_to_ids.code", "=", "PB"),
|
|
909
894
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
910
895
|
("is_benefit", "=", False),
|
|
911
896
|
],
|
|
@@ -963,7 +948,6 @@ class ICMSRegulation(models.Model):
|
|
|
963
948
|
string="ICMS FCP PR",
|
|
964
949
|
domain=[
|
|
965
950
|
("state_from_id.code", "=", "PR"),
|
|
966
|
-
("state_to_ids.code", "=", "PR"),
|
|
967
951
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
968
952
|
("is_benefit", "=", False),
|
|
969
953
|
],
|
|
@@ -1021,7 +1005,6 @@ class ICMSRegulation(models.Model):
|
|
|
1021
1005
|
string="ICMS FCP PE",
|
|
1022
1006
|
domain=[
|
|
1023
1007
|
("state_from_id.code", "=", "PE"),
|
|
1024
|
-
("state_to_ids.code", "=", "PE"),
|
|
1025
1008
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1026
1009
|
("is_benefit", "=", False),
|
|
1027
1010
|
],
|
|
@@ -1079,7 +1062,6 @@ class ICMSRegulation(models.Model):
|
|
|
1079
1062
|
string="ICMS FCP PI",
|
|
1080
1063
|
domain=[
|
|
1081
1064
|
("state_from_id.code", "=", "PI"),
|
|
1082
|
-
("state_to_ids.code", "=", "PI"),
|
|
1083
1065
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1084
1066
|
("is_benefit", "=", False),
|
|
1085
1067
|
],
|
|
@@ -1137,7 +1119,6 @@ class ICMSRegulation(models.Model):
|
|
|
1137
1119
|
string="ICMS FCP RN",
|
|
1138
1120
|
domain=[
|
|
1139
1121
|
("state_from_id.code", "=", "RN"),
|
|
1140
|
-
("state_to_ids.code", "=", "RN"),
|
|
1141
1122
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1142
1123
|
("is_benefit", "=", False),
|
|
1143
1124
|
],
|
|
@@ -1195,7 +1176,6 @@ class ICMSRegulation(models.Model):
|
|
|
1195
1176
|
string="ICMS FCP RS",
|
|
1196
1177
|
domain=[
|
|
1197
1178
|
("state_from_id.code", "=", "RS"),
|
|
1198
|
-
("state_to_ids.code", "=", "RS"),
|
|
1199
1179
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1200
1180
|
("is_benefit", "=", False),
|
|
1201
1181
|
],
|
|
@@ -1253,7 +1233,6 @@ class ICMSRegulation(models.Model):
|
|
|
1253
1233
|
string="ICMS FCP RJ",
|
|
1254
1234
|
domain=[
|
|
1255
1235
|
("state_from_id.code", "=", "RJ"),
|
|
1256
|
-
("state_to_ids.code", "=", "RJ"),
|
|
1257
1236
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1258
1237
|
("is_benefit", "=", False),
|
|
1259
1238
|
],
|
|
@@ -1311,7 +1290,6 @@ class ICMSRegulation(models.Model):
|
|
|
1311
1290
|
string="ICMS FCP RO",
|
|
1312
1291
|
domain=[
|
|
1313
1292
|
("state_from_id.code", "=", "RO"),
|
|
1314
|
-
("state_to_ids.code", "=", "RO"),
|
|
1315
1293
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1316
1294
|
("is_benefit", "=", False),
|
|
1317
1295
|
],
|
|
@@ -1369,7 +1347,6 @@ class ICMSRegulation(models.Model):
|
|
|
1369
1347
|
string="ICMS FCP RR",
|
|
1370
1348
|
domain=[
|
|
1371
1349
|
("state_from_id.code", "=", "RR"),
|
|
1372
|
-
("state_to_ids.code", "=", "RR"),
|
|
1373
1350
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1374
1351
|
("is_benefit", "=", False),
|
|
1375
1352
|
],
|
|
@@ -1427,7 +1404,6 @@ class ICMSRegulation(models.Model):
|
|
|
1427
1404
|
string="ICMS FCP SC",
|
|
1428
1405
|
domain=[
|
|
1429
1406
|
("state_from_id.code", "=", "SC"),
|
|
1430
|
-
("state_to_ids.code", "=", "SC"),
|
|
1431
1407
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1432
1408
|
("is_benefit", "=", False),
|
|
1433
1409
|
],
|
|
@@ -1485,7 +1461,6 @@ class ICMSRegulation(models.Model):
|
|
|
1485
1461
|
string="ICMS FCP SP",
|
|
1486
1462
|
domain=[
|
|
1487
1463
|
("state_from_id.code", "=", "SP"),
|
|
1488
|
-
("state_to_ids.code", "=", "SP"),
|
|
1489
1464
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1490
1465
|
("is_benefit", "=", False),
|
|
1491
1466
|
],
|
|
@@ -1543,7 +1518,6 @@ class ICMSRegulation(models.Model):
|
|
|
1543
1518
|
string="ICMS FCP SE",
|
|
1544
1519
|
domain=[
|
|
1545
1520
|
("state_from_id.code", "=", "SE"),
|
|
1546
|
-
("state_to_ids.code", "=", "SE"),
|
|
1547
1521
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1548
1522
|
("is_benefit", "=", False),
|
|
1549
1523
|
],
|
|
@@ -1601,7 +1575,6 @@ class ICMSRegulation(models.Model):
|
|
|
1601
1575
|
string="ICMS FCP TO",
|
|
1602
1576
|
domain=[
|
|
1603
1577
|
("state_from_id.code", "=", "TO"),
|
|
1604
|
-
("state_to_ids.code", "=", "TO"),
|
|
1605
1578
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1606
1579
|
("is_benefit", "=", False),
|
|
1607
1580
|
],
|
|
@@ -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:126787d3a85e53aff1cc966ec7c2fdeae7dcbe62f1f391ebd3700e97d2fb23b6
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-l10n-br-fiscal
|
|
3
|
-
Version: 16.0.1.8.
|
|
3
|
+
Version: 16.0.1.8.1
|
|
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:126787d3a85e53aff1cc966ec7c2fdeae7dcbe62f1f391ebd3700e97d2fb23b6
|
|
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=rJoKi5aLU06_7uZdtgw2emi5Satq4AtKxKOavGr4u3Y,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=Hih5i74hE0jbfnGiasMes8OKN0Hu8dG122yqA7Kdl18,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
|
|
@@ -86,7 +86,7 @@ odoo/addons/l10n_br_fiscal/models/document_serie.py,sha256=ZtmsCWZl6JMdiyZMxtZSH
|
|
|
86
86
|
odoo/addons/l10n_br_fiscal/models/document_type.py,sha256=apFUxAOKsXK4EzGRXiscLf6QDOqHVGFRZ-m95mXSudE,2150
|
|
87
87
|
odoo/addons/l10n_br_fiscal/models/document_workflow.py,sha256=S_zop-zqDqCGuNivGcjjuEB03_pSgim0-i1hKu01I50,14428
|
|
88
88
|
odoo/addons/l10n_br_fiscal/models/ibpt.py,sha256=MHO6Cu7rmIIWyxB2rt_M0hhrdgoo5FERqlFlHsvKxNg,2357
|
|
89
|
-
odoo/addons/l10n_br_fiscal/models/icms_regulation.py,sha256=
|
|
89
|
+
odoo/addons/l10n_br_fiscal/models/icms_regulation.py,sha256=0b2d6SLv1H3fD8qNYIUdkXKLBBBVFr50be-GigtmAm4,62368
|
|
90
90
|
odoo/addons/l10n_br_fiscal/models/icms_relief.py,sha256=apls6lhlGASA93O_lNCterkZKlsl-1ohqNLjpnLLY7c,323
|
|
91
91
|
odoo/addons/l10n_br_fiscal/models/invalidate_number.py,sha256=04t26yWwftJ7aqOCSkLWimyFIweGjhodGKFQts0lvvM,6050
|
|
92
92
|
odoo/addons/l10n_br_fiscal/models/nbm.py,sha256=RNS3jvw1V1lorZoj6A0NS9QsQ_wSmv6k3w51ayTxATQ,1827
|
|
@@ -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=63NQv85E3jV-T-Zw4pB72Jrdh6xPQ42glHQpOASGte0,15362
|
|
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=7V8XMboUt5fRsEd2scdx7Zm0gS1iNJoRwOob4iuYBQw,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
|
|
@@ -224,7 +224,7 @@ odoo/addons/l10n_br_fiscal/wizards/document_status_wizard.py,sha256=_hsF1mQdknc0
|
|
|
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.8.
|
|
228
|
-
odoo_addon_l10n_br_fiscal-16.0.1.8.
|
|
229
|
-
odoo_addon_l10n_br_fiscal-16.0.1.8.
|
|
230
|
-
odoo_addon_l10n_br_fiscal-16.0.1.8.
|
|
227
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info/METADATA,sha256=-uuVNzRBxoa6YnWdFrxWheV7tWHEdEJU1zLWxdlii1M,14191
|
|
228
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
229
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
230
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|