odoo-addon-l10n-br-fiscal 16.0.1.13.0__py3-none-any.whl → 16.0.1.14.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.

@@ -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:aa2476ed7f0b81b6086d8b8383020148e8090f13d902c8c7991f04f163e82e07
10
+ !! source digest: sha256:395eb5033e4660657c5060091f7acb9ad3977745bcb4705ddf138d39b0bae9ad
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.13.0",
13
+ "version": "16.0.1.14.0",
14
14
  "depends": [
15
15
  "product",
16
16
  "l10n_br_base",
@@ -2275,7 +2275,7 @@
2275
2275
  <field name="is_taxed" eval="True" />
2276
2276
  <field name="is_debit_credit" eval="True" />
2277
2277
  <field name="custom_tax" eval="True" />
2278
- <field name="tax_id" ref="l10n_br_fiscal.tax_icms_18" />
2278
+ <field name="tax_id" ref="l10n_br_fiscal.tax_icms_20_50" />
2279
2279
  <field name="cst_id" ref="l10n_br_fiscal.cst_icms_00" />
2280
2280
  <field name="tax_group_id" ref="l10n_br_fiscal.tax_group_icms" />
2281
2281
  <field name="state">approved</field>
@@ -6,29 +6,30 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: L10n-brazil 12.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-06-10 15:34+0000\n"
10
- "Last-Translator: Marcel Savegnago <marcel.savegnago@gmail.com>\n"
9
+ "PO-Revision-Date: 2024-07-06 20:58+0000\n"
10
+ "Last-Translator: Rodrigo Sottomaior Macedo "
11
+ "<sottomaiormacedotec@sottomaiormacedo.tech>\n"
11
12
  "Language-Team: none\n"
12
13
  "Language: pt_BR\n"
13
14
  "MIME-Version: 1.0\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Content-Transfer-Encoding: \n"
16
17
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
17
- "X-Generator: Weblate 4.17\n"
18
+ "X-Generator: Weblate 5.6.2\n"
18
19
 
19
20
  #. module: l10n_br_fiscal
20
21
  #. odoo-python
21
22
  #: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
22
23
  #, python-format
23
24
  msgid "%(name)s Tax Estimate Failure"
24
- msgstr ""
25
+ msgstr "Falha na estimativa de impostos de %(name)s"
25
26
 
26
27
  #. module: l10n_br_fiscal
27
28
  #. odoo-python
28
29
  #: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
29
30
  #, python-format
30
31
  msgid "%(name)s Tax Estimate Failure: %(error)s"
31
- msgstr ""
32
+ msgstr "%(name)s Falha na estimativa de imposto: %(error)s"
32
33
 
33
34
  #. module: l10n_br_fiscal
34
35
  #: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_document_line__icms_origin__0
@@ -8,10 +8,11 @@
8
8
 
9
9
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
366
367
  !! This file is generated by oca-gen-addon-readme !!
367
368
  !! changes will be overwritten. !!
368
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:aa2476ed7f0b81b6086d8b8383020148e8090f13d902c8c7991f04f163e82e07
370
+ !! source digest: sha256:395eb5033e4660657c5060091f7acb9ad3977745bcb4705ddf138d39b0bae9ad
370
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
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/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
373
  <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" />
@@ -533,7 +534,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
533
534
  <div class="section" id="maintainers">
534
535
  <h1>Maintainers</h1>
535
536
  <p>This module is maintained by the OCA.</p>
536
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
537
+ <a class="reference external image-reference" href="https://odoo-community.org">
538
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
539
+ </a>
537
540
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
538
541
  mission is to support the collaborative development of Odoo features and
539
542
  promote its widespread use.</p>
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-l10n-br-fiscal
3
- Version: 16.0.1.13.0
2
+ Name: odoo-addon-l10n_br_fiscal
3
+ Version: 16.0.1.14.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)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 16.0
@@ -26,7 +25,7 @@ Módulo fiscal brasileiro
26
25
  !! This file is generated by oca-gen-addon-readme !!
27
26
  !! changes will be overwritten. !!
28
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
- !! source digest: sha256:aa2476ed7f0b81b6086d8b8383020148e8090f13d902c8c7991f04f163e82e07
28
+ !! source digest: sha256:395eb5033e4660657c5060091f7acb9ad3977745bcb4705ddf138d39b0bae9ad
30
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
30
 
32
31
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -243,5 +242,3 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
243
242
  This module is part of the `OCA/l10n-brazil <https://github.com/OCA/l10n-brazil/tree/16.0/l10n_br_fiscal>`_ project on GitHub.
244
243
 
245
244
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
246
-
247
-
@@ -1,6 +1,6 @@
1
- odoo/addons/l10n_br_fiscal/README.rst,sha256=mXPTwftVHd09MkNKg562VKDrHOBnzlPiMaHu97unufk,13503
1
+ odoo/addons/l10n_br_fiscal/README.rst,sha256=Jvxf-p9egS2SnAh13Rizo_f4gi0mBiXaEcCQx2YNiPg,13503
2
2
  odoo/addons/l10n_br_fiscal/__init__.py,sha256=16Tdff74OkWmnKSfmV6qrNkgsK12gOtMMppwWmIAFIo,144
3
- odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=W-AsWvIo1eiCiXKlzf62QsfdKtg3pAq5OGiWHZ_N4Ac,4115
3
+ odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=qpczNEuFoVzQ_dKBEBWYNUvGpsqP76R-aIZCxHDDG8Y,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=mmS9q_PxZObCchmXU7SBF1tg99YygvNQf81MYqmxznk,14922
@@ -33,7 +33,7 @@ odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_cfop_data.xml,sha256=hoGGimxKB7sJ
33
33
  odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_comment_data.xml,sha256=ejv13XOREBCSDOJOSifdPeake0CUaVw0mv-4BA_h3TA,1425
34
34
  odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_data.xml,sha256=inZnMGx6YR71jv04_USWiYH0jDSYryJFr5Hq7tefmm8,651
35
35
  odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_email_template.xml,sha256=NVluedWzvcy1fA0vhvZsYg5NVU4tBwLrmOFFUwS5jXc,3290
36
- odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_icms_tax_definition_data.xml,sha256=cvpZTT2Ib8aI3X7fgCYu_EVtW8AK0Zgmf7QgHj2OePs,226899
36
+ odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_icms_tax_definition_data.xml,sha256=8sSQ4FGMllL_dq02JvlxPPUkR_QsKuKQOXWPH2TAxS0,226902
37
37
  odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_server_action.xml,sha256=zv43kBzvszg4qM8Szar59tyUqApf9x-CLaKaa8KpjNc,820
38
38
  odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_tax_icms_data.xml,sha256=PWh_pXIjtKthLNDi9Cl7S6A4mX2tyTtE-ozAimfo0jw,2924
39
39
  odoo/addons/l10n_br_fiscal/data/operation_data.xml,sha256=U82Fgg5PSwCqiTFMX_A_q6qHX6F9SjhNe9uWcPpM0bc,35098
@@ -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=CoIvAx0WWKMcI3g4AdktYYEjm2bX-g0zlQcYFQuTPn4,447213
62
- odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=8cnwiqcXYLL8mnoCk5ag8P8bS0bJTXwNSD28KuFn_7A,507021
62
+ odoo/addons/l10n_br_fiscal/i18n/pt_BR.po,sha256=qRbvFwVTkxDwRmh7YpAGyqGnhOewIHgnqqWM2ltUWvg,507142
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
@@ -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=LJ0cUcaE5tycSgEiVR0eKa6wVUbkR_hzmGgCS6B720E,26173
144
+ odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=kOL3d6xz0CWGEYeU-pFW_F5NhQyBViJ_rB4qyCL-YwQ,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-16.0.1.13.0.dist-info/METADATA,sha256=dmav9x2BrjogjIwAQMbJqmvH-u4_6tYN0J_Mx7Zc988,14192
228
- odoo_addon_l10n_br_fiscal-16.0.1.13.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
229
- odoo_addon_l10n_br_fiscal-16.0.1.13.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
230
- odoo_addon_l10n_br_fiscal-16.0.1.13.0.dist-info/RECORD,,
227
+ odoo_addon_l10n_br_fiscal-16.0.1.14.0.dist-info/METADATA,sha256=bXoGu5B-JfnagAMsXvCE_aH4ytTz5QpJmMXiUpC4G5Y,14172
228
+ odoo_addon_l10n_br_fiscal-16.0.1.14.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
229
+ odoo_addon_l10n_br_fiscal-16.0.1.14.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
230
+ odoo_addon_l10n_br_fiscal-16.0.1.14.0.dist-info/RECORD,,