odoo-addon-l10n-br-fiscal 15.0.2.6.0__py3-none-any.whl → 15.0.2.6.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:38deeb24e6f8f905755957055593417008b7dea4a4b7205bb44260257e0817a3
10
+ !! source digest: sha256:9b75195e77985c2a2f3d33fc2a6abd2bb62698918611132ac989bf1f942cb94f
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.2.6.0",
13
+ "version": "15.0.2.6.1",
14
14
  "depends": [
15
15
  "product",
16
16
  "l10n_br_base",
@@ -2526,12 +2526,6 @@ msgstr "Mixin Fiscal de Documentos"
2526
2526
  msgid "Document Fiscal Mixin Fields"
2527
2527
  msgstr ""
2528
2528
 
2529
- #. module: l10n_br_fiscal
2530
- #: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document_line_mixin_methods
2531
- #: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document_mixin_methods
2532
- msgid "Document Fiscal Mixin Methods"
2533
- msgstr "Métodos de Mixina Fiscal de Documentos"
2534
-
2535
2529
  #. module: l10n_br_fiscal
2536
2530
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
2537
2531
  msgid "Document Info"
@@ -3006,6 +3000,12 @@ msgstr "E-mail de Documentos Fiscais"
3006
3000
  msgid "Fiscal Document Line"
3007
3001
  msgstr "Linha de Documento Fiscal"
3008
3002
 
3003
+ #. module: l10n_br_fiscal
3004
+ #: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document_line_mixin_methods
3005
+ #: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document_mixin_methods
3006
+ msgid "Fiscal Document Mixin Methods"
3007
+ msgstr ""
3008
+
3009
3009
  #. module: l10n_br_fiscal
3010
3010
  #: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document_related
3011
3011
  #: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__document_related_ids
@@ -8846,6 +8846,9 @@ msgstr ""
8846
8846
  msgid "{} Tax Estimate Updated"
8847
8847
  msgstr "{} Estimativa de Imposto Atualizada"
8848
8848
 
8849
+ #~ msgid "Document Fiscal Mixin Methods"
8850
+ #~ msgstr "Métodos de Mixina Fiscal de Documentos"
8851
+
8849
8852
  #~ msgid "<strong style=\"font-size:18px;\">CNPJ:</strong>"
8850
8853
  #~ msgstr "<strong style=\"font-size:18px;\">CNPJ:</strong>"
8851
8854
 
@@ -24,7 +24,7 @@ class ProductMixin(models.AbstractModel):
24
24
  else:
25
25
  r.tax_icms_or_issqn = TAX_DOMAIN_ICMS
26
26
 
27
- @api.onchange("ncm_id", "fiscal_genre_id")
27
+ @api.onchange("ncm_id")
28
28
  def _onchange_ncm_id(self):
29
29
  for r in self:
30
30
  if r.ncm_id:
@@ -32,5 +32,9 @@ class ProductMixin(models.AbstractModel):
32
32
  [("code", "=", r.ncm_id.code[0:2])]
33
33
  )
34
34
 
35
- if r.fiscal_genre_id.code == PRODUCT_FISCAL_TYPE_SERVICE:
36
- r.ncm_id = self.env.ref(NCM_FOR_SERVICE_REF)
35
+ @api.onchange("fiscal_genre_id")
36
+ def _onchange_fiscal_genre_id(self):
37
+ for r in self:
38
+ if r.fiscal_genre_id and r.ncm_id:
39
+ if r.fiscal_genre_id.code != r.ncm_id.code[0:2]:
40
+ r.ncm_id = False
@@ -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:38deeb24e6f8f905755957055593417008b7dea4a4b7205bb44260257e0817a3
370
+ !! source digest: sha256:9b75195e77985c2a2f3d33fc2a6abd2bb62698918611132ac989bf1f942cb94f
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.2.6.0
3
+ Version: 15.0.2.6.1
4
4
  Summary: Fiscal module/tax engine for Brazil
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:38deeb24e6f8f905755957055593417008b7dea4a4b7205bb44260257e0817a3
28
+ !! source digest: sha256:9b75195e77985c2a2f3d33fc2a6abd2bb62698918611132ac989bf1f942cb94f
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=7YYXu_HuQWqtqeShDRRQ-F9LC8TkHJTbYUsgR-zb0k4,13503
1
+ odoo/addons/l10n_br_fiscal/README.rst,sha256=sx2mnnQdXGykg-I-v_Kt3zeegcOSK6vN_GBx4KCgvz0,13503
2
2
  odoo/addons/l10n_br_fiscal/__init__.py,sha256=16Tdff74OkWmnKSfmV6qrNkgsK12gOtMMppwWmIAFIo,144
3
- odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=nm3KsU66oKHTXTOZO727hsHBV5kb8qyi3PNXHJGpJXo,3713
3
+ odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=RjBVdtWAG3xCFOuCzgKADOOFwSRTPBNLDepQRA7iqyA,3713
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
@@ -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=vJbXFjtVl_xYPOEpzO-htdJbQZjOSXkYLVg96t5lesE,427024
62
- odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=I280654WamHvCi5B0uT_dKRuTlZnCpgFv1wfvNaQTQM,491442
62
+ odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=ef5xkWOWfLFNxbX5bo3HCjfC9CYR_HcKFSnWZfb0L2U,491497
63
63
  odoo/addons/l10n_br_fiscal/migrations/16.0.2.0.0/pre-migration.py,sha256=tw6d7NZrbOmjEaGHI9y-AMiNWNqf_mceTFqTFXuc6cU,687
64
64
  odoo/addons/l10n_br_fiscal/models/__init__.py,sha256=jA39miEtr6bRzl7PdmRmDKyk86wVtEpPqQ5edLZLOms,1749
65
65
  odoo/addons/l10n_br_fiscal/models/cest.py,sha256=FKWv89l6m9LiB-LPN789917BwCkWshSj2nlZ6yrNtpE,1955
@@ -96,7 +96,7 @@ odoo/addons/l10n_br_fiscal/models/operation_document_type.py,sha256=ZZQYNCe7lof5
96
96
  odoo/addons/l10n_br_fiscal/models/operation_line.py,sha256=xpcvaqey4UN5HsCT-rS-y3hiu8rIQKHnEHppAt4tInk,10527
97
97
  odoo/addons/l10n_br_fiscal/models/partner_profile.py,sha256=0crL892OKXZyv188KhjG8AsiiqDoNE2dcqgOo7x471c,3546
98
98
  odoo/addons/l10n_br_fiscal/models/product_genre.py,sha256=Q4NhYuwCNfwKqU6W_EOb9tzqFQ9EmOFxQZiNUm3NrVs,426
99
- odoo/addons/l10n_br_fiscal/models/product_mixin.py,sha256=QMFK2iU44_9Od7HSHpUI64oioeNz9opCX55t4LciBcM,1198
99
+ odoo/addons/l10n_br_fiscal/models/product_mixin.py,sha256=istLwQ8q41n6T7uDHmSXcTzmFcBuPzM-GwhD6TkrXt8,1298
100
100
  odoo/addons/l10n_br_fiscal/models/product_product.py,sha256=oo-vk3FF438qeQrI7LosD0vq1-YuTgfVqrq3_UrmdgY,300
101
101
  odoo/addons/l10n_br_fiscal/models/product_template.py,sha256=NUtUmjulS4jPwLfW4uLxHBTJVQhi5XYavbdiECJbttc,3834
102
102
  odoo/addons/l10n_br_fiscal/models/res_company.py,sha256=3aEriHya9Fk3jtTHz3WPAPblJRTyf54vYLLIs5PCXjs,16255
@@ -130,7 +130,7 @@ odoo/addons/l10n_br_fiscal/readme/USAGE.rst,sha256=jDnMjM42hjTlqhbpIzjkhJo59eX4j
130
130
  odoo/addons/l10n_br_fiscal/security/fiscal_security.xml,sha256=c4D3MoIsVnkZ1pDY_iw8jM2hBPz3VCkl5JKnm_hkau0,3700
131
131
  odoo/addons/l10n_br_fiscal/security/ir.model.access.csv,sha256=a1vKKQEUKVBbu6zfvlU3ayAP7VxFi3DABsg8TYH08BM,14591
132
132
  odoo/addons/l10n_br_fiscal/static/description/icon.png,sha256=Vd1HydYBoGCzNfCqxLlch2i2aeCcyxo-uRxWNp6oMbw,14836
133
- odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=JEDRnwSlj6ulBwOq8A-shOctgFwphllbTIfI2JU4Khk,26256
133
+ odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=lW9myHt5JbvdbDYygdEgdB4DR6Vtu0ZzU1TBQ_pdRxE,26256
134
134
  odoo/addons/l10n_br_fiscal/static/img/fiscal_dashboard.png,sha256=Q0fpqFNqEXh6m6E1aJfzSKV2tQ9lC1Y-ofUt6qxVupc,151668
135
135
  odoo/addons/l10n_br_fiscal/static/img/fiscal_line.png,sha256=S4Q4OGSzGnbfm4W5sQVvnD4uUzxS6tbJGT_gs3pB4K0,134276
136
136
  odoo/addons/l10n_br_fiscal/static/img/fiscal_operation.png,sha256=2614c1XjxwVznh707e9gujlUXg0ttutKD1ZiSMTqyv8,105871
@@ -200,7 +200,7 @@ odoo/addons/l10n_br_fiscal/views/uom_uom.xml,sha256=pqq2l0Vd8nz3oJBoe2GERQFMB3I5
200
200
  odoo/addons/l10n_br_fiscal/wizards/__init__.py,sha256=_sLxjpuJblbtSngjCsnMm7Iur5afF5xLEkAQLu4sy7I,69
201
201
  odoo/addons/l10n_br_fiscal/wizards/base_wizard_mixin.py,sha256=-r25us0vdNCSe11Gnf_tyPtN1qq-JKsL-fgWbPGktRo,2856
202
202
  odoo/addons/l10n_br_fiscal/wizards/document_status_wizard.py,sha256=KsYj5YWWePO7uk0psBsFdnCL71eLWhcyg7_c7J4G6vA,818
203
- odoo_addon_l10n_br_fiscal-15.0.2.6.0.dist-info/METADATA,sha256=t1CJQGcIdB3Fy8W208MfsK7m0Qvr4VA-8-kZK7269yk,14173
204
- odoo_addon_l10n_br_fiscal-15.0.2.6.0.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
205
- odoo_addon_l10n_br_fiscal-15.0.2.6.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
206
- odoo_addon_l10n_br_fiscal-15.0.2.6.0.dist-info/RECORD,,
203
+ odoo_addon_l10n_br_fiscal-15.0.2.6.1.dist-info/METADATA,sha256=CIl4PH03dXOyqSIE2ZBEi2Z0836gqTTgRFn8Ab7u7g4,14173
204
+ odoo_addon_l10n_br_fiscal-15.0.2.6.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
205
+ odoo_addon_l10n_br_fiscal-15.0.2.6.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
206
+ odoo_addon_l10n_br_fiscal-15.0.2.6.1.dist-info/RECORD,,