odoo-addon-l10n-br-fiscal 15.0.1.20.3__py3-none-any.whl → 15.0.1.20.4__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:c7f252e4f8791d96f0ed30fe6d126e82bbfd888301db36b6429f64926eba8be8
10
+ !! source digest: sha256:0e8d9c3715f54b1a132a180c05dcde4f1f0cabe022d66d99064006eaa2635fb6
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": "15.0.1.20.3",
13
+ "version": "15.0.1.20.4",
14
14
  "depends": [
15
15
  "product",
16
16
  "l10n_br_base",
@@ -2072,6 +2072,7 @@ class ICMSRegulation(models.Model):
2072
2072
  nbm=None,
2073
2073
  cest=None,
2074
2074
  operation_line=None,
2075
+ ind_final=None,
2075
2076
  ):
2076
2077
  self.ensure_one()
2077
2078
  tax_group_icmsst = self.env.ref("l10n_br_fiscal.tax_group_icmsst")
@@ -2081,7 +2082,9 @@ class ICMSRegulation(models.Model):
2081
2082
  company, partner, tax_group_icmsst, ncm, nbm, cest
2082
2083
  )
2083
2084
 
2084
- tax_definitions = self._tax_definition_search(domain, ncm, nbm, cest, product)
2085
+ tax_definitions = self._tax_definition_search(
2086
+ domain, ncm, nbm, cest, product, ind_final
2087
+ )
2085
2088
  return tax_definitions
2086
2089
 
2087
2090
  def map_tax_def_icms_difal(
@@ -2124,6 +2127,7 @@ class ICMSRegulation(models.Model):
2124
2127
  nbm=None,
2125
2128
  cest=None,
2126
2129
  operation_line=None,
2130
+ ind_final=None,
2127
2131
  ):
2128
2132
  self.ensure_one()
2129
2133
  tax_definitions = self.env["l10n_br_fiscal.tax.definition"]
@@ -2142,7 +2146,7 @@ class ICMSRegulation(models.Model):
2142
2146
  )
2143
2147
 
2144
2148
  tax_definitions = self._tax_definition_search(
2145
- domain, ncm, nbm, cest, product
2149
+ domain, ncm, nbm, cest, product, ind_final
2146
2150
  )
2147
2151
 
2148
2152
  return tax_definitions
@@ -2156,6 +2160,7 @@ class ICMSRegulation(models.Model):
2156
2160
  nbm=None,
2157
2161
  cest=None,
2158
2162
  operation_line=None,
2163
+ ind_final=None,
2159
2164
  ):
2160
2165
  self.ensure_one()
2161
2166
  tax_definitions = self.env["l10n_br_fiscal.tax.definition"]
@@ -2166,7 +2171,9 @@ class ICMSRegulation(models.Model):
2166
2171
  company, partner, tax_group_icmsfcpst, ncm, nbm, cest
2167
2172
  )
2168
2173
 
2169
- tax_definitions = self._tax_definition_search(domain, ncm, nbm, cest, product)
2174
+ tax_definitions = self._tax_definition_search(
2175
+ domain, ncm, nbm, cest, product, ind_final
2176
+ )
2170
2177
 
2171
2178
  return tax_definitions
2172
2179
 
@@ -2197,15 +2204,15 @@ class ICMSRegulation(models.Model):
2197
2204
  )
2198
2205
 
2199
2206
  icms_def_taxes |= self._map_tax_def_icmsst(
2200
- company, partner, product, ncm, nbm, cest, operation_line
2207
+ company, partner, product, ncm, nbm, cest, operation_line, ind_final
2201
2208
  )
2202
2209
 
2203
2210
  icms_def_taxes |= self._map_tax_def_icmsfcp(
2204
- company, partner, product, ncm, nbm, cest, operation_line
2211
+ company, partner, product, ncm, nbm, cest, operation_line, ind_final
2205
2212
  )
2206
2213
 
2207
2214
  icms_def_taxes |= self._map_tax_def_icmsfcpst(
2208
- company, partner, product, ncm, nbm, cest, operation_line
2215
+ company, partner, product, ncm, nbm, cest, operation_line, ind_final
2209
2216
  )
2210
2217
 
2211
2218
  icms_taxes |= icms_def_taxes.mapped("tax_id")
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:c7f252e4f8791d96f0ed30fe6d126e82bbfd888301db36b6429f64926eba8be8
370
+ !! source digest: sha256:0e8d9c3715f54b1a132a180c05dcde4f1f0cabe022d66d99064006eaa2635fb6
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <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&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <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.20.3
3
+ Version: 15.0.1.20.4
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)
@@ -25,7 +25,7 @@ Módulo fiscal brasileiro
25
25
  !! This file is generated by oca-gen-addon-readme !!
26
26
  !! changes will be overwritten. !!
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
- !! source digest: sha256:c7f252e4f8791d96f0ed30fe6d126e82bbfd888301db36b6429f64926eba8be8
28
+ !! source digest: sha256:0e8d9c3715f54b1a132a180c05dcde4f1f0cabe022d66d99064006eaa2635fb6
29
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
30
30
 
31
31
  .. |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=JePvGU3rxtdnblrlBaDzLBNhDa_2qZ12G4JEETjGYRc,13503
1
+ odoo/addons/l10n_br_fiscal/README.rst,sha256=47ZWQnKgK-KGVmcyjiZcx7etlfdmBSdgEUcyVfwsMVs,13503
2
2
  odoo/addons/l10n_br_fiscal/__init__.py,sha256=16Tdff74OkWmnKSfmV6qrNkgsK12gOtMMppwWmIAFIo,144
3
- odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=f-BSEl1cZ0fI-bbz1x8HTgEhTtCMIzi7Ogb2r4wd7tk,4115
3
+ odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=4z6MCsHeoa2ZULuhfJjgATtIChp1ytsNk7z1fWmkusU,4115
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=ICWcrew-iUcWFgF4bLzdjUtbMdaejZ0AucwLFu5u1fo,14935
@@ -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=qG5tT7ctzgw1YM7uZuhA3qlM0VsXluM7KjBzqCLY9is,14499
88
88
  odoo/addons/l10n_br_fiscal/models/ibpt.py,sha256=iv9TCqJdFu2mlemvoJDzBllKlwQPYtVk_Rf05sUpLho,2506
89
- odoo/addons/l10n_br_fiscal/models/icms_regulation.py,sha256=uT8LKhN_nxUV0nenG99ZhfI9VWNxsJjNmMwq9L7iMk4,73905
89
+ odoo/addons/l10n_br_fiscal/models/icms_regulation.py,sha256=Cr10C7GbDgpz1kJoy6W-hAvkVVEKy9_EVRXCwKrdX-c,74087
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=zIYYrx3uW6HQ1kI0VI0c7lK9WQzpPWP9-Grp05DmyWw,26256
144
+ odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=vJj36cQiKA3jIQgtUZSkKXj8zePPXlkbZx7o3vp9KAI,26256
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.20.3.dist-info/METADATA,sha256=UmAXhWXqmMKHyQb8xSM5cgCy9pOlZgVKEO3zzJDD8BQ,14171
228
- odoo_addon_l10n_br_fiscal-15.0.1.20.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
229
- odoo_addon_l10n_br_fiscal-15.0.1.20.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
230
- odoo_addon_l10n_br_fiscal-15.0.1.20.3.dist-info/RECORD,,
227
+ odoo_addon_l10n_br_fiscal-15.0.1.20.4.dist-info/METADATA,sha256=1M_w7CGILZjgD5k7hUmaoGTxv-5NNsQK-qTd1Z2WwqM,14171
228
+ odoo_addon_l10n_br_fiscal-15.0.1.20.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
229
+ odoo_addon_l10n_br_fiscal-15.0.1.20.4.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
230
+ odoo_addon_l10n_br_fiscal-15.0.1.20.4.dist-info/RECORD,,