odoo-addon-l10n-br-fiscal 16.0.1.7.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.

@@ -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:77b083ece237887c8b9f8a8acab191e2bd35f57d1897948446ce1302fd8a477d
10
+ !! source digest: sha256:126787d3a85e53aff1cc966ec7c2fdeae7dcbe62f1f391ebd3700e97d2fb23b6
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -10,7 +10,7 @@
10
10
  "maintainers": ["renatonlima"],
11
11
  "website": "https://github.com/OCA/l10n-brazil",
12
12
  "development_status": "Production/Stable",
13
- "version": "16.0.1.7.0",
13
+ "version": "16.0.1.8.1",
14
14
  "depends": [
15
15
  "product",
16
16
  "l10n_br_base",
@@ -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
  ],
@@ -314,7 +310,6 @@ class ICMSRegulation(models.Model):
314
310
  string="ICMS ST BA",
315
311
  domain=[
316
312
  ("state_from_id.code", "=", "BA"),
317
- ("state_to_ids.code", "=", "BA"),
318
313
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
319
314
  ("is_benefit", "=", False),
320
315
  ],
@@ -326,7 +321,6 @@ class ICMSRegulation(models.Model):
326
321
  string="ICMS FCP BA",
327
322
  domain=[
328
323
  ("state_from_id.code", "=", "BA"),
329
- ("state_to_ids.code", "=", "BA"),
330
324
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
331
325
  ("is_benefit", "=", False),
332
326
  ],
@@ -373,7 +367,6 @@ class ICMSRegulation(models.Model):
373
367
  string="ICMS ST CE",
374
368
  domain=[
375
369
  ("state_from_id.code", "=", "CE"),
376
- ("state_to_ids.code", "=", "CE"),
377
370
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
378
371
  ("is_benefit", "=", False),
379
372
  ],
@@ -385,7 +378,6 @@ class ICMSRegulation(models.Model):
385
378
  string="ICMS FCP CE",
386
379
  domain=[
387
380
  ("state_from_id.code", "=", "CE"),
388
- ("state_to_ids.code", "=", "CE"),
389
381
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
390
382
  ("is_benefit", "=", False),
391
383
  ],
@@ -432,7 +424,6 @@ class ICMSRegulation(models.Model):
432
424
  string="ICMS ST DF",
433
425
  domain=[
434
426
  ("state_from_id.code", "=", "DF"),
435
- ("state_to_ids.code", "=", "DF"),
436
427
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
437
428
  ("is_benefit", "=", False),
438
429
  ],
@@ -444,7 +435,6 @@ class ICMSRegulation(models.Model):
444
435
  string="ICMS FCP DF",
445
436
  domain=[
446
437
  ("state_from_id.code", "=", "DF"),
447
- ("state_to_ids.code", "=", "DF"),
448
438
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
449
439
  ("is_benefit", "=", False),
450
440
  ],
@@ -491,7 +481,6 @@ class ICMSRegulation(models.Model):
491
481
  string="ICMS ST ES",
492
482
  domain=[
493
483
  ("state_from_id.code", "=", "ES"),
494
- ("state_to_ids.code", "=", "ES"),
495
484
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
496
485
  ("is_benefit", "=", False),
497
486
  ],
@@ -503,7 +492,6 @@ class ICMSRegulation(models.Model):
503
492
  string="ICMS FCP ES",
504
493
  domain=[
505
494
  ("state_from_id.code", "=", "ES"),
506
- ("state_to_ids.code", "=", "ES"),
507
495
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
508
496
  ("is_benefit", "=", False),
509
497
  ],
@@ -550,7 +538,6 @@ class ICMSRegulation(models.Model):
550
538
  string="ICMS ST GO",
551
539
  domain=[
552
540
  ("state_from_id.code", "=", "GO"),
553
- ("state_to_ids.code", "=", "GO"),
554
541
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
555
542
  ("is_benefit", "=", False),
556
543
  ],
@@ -562,7 +549,6 @@ class ICMSRegulation(models.Model):
562
549
  string="ICMS FCP GO",
563
550
  domain=[
564
551
  ("state_from_id.code", "=", "GO"),
565
- ("state_to_ids.code", "=", "GO"),
566
552
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
567
553
  ("is_benefit", "=", False),
568
554
  ],
@@ -609,7 +595,6 @@ class ICMSRegulation(models.Model):
609
595
  string="ICMS ST MA",
610
596
  domain=[
611
597
  ("state_from_id.code", "=", "MA"),
612
- ("state_to_ids.code", "=", "MA"),
613
598
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
614
599
  ("is_benefit", "=", False),
615
600
  ],
@@ -621,7 +606,6 @@ class ICMSRegulation(models.Model):
621
606
  string="ICMS FCP MA",
622
607
  domain=[
623
608
  ("state_from_id.code", "=", "MA"),
624
- ("state_to_ids.code", "=", "MA"),
625
609
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
626
610
  ("is_benefit", "=", False),
627
611
  ],
@@ -668,7 +652,6 @@ class ICMSRegulation(models.Model):
668
652
  string="ICMS ST MT",
669
653
  domain=[
670
654
  ("state_from_id.code", "=", "MT"),
671
- ("state_to_ids.code", "=", "MT"),
672
655
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
673
656
  ("is_benefit", "=", False),
674
657
  ],
@@ -680,7 +663,6 @@ class ICMSRegulation(models.Model):
680
663
  string="ICMS FCP MT",
681
664
  domain=[
682
665
  ("state_from_id.code", "=", "MT"),
683
- ("state_to_ids.code", "=", "MT"),
684
666
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
685
667
  ("is_benefit", "=", False),
686
668
  ],
@@ -727,7 +709,6 @@ class ICMSRegulation(models.Model):
727
709
  string="ICMS ST MS",
728
710
  domain=[
729
711
  ("state_from_id.code", "=", "MS"),
730
- ("state_to_ids.code", "=", "MS"),
731
712
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
732
713
  ("is_benefit", "=", False),
733
714
  ],
@@ -739,7 +720,6 @@ class ICMSRegulation(models.Model):
739
720
  string="ICMS FCP MS",
740
721
  domain=[
741
722
  ("state_from_id.code", "=", "MS"),
742
- ("state_to_ids.code", "=", "MS"),
743
723
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
744
724
  ("is_benefit", "=", False),
745
725
  ],
@@ -786,7 +766,6 @@ class ICMSRegulation(models.Model):
786
766
  string="ICMS ST MG",
787
767
  domain=[
788
768
  ("state_from_id.code", "=", "MG"),
789
- ("state_to_ids.code", "=", "MG"),
790
769
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
791
770
  ("is_benefit", "=", False),
792
771
  ],
@@ -798,7 +777,6 @@ class ICMSRegulation(models.Model):
798
777
  string="ICMS FCP MG",
799
778
  domain=[
800
779
  ("state_from_id.code", "=", "MG"),
801
- ("state_to_ids.code", "=", "MG"),
802
780
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
803
781
  ("is_benefit", "=", False),
804
782
  ],
@@ -845,7 +823,6 @@ class ICMSRegulation(models.Model):
845
823
  string="ICMS ST PA",
846
824
  domain=[
847
825
  ("state_from_id.code", "=", "PA"),
848
- ("state_to_ids.code", "=", "PA"),
849
826
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
850
827
  ("is_benefit", "=", False),
851
828
  ],
@@ -857,7 +834,6 @@ class ICMSRegulation(models.Model):
857
834
  string="ICMS FCP PA",
858
835
  domain=[
859
836
  ("state_from_id.code", "=", "PA"),
860
- ("state_to_ids.code", "=", "PA"),
861
837
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
862
838
  ("is_benefit", "=", False),
863
839
  ],
@@ -904,7 +880,6 @@ class ICMSRegulation(models.Model):
904
880
  string="ICMS ST PB",
905
881
  domain=[
906
882
  ("state_from_id.code", "=", "PB"),
907
- ("state_to_ids.code", "=", "PB"),
908
883
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
909
884
  ("is_benefit", "=", False),
910
885
  ],
@@ -916,7 +891,6 @@ class ICMSRegulation(models.Model):
916
891
  string="ICMS FCP PB",
917
892
  domain=[
918
893
  ("state_from_id.code", "=", "PB"),
919
- ("state_to_ids.code", "=", "PB"),
920
894
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
921
895
  ("is_benefit", "=", False),
922
896
  ],
@@ -963,7 +937,6 @@ class ICMSRegulation(models.Model):
963
937
  string="ICMS ST PR",
964
938
  domain=[
965
939
  ("state_from_id.code", "=", "PR"),
966
- ("state_to_ids.code", "=", "PR"),
967
940
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
968
941
  ("is_benefit", "=", False),
969
942
  ],
@@ -975,7 +948,6 @@ class ICMSRegulation(models.Model):
975
948
  string="ICMS FCP PR",
976
949
  domain=[
977
950
  ("state_from_id.code", "=", "PR"),
978
- ("state_to_ids.code", "=", "PR"),
979
951
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
980
952
  ("is_benefit", "=", False),
981
953
  ],
@@ -1022,7 +994,6 @@ class ICMSRegulation(models.Model):
1022
994
  string="ICMS ST PE",
1023
995
  domain=[
1024
996
  ("state_from_id.code", "=", "PE"),
1025
- ("state_to_ids.code", "=", "PE"),
1026
997
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1027
998
  ("is_benefit", "=", False),
1028
999
  ],
@@ -1034,7 +1005,6 @@ class ICMSRegulation(models.Model):
1034
1005
  string="ICMS FCP PE",
1035
1006
  domain=[
1036
1007
  ("state_from_id.code", "=", "PE"),
1037
- ("state_to_ids.code", "=", "PE"),
1038
1008
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1039
1009
  ("is_benefit", "=", False),
1040
1010
  ],
@@ -1081,7 +1051,6 @@ class ICMSRegulation(models.Model):
1081
1051
  string="ICMS ST PI",
1082
1052
  domain=[
1083
1053
  ("state_from_id.code", "=", "PI"),
1084
- ("state_to_ids.code", "=", "PI"),
1085
1054
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1086
1055
  ("is_benefit", "=", False),
1087
1056
  ],
@@ -1093,7 +1062,6 @@ class ICMSRegulation(models.Model):
1093
1062
  string="ICMS FCP PI",
1094
1063
  domain=[
1095
1064
  ("state_from_id.code", "=", "PI"),
1096
- ("state_to_ids.code", "=", "PI"),
1097
1065
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1098
1066
  ("is_benefit", "=", False),
1099
1067
  ],
@@ -1140,7 +1108,6 @@ class ICMSRegulation(models.Model):
1140
1108
  string="ICMS ST RN",
1141
1109
  domain=[
1142
1110
  ("state_from_id.code", "=", "RN"),
1143
- ("state_to_ids.code", "=", "RN"),
1144
1111
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1145
1112
  ("is_benefit", "=", False),
1146
1113
  ],
@@ -1152,7 +1119,6 @@ class ICMSRegulation(models.Model):
1152
1119
  string="ICMS FCP RN",
1153
1120
  domain=[
1154
1121
  ("state_from_id.code", "=", "RN"),
1155
- ("state_to_ids.code", "=", "RN"),
1156
1122
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1157
1123
  ("is_benefit", "=", False),
1158
1124
  ],
@@ -1199,7 +1165,6 @@ class ICMSRegulation(models.Model):
1199
1165
  string="ICMS ST RS",
1200
1166
  domain=[
1201
1167
  ("state_from_id.code", "=", "RS"),
1202
- ("state_to_ids.code", "=", "RS"),
1203
1168
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1204
1169
  ("is_benefit", "=", False),
1205
1170
  ],
@@ -1211,7 +1176,6 @@ class ICMSRegulation(models.Model):
1211
1176
  string="ICMS FCP RS",
1212
1177
  domain=[
1213
1178
  ("state_from_id.code", "=", "RS"),
1214
- ("state_to_ids.code", "=", "RS"),
1215
1179
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1216
1180
  ("is_benefit", "=", False),
1217
1181
  ],
@@ -1258,7 +1222,6 @@ class ICMSRegulation(models.Model):
1258
1222
  string="ICMS ST RJ",
1259
1223
  domain=[
1260
1224
  ("state_from_id.code", "=", "RJ"),
1261
- ("state_to_ids.code", "=", "RJ"),
1262
1225
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1263
1226
  ("is_benefit", "=", False),
1264
1227
  ],
@@ -1270,7 +1233,6 @@ class ICMSRegulation(models.Model):
1270
1233
  string="ICMS FCP RJ",
1271
1234
  domain=[
1272
1235
  ("state_from_id.code", "=", "RJ"),
1273
- ("state_to_ids.code", "=", "RJ"),
1274
1236
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1275
1237
  ("is_benefit", "=", False),
1276
1238
  ],
@@ -1317,7 +1279,6 @@ class ICMSRegulation(models.Model):
1317
1279
  string="ICMS ST RO",
1318
1280
  domain=[
1319
1281
  ("state_from_id.code", "=", "RO"),
1320
- ("state_to_ids.code", "=", "RO"),
1321
1282
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1322
1283
  ("is_benefit", "=", False),
1323
1284
  ],
@@ -1329,7 +1290,6 @@ class ICMSRegulation(models.Model):
1329
1290
  string="ICMS FCP RO",
1330
1291
  domain=[
1331
1292
  ("state_from_id.code", "=", "RO"),
1332
- ("state_to_ids.code", "=", "RO"),
1333
1293
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1334
1294
  ("is_benefit", "=", False),
1335
1295
  ],
@@ -1376,7 +1336,6 @@ class ICMSRegulation(models.Model):
1376
1336
  string="ICMS ST RR",
1377
1337
  domain=[
1378
1338
  ("state_from_id.code", "=", "RR"),
1379
- ("state_to_ids.code", "=", "RR"),
1380
1339
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1381
1340
  ("is_benefit", "=", False),
1382
1341
  ],
@@ -1388,7 +1347,6 @@ class ICMSRegulation(models.Model):
1388
1347
  string="ICMS FCP RR",
1389
1348
  domain=[
1390
1349
  ("state_from_id.code", "=", "RR"),
1391
- ("state_to_ids.code", "=", "RR"),
1392
1350
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1393
1351
  ("is_benefit", "=", False),
1394
1352
  ],
@@ -1434,8 +1392,7 @@ class ICMSRegulation(models.Model):
1434
1392
  inverse_name="icms_regulation_id",
1435
1393
  string="ICMS ST SC",
1436
1394
  domain=[
1437
- ("state_from_id.code", "in", ("SC", False)),
1438
- ("state_to_ids.code", "in", ("SC", False)),
1395
+ ("state_from_id.code", "=", "SC"),
1439
1396
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1440
1397
  ("is_benefit", "=", False),
1441
1398
  ],
@@ -1447,7 +1404,6 @@ class ICMSRegulation(models.Model):
1447
1404
  string="ICMS FCP SC",
1448
1405
  domain=[
1449
1406
  ("state_from_id.code", "=", "SC"),
1450
- ("state_to_ids.code", "=", "SC"),
1451
1407
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1452
1408
  ("is_benefit", "=", False),
1453
1409
  ],
@@ -1505,7 +1461,6 @@ class ICMSRegulation(models.Model):
1505
1461
  string="ICMS FCP SP",
1506
1462
  domain=[
1507
1463
  ("state_from_id.code", "=", "SP"),
1508
- ("state_to_ids.code", "=", "SP"),
1509
1464
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1510
1465
  ("is_benefit", "=", False),
1511
1466
  ],
@@ -1552,7 +1507,6 @@ class ICMSRegulation(models.Model):
1552
1507
  string="ICMS ST SE",
1553
1508
  domain=[
1554
1509
  ("state_from_id.code", "=", "SE"),
1555
- ("state_to_ids.code", "=", "SE"),
1556
1510
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1557
1511
  ("is_benefit", "=", False),
1558
1512
  ],
@@ -1564,7 +1518,6 @@ class ICMSRegulation(models.Model):
1564
1518
  string="ICMS FCP SE",
1565
1519
  domain=[
1566
1520
  ("state_from_id.code", "=", "SE"),
1567
- ("state_to_ids.code", "=", "SE"),
1568
1521
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1569
1522
  ("is_benefit", "=", False),
1570
1523
  ],
@@ -1611,7 +1564,6 @@ class ICMSRegulation(models.Model):
1611
1564
  string="ICMS ST TO",
1612
1565
  domain=[
1613
1566
  ("state_from_id.code", "=", "TO"),
1614
- ("state_to_ids.code", "=", "TO"),
1615
1567
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_ST),
1616
1568
  ("is_benefit", "=", False),
1617
1569
  ],
@@ -1623,7 +1575,6 @@ class ICMSRegulation(models.Model):
1623
1575
  string="ICMS FCP TO",
1624
1576
  domain=[
1625
1577
  ("state_from_id.code", "=", "TO"),
1626
- ("state_to_ids.code", "=", "TO"),
1627
1578
  ("tax_group_id.tax_domain", "=", TAX_DOMAIN_ICMS_FCP),
1628
1579
  ("is_benefit", "=", False),
1629
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:77b083ece237887c8b9f8a8acab191e2bd35f57d1897948446ce1302fd8a477d
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&amp;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.7.0
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:77b083ece237887c8b9f8a8acab191e2bd35f57d1897948446ce1302fd8a477d
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=eTcDOfdOavNeO2UZrjuGcsBzImF4zMEPWaLGKOVi5VU,13503
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=-LTt8wvKJilnKD-jw8tva_tNKGYdU282x1_l0MIdfHs,4114
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=DxNv_QLx_SVjMbtKL8FBgvJXwjoROEhLI-tJLLNBrGs,64642
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=8DMU0kOUoJr5qJcnuHhonCkfjHcX8mFNRapEXpt1VLo,26173
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.7.0.dist-info/METADATA,sha256=57CEXlpjBmM6gj8_Ol6QMzP3opT-qxzEHKkt0ozbkf0,14191
228
- odoo_addon_l10n_br_fiscal-16.0.1.7.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
229
- odoo_addon_l10n_br_fiscal-16.0.1.7.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
230
- odoo_addon_l10n_br_fiscal-16.0.1.7.0.dist-info/RECORD,,
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,,