odoo-addon-l10n-br-fiscal 16.0.1.6.0__py3-none-any.whl → 16.0.1.8.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/i18n/pt_BR.po +5 -1
- odoo/addons/l10n_br_fiscal/models/icms_regulation.py +1 -23
- odoo/addons/l10n_br_fiscal/security/ir.model.access.csv +3 -1
- odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
- {odoo_addon_l10n_br_fiscal-16.0.1.6.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_br_fiscal-16.0.1.6.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info}/RECORD +10 -10
- {odoo_addon_l10n_br_fiscal-16.0.1.6.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-16.0.1.6.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.8.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:7398061123af13dbdb8dbcd805d53002f46e86af0bc354346198aeca7acb62a5
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -835,7 +835,6 @@ msgstr ""
|
|
|
835
835
|
|
|
836
836
|
#. module: l10n_br_fiscal
|
|
837
837
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.document_all_action
|
|
838
|
-
#: model:ir.ui.menu,name:l10n_br_fiscal.document_all_menu
|
|
839
838
|
#: model:ir.ui.menu,name:l10n_br_fiscal.document_sub_menu
|
|
840
839
|
msgid "All Documents"
|
|
841
840
|
msgstr "Todos os Documentos"
|
|
@@ -859,6 +858,11 @@ msgstr ""
|
|
|
859
858
|
"Todas as Séries para documentos suportadas pelo módulo\n"
|
|
860
859
|
" Fiscal Brasileiro para Odoo."
|
|
861
860
|
|
|
861
|
+
#. module: l10n_br_fiscal
|
|
862
|
+
#: model:ir.ui.menu,name:l10n_br_fiscal.document_all_menu
|
|
863
|
+
msgid "All low level Documents"
|
|
864
|
+
msgstr ""
|
|
865
|
+
|
|
862
866
|
#. module: l10n_br_fiscal
|
|
863
867
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line__allow_csll_irpj
|
|
864
868
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line_mixin__allow_csll_irpj
|
|
@@ -314,7 +314,6 @@ class ICMSRegulation(models.Model):
|
|
|
314
314
|
string="ICMS ST BA",
|
|
315
315
|
domain=[
|
|
316
316
|
("state_from_id.code", "=", "BA"),
|
|
317
|
-
("state_to_ids.code", "=", "BA"),
|
|
318
317
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
319
318
|
("is_benefit", "=", False),
|
|
320
319
|
],
|
|
@@ -373,7 +372,6 @@ class ICMSRegulation(models.Model):
|
|
|
373
372
|
string="ICMS ST CE",
|
|
374
373
|
domain=[
|
|
375
374
|
("state_from_id.code", "=", "CE"),
|
|
376
|
-
("state_to_ids.code", "=", "CE"),
|
|
377
375
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
378
376
|
("is_benefit", "=", False),
|
|
379
377
|
],
|
|
@@ -432,7 +430,6 @@ class ICMSRegulation(models.Model):
|
|
|
432
430
|
string="ICMS ST DF",
|
|
433
431
|
domain=[
|
|
434
432
|
("state_from_id.code", "=", "DF"),
|
|
435
|
-
("state_to_ids.code", "=", "DF"),
|
|
436
433
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
437
434
|
("is_benefit", "=", False),
|
|
438
435
|
],
|
|
@@ -491,7 +488,6 @@ class ICMSRegulation(models.Model):
|
|
|
491
488
|
string="ICMS ST ES",
|
|
492
489
|
domain=[
|
|
493
490
|
("state_from_id.code", "=", "ES"),
|
|
494
|
-
("state_to_ids.code", "=", "ES"),
|
|
495
491
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
496
492
|
("is_benefit", "=", False),
|
|
497
493
|
],
|
|
@@ -550,7 +546,6 @@ class ICMSRegulation(models.Model):
|
|
|
550
546
|
string="ICMS ST GO",
|
|
551
547
|
domain=[
|
|
552
548
|
("state_from_id.code", "=", "GO"),
|
|
553
|
-
("state_to_ids.code", "=", "GO"),
|
|
554
549
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
555
550
|
("is_benefit", "=", False),
|
|
556
551
|
],
|
|
@@ -609,7 +604,6 @@ class ICMSRegulation(models.Model):
|
|
|
609
604
|
string="ICMS ST MA",
|
|
610
605
|
domain=[
|
|
611
606
|
("state_from_id.code", "=", "MA"),
|
|
612
|
-
("state_to_ids.code", "=", "MA"),
|
|
613
607
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
614
608
|
("is_benefit", "=", False),
|
|
615
609
|
],
|
|
@@ -668,7 +662,6 @@ class ICMSRegulation(models.Model):
|
|
|
668
662
|
string="ICMS ST MT",
|
|
669
663
|
domain=[
|
|
670
664
|
("state_from_id.code", "=", "MT"),
|
|
671
|
-
("state_to_ids.code", "=", "MT"),
|
|
672
665
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
673
666
|
("is_benefit", "=", False),
|
|
674
667
|
],
|
|
@@ -727,7 +720,6 @@ class ICMSRegulation(models.Model):
|
|
|
727
720
|
string="ICMS ST MS",
|
|
728
721
|
domain=[
|
|
729
722
|
("state_from_id.code", "=", "MS"),
|
|
730
|
-
("state_to_ids.code", "=", "MS"),
|
|
731
723
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
732
724
|
("is_benefit", "=", False),
|
|
733
725
|
],
|
|
@@ -786,7 +778,6 @@ class ICMSRegulation(models.Model):
|
|
|
786
778
|
string="ICMS ST MG",
|
|
787
779
|
domain=[
|
|
788
780
|
("state_from_id.code", "=", "MG"),
|
|
789
|
-
("state_to_ids.code", "=", "MG"),
|
|
790
781
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
791
782
|
("is_benefit", "=", False),
|
|
792
783
|
],
|
|
@@ -845,7 +836,6 @@ class ICMSRegulation(models.Model):
|
|
|
845
836
|
string="ICMS ST PA",
|
|
846
837
|
domain=[
|
|
847
838
|
("state_from_id.code", "=", "PA"),
|
|
848
|
-
("state_to_ids.code", "=", "PA"),
|
|
849
839
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
850
840
|
("is_benefit", "=", False),
|
|
851
841
|
],
|
|
@@ -904,7 +894,6 @@ class ICMSRegulation(models.Model):
|
|
|
904
894
|
string="ICMS ST PB",
|
|
905
895
|
domain=[
|
|
906
896
|
("state_from_id.code", "=", "PB"),
|
|
907
|
-
("state_to_ids.code", "=", "PB"),
|
|
908
897
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
909
898
|
("is_benefit", "=", False),
|
|
910
899
|
],
|
|
@@ -963,7 +952,6 @@ class ICMSRegulation(models.Model):
|
|
|
963
952
|
string="ICMS ST PR",
|
|
964
953
|
domain=[
|
|
965
954
|
("state_from_id.code", "=", "PR"),
|
|
966
|
-
("state_to_ids.code", "=", "PR"),
|
|
967
955
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
968
956
|
("is_benefit", "=", False),
|
|
969
957
|
],
|
|
@@ -1022,7 +1010,6 @@ class ICMSRegulation(models.Model):
|
|
|
1022
1010
|
string="ICMS ST PE",
|
|
1023
1011
|
domain=[
|
|
1024
1012
|
("state_from_id.code", "=", "PE"),
|
|
1025
|
-
("state_to_ids.code", "=", "PE"),
|
|
1026
1013
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1027
1014
|
("is_benefit", "=", False),
|
|
1028
1015
|
],
|
|
@@ -1081,7 +1068,6 @@ class ICMSRegulation(models.Model):
|
|
|
1081
1068
|
string="ICMS ST PI",
|
|
1082
1069
|
domain=[
|
|
1083
1070
|
("state_from_id.code", "=", "PI"),
|
|
1084
|
-
("state_to_ids.code", "=", "PI"),
|
|
1085
1071
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1086
1072
|
("is_benefit", "=", False),
|
|
1087
1073
|
],
|
|
@@ -1140,7 +1126,6 @@ class ICMSRegulation(models.Model):
|
|
|
1140
1126
|
string="ICMS ST RN",
|
|
1141
1127
|
domain=[
|
|
1142
1128
|
("state_from_id.code", "=", "RN"),
|
|
1143
|
-
("state_to_ids.code", "=", "RN"),
|
|
1144
1129
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1145
1130
|
("is_benefit", "=", False),
|
|
1146
1131
|
],
|
|
@@ -1199,7 +1184,6 @@ class ICMSRegulation(models.Model):
|
|
|
1199
1184
|
string="ICMS ST RS",
|
|
1200
1185
|
domain=[
|
|
1201
1186
|
("state_from_id.code", "=", "RS"),
|
|
1202
|
-
("state_to_ids.code", "=", "RS"),
|
|
1203
1187
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1204
1188
|
("is_benefit", "=", False),
|
|
1205
1189
|
],
|
|
@@ -1258,7 +1242,6 @@ class ICMSRegulation(models.Model):
|
|
|
1258
1242
|
string="ICMS ST RJ",
|
|
1259
1243
|
domain=[
|
|
1260
1244
|
("state_from_id.code", "=", "RJ"),
|
|
1261
|
-
("state_to_ids.code", "=", "RJ"),
|
|
1262
1245
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1263
1246
|
("is_benefit", "=", False),
|
|
1264
1247
|
],
|
|
@@ -1317,7 +1300,6 @@ class ICMSRegulation(models.Model):
|
|
|
1317
1300
|
string="ICMS ST RO",
|
|
1318
1301
|
domain=[
|
|
1319
1302
|
("state_from_id.code", "=", "RO"),
|
|
1320
|
-
("state_to_ids.code", "=", "RO"),
|
|
1321
1303
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1322
1304
|
("is_benefit", "=", False),
|
|
1323
1305
|
],
|
|
@@ -1376,7 +1358,6 @@ class ICMSRegulation(models.Model):
|
|
|
1376
1358
|
string="ICMS ST RR",
|
|
1377
1359
|
domain=[
|
|
1378
1360
|
("state_from_id.code", "=", "RR"),
|
|
1379
|
-
("state_to_ids.code", "=", "RR"),
|
|
1380
1361
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1381
1362
|
("is_benefit", "=", False),
|
|
1382
1363
|
],
|
|
@@ -1434,8 +1415,7 @@ class ICMSRegulation(models.Model):
|
|
|
1434
1415
|
inverse_name="icms_regulation_id",
|
|
1435
1416
|
string="ICMS ST SC",
|
|
1436
1417
|
domain=[
|
|
1437
|
-
("state_from_id.code", "
|
|
1438
|
-
("state_to_ids.code", "in", ("SC", False)),
|
|
1418
|
+
("state_from_id.code", "=", "SC"),
|
|
1439
1419
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1440
1420
|
("is_benefit", "=", False),
|
|
1441
1421
|
],
|
|
@@ -1552,7 +1532,6 @@ class ICMSRegulation(models.Model):
|
|
|
1552
1532
|
string="ICMS ST SE",
|
|
1553
1533
|
domain=[
|
|
1554
1534
|
("state_from_id.code", "=", "SE"),
|
|
1555
|
-
("state_to_ids.code", "=", "SE"),
|
|
1556
1535
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1557
1536
|
("is_benefit", "=", False),
|
|
1558
1537
|
],
|
|
@@ -1611,7 +1590,6 @@ class ICMSRegulation(models.Model):
|
|
|
1611
1590
|
string="ICMS ST TO",
|
|
1612
1591
|
domain=[
|
|
1613
1592
|
("state_from_id.code", "=", "TO"),
|
|
1614
|
-
("state_to_ids.code", "=", "TO"),
|
|
1615
1593
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1616
1594
|
("is_benefit", "=", False),
|
|
1617
1595
|
],
|
|
@@ -18,9 +18,11 @@
|
|
|
18
18
|
"l10n_br_fiscal_tax_manager","Fiscal Tax for Manager","model_l10n_br_fiscal_tax","l10n_br_fiscal.group_manager",1,1,1,1
|
|
19
19
|
"l10n_br_fiscal_tax_estimate_user","Fiscal Tax Estimate for User","model_l10n_br_fiscal_tax_estimate","l10n_br_fiscal.group_user",1,0,0,0
|
|
20
20
|
"l10n_br_fiscal_tax_estimate_manager","Fiscal Tax Estimate for Manager","model_l10n_br_fiscal_tax_estimate","l10n_br_fiscal.group_manager",1,1,1,1
|
|
21
|
+
"base_ncm_user","Fiscal NCM for User","model_l10n_br_fiscal_ncm","base.group_user",1,0,0,0
|
|
21
22
|
"l10n_br_fiscal_ncm_user","Fiscal NCM for User","model_l10n_br_fiscal_ncm","l10n_br_fiscal.group_user",1,1,0,0
|
|
22
23
|
"l10n_br_fiscal_ncm_manager","Fiscal NCM for Manager","model_l10n_br_fiscal_ncm","l10n_br_fiscal.group_manager",1,1,0,0
|
|
23
24
|
"l10n_br_fiscal_ncm_manager_maintenance","Fiscal NCM for Maintenance","model_l10n_br_fiscal_ncm","l10n_br_fiscal.group_data_maintenance",1,1,1,1
|
|
25
|
+
"base_nbm_user","Fiscal NBM for User","model_l10n_br_fiscal_nbm","base.group_user",1,0,0,0
|
|
24
26
|
"l10n_br_fiscal_nbm_user","Fiscal NBM for User","model_l10n_br_fiscal_nbm","l10n_br_fiscal.group_user",1,1,0,0
|
|
25
27
|
"l10n_br_fiscal_nbm_manager","Fiscal NBM for Manager","model_l10n_br_fiscal_nbm","l10n_br_fiscal.group_manager",1,1,0,0
|
|
26
28
|
"l10n_br_fiscal_nbm_manager_maintenance","Fiscal NBM for Maintenance","model_l10n_br_fiscal_nbm","l10n_br_fiscal.group_data_maintenance",1,1,1,1
|
|
@@ -77,7 +79,7 @@
|
|
|
77
79
|
"l10n_br_fiscal_document_line_manager","Fiscal Document Line for Manager","model_l10n_br_fiscal_document_line","l10n_br_fiscal.group_manager",1,1,1,1
|
|
78
80
|
"l10n_br_fiscal_comment_user","Comment for User","model_l10n_br_fiscal_comment","l10n_br_fiscal.group_user",1,0,0,0
|
|
79
81
|
"l10n_br_fiscal_comment_manager","Comment for Manager","model_l10n_br_fiscal_comment","l10n_br_fiscal.group_manager",1,1,1,1
|
|
80
|
-
"l10n_br_fiscal_tax_definition_user","Tax Definition for User","model_l10n_br_fiscal_tax_definition","
|
|
82
|
+
"l10n_br_fiscal_tax_definition_user","Tax Definition for User","model_l10n_br_fiscal_tax_definition","base.group_user",1,0,0,0
|
|
81
83
|
"l10n_br_fiscal_tax_definition_manager","Tax Definition for Manager","model_l10n_br_fiscal_tax_definition","l10n_br_fiscal.group_manager",1,1,1,1
|
|
82
84
|
"l10n_br_fiscal_tax_pis_cofins_user","Tax PIS COFINS for User","model_l10n_br_fiscal_tax_pis_cofins","l10n_br_fiscal.group_user",1,0,0,0
|
|
83
85
|
"l10n_br_fiscal_tax_pis_cofins_manager","Tax PIS COFINS for Manager","model_l10n_br_fiscal_tax_pis_cofins","l10n_br_fiscal.group_manager",1,0,0,0
|
|
@@ -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:7398061123af13dbdb8dbcd805d53002f46e86af0bc354346198aeca7acb62a5
|
|
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.
|
|
3
|
+
Version: 16.0.1.8.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:7398061123af13dbdb8dbcd805d53002f46e86af0bc354346198aeca7acb62a5
|
|
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=IEunb8aR4zArXrTwvICzhlnl9z-4zrkJCXye997jwM8,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=ZkBsgAvg8hiOAqIHJH0mGCwKjQ_XErHF3sG4hScOGZg,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
|
|
@@ -59,7 +59,7 @@ odoo/addons/l10n_br_fiscal/demo/product_demo.xml,sha256=D61ewI_-geCkYnCVYN9nbflZ
|
|
|
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
61
|
odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot,sha256=QzcBlohs9MGsmrYc3otErxMUJTgc5ZFIWukIHLL2Cy8,439124
|
|
62
|
-
odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=
|
|
62
|
+
odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=TNLihfnCKxNCwq38Bm42uvh1ByqAgiT1D0S-26C-W-4,498860
|
|
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
|
|
65
65
|
odoo/addons/l10n_br_fiscal/models/cfop.py,sha256=3MF857TFGVERQcwcDM97-PcM0Xes4uTfPsAPogZG7Q4,3263
|
|
@@ -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=SSDjtcWStCBBlKbV4A47ISqYG50EpiIrC_ZafOWT2h8,63610
|
|
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
|
|
@@ -139,9 +139,9 @@ odoo/addons/l10n_br_fiscal/readme/INSTALL.rst,sha256=86kR2HOuX5yhULmqz28puyPWkAr
|
|
|
139
139
|
odoo/addons/l10n_br_fiscal/readme/ROADMAP.rst,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
140
140
|
odoo/addons/l10n_br_fiscal/readme/USAGE.rst,sha256=jDnMjM42hjTlqhbpIzjkhJo59eX4jldfQXBKNqyzkmg,247
|
|
141
141
|
odoo/addons/l10n_br_fiscal/security/fiscal_security.xml,sha256=c4D3MoIsVnkZ1pDY_iw8jM2hBPz3VCkl5JKnm_hkau0,3700
|
|
142
|
-
odoo/addons/l10n_br_fiscal/security/ir.model.access.csv,sha256=
|
|
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=AqhPQLSg2n3fvXOxE-WieCX30S9r5Te3MbkGdEPYMHY,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.
|
|
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.8.0.dist-info/METADATA,sha256=_mo1zlqtM7J-QaLyvRFZ9ZWot_l9Y6G7pCD9Mpqn9h4,14191
|
|
228
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
229
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
230
|
+
odoo_addon_l10n_br_fiscal-16.0.1.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|