odoo-addon-l10n-br-fiscal 15.0.1.8.0__py3-none-any.whl → 15.0.1.9.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 +1 -50
- odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
- {odoo_addon_l10n_br_fiscal-15.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info}/METADATA +2 -2
- {odoo_addon_l10n_br_fiscal-15.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info}/RECORD +8 -8
- {odoo_addon_l10n_br_fiscal-15.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-15.0.1.8.0.dist-info → odoo_addon_l10n_br_fiscal-15.0.1.9.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:dabeb195745e9472339533203ace340d59a5f877e057eea6e2aa91588c09667a
|
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
12
|
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
|
@@ -95,7 +95,6 @@ class ICMSRegulation(models.Model):
|
|
|
95
95
|
string="ICMS FCP AC",
|
|
96
96
|
domain=[
|
|
97
97
|
("state_from_id.code", "=", "AC"),
|
|
98
|
-
("state_to_ids.code", "=", "AC"),
|
|
99
98
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
100
99
|
("is_benefit", "=", False),
|
|
101
100
|
],
|
|
@@ -153,7 +152,6 @@ class ICMSRegulation(models.Model):
|
|
|
153
152
|
string="ICMS FCP AL",
|
|
154
153
|
domain=[
|
|
155
154
|
("state_from_id.code", "=", "AL"),
|
|
156
|
-
("state_to_ids.code", "=", "AL"),
|
|
157
155
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
158
156
|
("is_benefit", "=", False),
|
|
159
157
|
],
|
|
@@ -211,7 +209,6 @@ class ICMSRegulation(models.Model):
|
|
|
211
209
|
string="ICMS FCP AM",
|
|
212
210
|
domain=[
|
|
213
211
|
("state_from_id.code", "=", "AM"),
|
|
214
|
-
("state_to_ids.code", "=", "AM"),
|
|
215
212
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
216
213
|
("is_benefit", "=", False),
|
|
217
214
|
],
|
|
@@ -269,7 +266,6 @@ class ICMSRegulation(models.Model):
|
|
|
269
266
|
string="ICMS FCP AP",
|
|
270
267
|
domain=[
|
|
271
268
|
("state_from_id.code", "=", "AP"),
|
|
272
|
-
("state_to_ids.code", "=", "AP"),
|
|
273
269
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
274
270
|
("is_benefit", "=", False),
|
|
275
271
|
],
|
|
@@ -316,7 +312,6 @@ class ICMSRegulation(models.Model):
|
|
|
316
312
|
string="ICMS ST BA",
|
|
317
313
|
domain=[
|
|
318
314
|
("state_from_id.code", "=", "BA"),
|
|
319
|
-
("state_to_ids.code", "=", "BA"),
|
|
320
315
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
321
316
|
("is_benefit", "=", False),
|
|
322
317
|
],
|
|
@@ -328,7 +323,6 @@ class ICMSRegulation(models.Model):
|
|
|
328
323
|
string="ICMS FCP BA",
|
|
329
324
|
domain=[
|
|
330
325
|
("state_from_id.code", "=", "BA"),
|
|
331
|
-
("state_to_ids.code", "=", "BA"),
|
|
332
326
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
333
327
|
("is_benefit", "=", False),
|
|
334
328
|
],
|
|
@@ -375,7 +369,6 @@ class ICMSRegulation(models.Model):
|
|
|
375
369
|
string="ICMS ST CE",
|
|
376
370
|
domain=[
|
|
377
371
|
("state_from_id.code", "=", "CE"),
|
|
378
|
-
("state_to_ids.code", "=", "CE"),
|
|
379
372
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
380
373
|
("is_benefit", "=", False),
|
|
381
374
|
],
|
|
@@ -387,7 +380,6 @@ class ICMSRegulation(models.Model):
|
|
|
387
380
|
string="ICMS FCP CE",
|
|
388
381
|
domain=[
|
|
389
382
|
("state_from_id.code", "=", "CE"),
|
|
390
|
-
("state_to_ids.code", "=", "CE"),
|
|
391
383
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
392
384
|
("is_benefit", "=", False),
|
|
393
385
|
],
|
|
@@ -434,7 +426,6 @@ class ICMSRegulation(models.Model):
|
|
|
434
426
|
string="ICMS ST DF",
|
|
435
427
|
domain=[
|
|
436
428
|
("state_from_id.code", "=", "DF"),
|
|
437
|
-
("state_to_ids.code", "=", "DF"),
|
|
438
429
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
439
430
|
("is_benefit", "=", False),
|
|
440
431
|
],
|
|
@@ -446,7 +437,6 @@ class ICMSRegulation(models.Model):
|
|
|
446
437
|
string="ICMS FCP DF",
|
|
447
438
|
domain=[
|
|
448
439
|
("state_from_id.code", "=", "DF"),
|
|
449
|
-
("state_to_ids.code", "=", "DF"),
|
|
450
440
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
451
441
|
("is_benefit", "=", False),
|
|
452
442
|
],
|
|
@@ -493,7 +483,6 @@ class ICMSRegulation(models.Model):
|
|
|
493
483
|
string="ICMS ST ES",
|
|
494
484
|
domain=[
|
|
495
485
|
("state_from_id.code", "=", "ES"),
|
|
496
|
-
("state_to_ids.code", "=", "ES"),
|
|
497
486
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
498
487
|
("is_benefit", "=", False),
|
|
499
488
|
],
|
|
@@ -505,7 +494,6 @@ class ICMSRegulation(models.Model):
|
|
|
505
494
|
string="ICMS FCP ES",
|
|
506
495
|
domain=[
|
|
507
496
|
("state_from_id.code", "=", "ES"),
|
|
508
|
-
("state_to_ids.code", "=", "ES"),
|
|
509
497
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
510
498
|
("is_benefit", "=", False),
|
|
511
499
|
],
|
|
@@ -552,7 +540,6 @@ class ICMSRegulation(models.Model):
|
|
|
552
540
|
string="ICMS ST GO",
|
|
553
541
|
domain=[
|
|
554
542
|
("state_from_id.code", "=", "GO"),
|
|
555
|
-
("state_to_ids.code", "=", "GO"),
|
|
556
543
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
557
544
|
("is_benefit", "=", False),
|
|
558
545
|
],
|
|
@@ -564,7 +551,6 @@ class ICMSRegulation(models.Model):
|
|
|
564
551
|
string="ICMS FCP GO",
|
|
565
552
|
domain=[
|
|
566
553
|
("state_from_id.code", "=", "GO"),
|
|
567
|
-
("state_to_ids.code", "=", "GO"),
|
|
568
554
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
569
555
|
("is_benefit", "=", False),
|
|
570
556
|
],
|
|
@@ -611,7 +597,6 @@ class ICMSRegulation(models.Model):
|
|
|
611
597
|
string="ICMS ST MA",
|
|
612
598
|
domain=[
|
|
613
599
|
("state_from_id.code", "=", "MA"),
|
|
614
|
-
("state_to_ids.code", "=", "MA"),
|
|
615
600
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
616
601
|
("is_benefit", "=", False),
|
|
617
602
|
],
|
|
@@ -623,7 +608,6 @@ class ICMSRegulation(models.Model):
|
|
|
623
608
|
string="ICMS FCP MA",
|
|
624
609
|
domain=[
|
|
625
610
|
("state_from_id.code", "=", "MA"),
|
|
626
|
-
("state_to_ids.code", "=", "MA"),
|
|
627
611
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
628
612
|
("is_benefit", "=", False),
|
|
629
613
|
],
|
|
@@ -670,7 +654,6 @@ class ICMSRegulation(models.Model):
|
|
|
670
654
|
string="ICMS ST MT",
|
|
671
655
|
domain=[
|
|
672
656
|
("state_from_id.code", "=", "MT"),
|
|
673
|
-
("state_to_ids.code", "=", "MT"),
|
|
674
657
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
675
658
|
("is_benefit", "=", False),
|
|
676
659
|
],
|
|
@@ -682,7 +665,6 @@ class ICMSRegulation(models.Model):
|
|
|
682
665
|
string="ICMS FCP MT",
|
|
683
666
|
domain=[
|
|
684
667
|
("state_from_id.code", "=", "MT"),
|
|
685
|
-
("state_to_ids.code", "=", "MT"),
|
|
686
668
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
687
669
|
("is_benefit", "=", False),
|
|
688
670
|
],
|
|
@@ -729,7 +711,6 @@ class ICMSRegulation(models.Model):
|
|
|
729
711
|
string="ICMS ST MS",
|
|
730
712
|
domain=[
|
|
731
713
|
("state_from_id.code", "=", "MS"),
|
|
732
|
-
("state_to_ids.code", "=", "MS"),
|
|
733
714
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
734
715
|
("is_benefit", "=", False),
|
|
735
716
|
],
|
|
@@ -741,7 +722,6 @@ class ICMSRegulation(models.Model):
|
|
|
741
722
|
string="ICMS FCP MS",
|
|
742
723
|
domain=[
|
|
743
724
|
("state_from_id.code", "=", "MS"),
|
|
744
|
-
("state_to_ids.code", "=", "MS"),
|
|
745
725
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
746
726
|
("is_benefit", "=", False),
|
|
747
727
|
],
|
|
@@ -788,7 +768,6 @@ class ICMSRegulation(models.Model):
|
|
|
788
768
|
string="ICMS ST MG",
|
|
789
769
|
domain=[
|
|
790
770
|
("state_from_id.code", "=", "MG"),
|
|
791
|
-
("state_to_ids.code", "=", "MG"),
|
|
792
771
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
793
772
|
("is_benefit", "=", False),
|
|
794
773
|
],
|
|
@@ -800,7 +779,6 @@ class ICMSRegulation(models.Model):
|
|
|
800
779
|
string="ICMS FCP MG",
|
|
801
780
|
domain=[
|
|
802
781
|
("state_from_id.code", "=", "MG"),
|
|
803
|
-
("state_to_ids.code", "=", "MG"),
|
|
804
782
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
805
783
|
("is_benefit", "=", False),
|
|
806
784
|
],
|
|
@@ -847,7 +825,6 @@ class ICMSRegulation(models.Model):
|
|
|
847
825
|
string="ICMS ST PA",
|
|
848
826
|
domain=[
|
|
849
827
|
("state_from_id.code", "=", "PA"),
|
|
850
|
-
("state_to_ids.code", "=", "PA"),
|
|
851
828
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
852
829
|
("is_benefit", "=", False),
|
|
853
830
|
],
|
|
@@ -859,7 +836,6 @@ class ICMSRegulation(models.Model):
|
|
|
859
836
|
string="ICMS FCP PA",
|
|
860
837
|
domain=[
|
|
861
838
|
("state_from_id.code", "=", "PA"),
|
|
862
|
-
("state_to_ids.code", "=", "PA"),
|
|
863
839
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
864
840
|
("is_benefit", "=", False),
|
|
865
841
|
],
|
|
@@ -906,7 +882,6 @@ class ICMSRegulation(models.Model):
|
|
|
906
882
|
string="ICMS ST PB",
|
|
907
883
|
domain=[
|
|
908
884
|
("state_from_id.code", "=", "PB"),
|
|
909
|
-
("state_to_ids.code", "=", "PB"),
|
|
910
885
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
911
886
|
("is_benefit", "=", False),
|
|
912
887
|
],
|
|
@@ -918,7 +893,6 @@ class ICMSRegulation(models.Model):
|
|
|
918
893
|
string="ICMS FCP PB",
|
|
919
894
|
domain=[
|
|
920
895
|
("state_from_id.code", "=", "PB"),
|
|
921
|
-
("state_to_ids.code", "=", "PB"),
|
|
922
896
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
923
897
|
("is_benefit", "=", False),
|
|
924
898
|
],
|
|
@@ -965,7 +939,6 @@ class ICMSRegulation(models.Model):
|
|
|
965
939
|
string="ICMS ST PR",
|
|
966
940
|
domain=[
|
|
967
941
|
("state_from_id.code", "=", "PR"),
|
|
968
|
-
("state_to_ids.code", "=", "PR"),
|
|
969
942
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
970
943
|
("is_benefit", "=", False),
|
|
971
944
|
],
|
|
@@ -977,7 +950,6 @@ class ICMSRegulation(models.Model):
|
|
|
977
950
|
string="ICMS FCP PR",
|
|
978
951
|
domain=[
|
|
979
952
|
("state_from_id.code", "=", "PR"),
|
|
980
|
-
("state_to_ids.code", "=", "PR"),
|
|
981
953
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
982
954
|
("is_benefit", "=", False),
|
|
983
955
|
],
|
|
@@ -1024,7 +996,6 @@ class ICMSRegulation(models.Model):
|
|
|
1024
996
|
string="ICMS ST PE",
|
|
1025
997
|
domain=[
|
|
1026
998
|
("state_from_id.code", "=", "PE"),
|
|
1027
|
-
("state_to_ids.code", "=", "PE"),
|
|
1028
999
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1029
1000
|
("is_benefit", "=", False),
|
|
1030
1001
|
],
|
|
@@ -1036,7 +1007,6 @@ class ICMSRegulation(models.Model):
|
|
|
1036
1007
|
string="ICMS FCP PE",
|
|
1037
1008
|
domain=[
|
|
1038
1009
|
("state_from_id.code", "=", "PE"),
|
|
1039
|
-
("state_to_ids.code", "=", "PE"),
|
|
1040
1010
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1041
1011
|
("is_benefit", "=", False),
|
|
1042
1012
|
],
|
|
@@ -1083,7 +1053,6 @@ class ICMSRegulation(models.Model):
|
|
|
1083
1053
|
string="ICMS ST PI",
|
|
1084
1054
|
domain=[
|
|
1085
1055
|
("state_from_id.code", "=", "PI"),
|
|
1086
|
-
("state_to_ids.code", "=", "PI"),
|
|
1087
1056
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1088
1057
|
("is_benefit", "=", False),
|
|
1089
1058
|
],
|
|
@@ -1095,7 +1064,6 @@ class ICMSRegulation(models.Model):
|
|
|
1095
1064
|
string="ICMS FCP PI",
|
|
1096
1065
|
domain=[
|
|
1097
1066
|
("state_from_id.code", "=", "PI"),
|
|
1098
|
-
("state_to_ids.code", "=", "PI"),
|
|
1099
1067
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1100
1068
|
("is_benefit", "=", False),
|
|
1101
1069
|
],
|
|
@@ -1142,7 +1110,6 @@ class ICMSRegulation(models.Model):
|
|
|
1142
1110
|
string="ICMS ST RN",
|
|
1143
1111
|
domain=[
|
|
1144
1112
|
("state_from_id.code", "=", "RN"),
|
|
1145
|
-
("state_to_ids.code", "=", "RN"),
|
|
1146
1113
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1147
1114
|
("is_benefit", "=", False),
|
|
1148
1115
|
],
|
|
@@ -1154,7 +1121,6 @@ class ICMSRegulation(models.Model):
|
|
|
1154
1121
|
string="ICMS FCP RN",
|
|
1155
1122
|
domain=[
|
|
1156
1123
|
("state_from_id.code", "=", "RN"),
|
|
1157
|
-
("state_to_ids.code", "=", "RN"),
|
|
1158
1124
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1159
1125
|
("is_benefit", "=", False),
|
|
1160
1126
|
],
|
|
@@ -1201,7 +1167,6 @@ class ICMSRegulation(models.Model):
|
|
|
1201
1167
|
string="ICMS ST RS",
|
|
1202
1168
|
domain=[
|
|
1203
1169
|
("state_from_id.code", "=", "RS"),
|
|
1204
|
-
("state_to_ids.code", "=", "RS"),
|
|
1205
1170
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1206
1171
|
("is_benefit", "=", False),
|
|
1207
1172
|
],
|
|
@@ -1213,7 +1178,6 @@ class ICMSRegulation(models.Model):
|
|
|
1213
1178
|
string="ICMS FCP RS",
|
|
1214
1179
|
domain=[
|
|
1215
1180
|
("state_from_id.code", "=", "RS"),
|
|
1216
|
-
("state_to_ids.code", "=", "RS"),
|
|
1217
1181
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1218
1182
|
("is_benefit", "=", False),
|
|
1219
1183
|
],
|
|
@@ -1260,7 +1224,6 @@ class ICMSRegulation(models.Model):
|
|
|
1260
1224
|
string="ICMS ST RJ",
|
|
1261
1225
|
domain=[
|
|
1262
1226
|
("state_from_id.code", "=", "RJ"),
|
|
1263
|
-
("state_to_ids.code", "=", "RJ"),
|
|
1264
1227
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1265
1228
|
("is_benefit", "=", False),
|
|
1266
1229
|
],
|
|
@@ -1272,7 +1235,6 @@ class ICMSRegulation(models.Model):
|
|
|
1272
1235
|
string="ICMS FCP RJ",
|
|
1273
1236
|
domain=[
|
|
1274
1237
|
("state_from_id.code", "=", "RJ"),
|
|
1275
|
-
("state_to_ids.code", "=", "RJ"),
|
|
1276
1238
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1277
1239
|
("is_benefit", "=", False),
|
|
1278
1240
|
],
|
|
@@ -1319,7 +1281,6 @@ class ICMSRegulation(models.Model):
|
|
|
1319
1281
|
string="ICMS ST RO",
|
|
1320
1282
|
domain=[
|
|
1321
1283
|
("state_from_id.code", "=", "RO"),
|
|
1322
|
-
("state_to_ids.code", "=", "RO"),
|
|
1323
1284
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1324
1285
|
("is_benefit", "=", False),
|
|
1325
1286
|
],
|
|
@@ -1331,7 +1292,6 @@ class ICMSRegulation(models.Model):
|
|
|
1331
1292
|
string="ICMS FCP RO",
|
|
1332
1293
|
domain=[
|
|
1333
1294
|
("state_from_id.code", "=", "RO"),
|
|
1334
|
-
("state_to_ids.code", "=", "RO"),
|
|
1335
1295
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1336
1296
|
("is_benefit", "=", False),
|
|
1337
1297
|
],
|
|
@@ -1378,7 +1338,6 @@ class ICMSRegulation(models.Model):
|
|
|
1378
1338
|
string="ICMS ST RR",
|
|
1379
1339
|
domain=[
|
|
1380
1340
|
("state_from_id.code", "=", "RR"),
|
|
1381
|
-
("state_to_ids.code", "=", "RR"),
|
|
1382
1341
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1383
1342
|
("is_benefit", "=", False),
|
|
1384
1343
|
],
|
|
@@ -1390,7 +1349,6 @@ class ICMSRegulation(models.Model):
|
|
|
1390
1349
|
string="ICMS FCP RR",
|
|
1391
1350
|
domain=[
|
|
1392
1351
|
("state_from_id.code", "=", "RR"),
|
|
1393
|
-
("state_to_ids.code", "=", "RR"),
|
|
1394
1352
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1395
1353
|
("is_benefit", "=", False),
|
|
1396
1354
|
],
|
|
@@ -1436,8 +1394,7 @@ class ICMSRegulation(models.Model):
|
|
|
1436
1394
|
inverse_name="icms_regulation_id",
|
|
1437
1395
|
string="ICMS ST SC",
|
|
1438
1396
|
domain=[
|
|
1439
|
-
("state_from_id.code", "
|
|
1440
|
-
("state_to_ids.code", "in", ("SC", False)),
|
|
1397
|
+
("state_from_id.code", "=", "SC"),
|
|
1441
1398
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1442
1399
|
("is_benefit", "=", False),
|
|
1443
1400
|
],
|
|
@@ -1449,7 +1406,6 @@ class ICMSRegulation(models.Model):
|
|
|
1449
1406
|
string="ICMS FCP SC",
|
|
1450
1407
|
domain=[
|
|
1451
1408
|
("state_from_id.code", "=", "SC"),
|
|
1452
|
-
("state_to_ids.code", "=", "SC"),
|
|
1453
1409
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1454
1410
|
("is_benefit", "=", False),
|
|
1455
1411
|
],
|
|
@@ -1507,7 +1463,6 @@ class ICMSRegulation(models.Model):
|
|
|
1507
1463
|
string="ICMS FCP SP",
|
|
1508
1464
|
domain=[
|
|
1509
1465
|
("state_from_id.code", "=", "SP"),
|
|
1510
|
-
("state_to_ids.code", "=", "SP"),
|
|
1511
1466
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1512
1467
|
("is_benefit", "=", False),
|
|
1513
1468
|
],
|
|
@@ -1554,7 +1509,6 @@ class ICMSRegulation(models.Model):
|
|
|
1554
1509
|
string="ICMS ST SE",
|
|
1555
1510
|
domain=[
|
|
1556
1511
|
("state_from_id.code", "=", "SE"),
|
|
1557
|
-
("state_to_ids.code", "=", "SE"),
|
|
1558
1512
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1559
1513
|
("is_benefit", "=", False),
|
|
1560
1514
|
],
|
|
@@ -1566,7 +1520,6 @@ class ICMSRegulation(models.Model):
|
|
|
1566
1520
|
string="ICMS FCP SE",
|
|
1567
1521
|
domain=[
|
|
1568
1522
|
("state_from_id.code", "=", "SE"),
|
|
1569
|
-
("state_to_ids.code", "=", "SE"),
|
|
1570
1523
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1571
1524
|
("is_benefit", "=", False),
|
|
1572
1525
|
],
|
|
@@ -1613,7 +1566,6 @@ class ICMSRegulation(models.Model):
|
|
|
1613
1566
|
string="ICMS ST TO",
|
|
1614
1567
|
domain=[
|
|
1615
1568
|
("state_from_id.code", "=", "TO"),
|
|
1616
|
-
("state_to_ids.code", "=", "TO"),
|
|
1617
1569
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
|
|
1618
1570
|
("is_benefit", "=", False),
|
|
1619
1571
|
],
|
|
@@ -1625,7 +1577,6 @@ class ICMSRegulation(models.Model):
|
|
|
1625
1577
|
string="ICMS FCP TO",
|
|
1626
1578
|
domain=[
|
|
1627
1579
|
("state_from_id.code", "=", "TO"),
|
|
1628
|
-
("state_to_ids.code", "=", "TO"),
|
|
1629
1580
|
("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
|
|
1630
1581
|
("is_benefit", "=", False),
|
|
1631
1582
|
],
|
|
@@ -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:dabeb195745e9472339533203ace340d59a5f877e057eea6e2aa91588c09667a
|
|
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/15.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-15-0/l10n-brazil-15-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=15.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/15.0/l10n_br_fiscal/static/img/fiscal_dashboard.png" src="https://raw.githubusercontent.com/OCA/l10n-brazil/15.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: 15.0.1.
|
|
3
|
+
Version: 15.0.1.9.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:dabeb195745e9472339533203ace340d59a5f877e057eea6e2aa91588c09667a
|
|
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=Uo5quoaWkXWrZ6fGC67bzcDgfhDcL_QJpTaxcuRQu9A,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=ov_uzHbZTzoWbfRlZk_7dvj4vF-XEW_zba_MJ1sqNRQ,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=Hrb8iikiRXViBk_PVYpyD
|
|
|
86
86
|
odoo/addons/l10n_br_fiscal/models/document_type.py,sha256=TWaOojDCPbf56LGiYHTcXOXXpYXG2maqg-qkzh18a1Y,2126
|
|
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=1ZdR_Azd04pzEZdakM9CXeUC37wfquLiajNGxHajPrw,62485
|
|
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=zHjVAdy0Q9nMCcxWYhihBasDkheMIFZFQyeGM09y-90,1795
|
|
@@ -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=Aq7h6LGkDok7Q8E2OB4IUInRm5mmJRwYv_0PkzJqAVM,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-15.0.1.
|
|
228
|
-
odoo_addon_l10n_br_fiscal-15.0.1.
|
|
229
|
-
odoo_addon_l10n_br_fiscal-15.0.1.
|
|
230
|
-
odoo_addon_l10n_br_fiscal-15.0.1.
|
|
227
|
+
odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info/METADATA,sha256=iY-V9qK0lipeHHrCt8Goonto1ZLbkcCfpg1lSrLSud4,14190
|
|
228
|
+
odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
229
|
+
odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
230
|
+
odoo_addon_l10n_br_fiscal-15.0.1.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|