odoo-addon-l10n-br-fiscal 16.0.4.1.0__py3-none-any.whl → 16.0.5.0.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:2d0efa167909fa0d293255a8bf480f7afcdc93eaccc938c7045a40ae99b058a2
10
+ !! source digest: sha256:1d27efc4c1ac1720426c0ab82b753fe33107a941bdb68e7fd861770b5617769e
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", "rvalyi"],
11
11
  "website": "https://github.com/OCA/l10n-brazil",
12
12
  "development_status": "Production/Stable",
13
- "version": "16.0.4.1.0",
13
+ "version": "16.0.5.0.0",
14
14
  "depends": [
15
15
  "product",
16
16
  "l10n_br_base",
@@ -15,7 +15,7 @@ class DocumentLine(models.Model):
15
15
  ondelete="cascade",
16
16
  )
17
17
 
18
- name = fields.Text()
18
+ name = fields.Char()
19
19
 
20
20
  company_id = fields.Many2one(
21
21
  comodel_name="res.company",
@@ -63,6 +63,7 @@
63
63
  "l10n_br_fiscal_operation_user","Fiscal Operation for User","model_l10n_br_fiscal_operation","l10n_br_fiscal.group_user",1,0,0,0
64
64
  "l10n_br_fiscal_operation_manager","Fiscal Operation for Manager","model_l10n_br_fiscal_operation","l10n_br_fiscal.group_manager",1,1,1,1
65
65
  "l10n_br_fiscal_subsequent_operation","Fiscal Subsequent Operation for Manager","model_l10n_br_fiscal_subsequent_operation","l10n_br_fiscal.group_manager",1,1,1,1
66
+ "l10n_br_fiscal_subsequent_operation_user","Fiscal Subsequent Operation for User","model_l10n_br_fiscal_subsequent_operation","l10n_br_fiscal.group_user",1,0,0,0
66
67
  "l10n_br_fiscal_subsequent_document","Fiscal Subsequent Document for Manager","model_l10n_br_fiscal_subsequent_document","l10n_br_fiscal.group_manager",1,1,1,1
67
68
  "l10n_br_fiscal_subsequent_document_user","Fiscal Subsequent Document for User","model_l10n_br_fiscal_subsequent_document","l10n_br_fiscal.group_user",1,0,0,0
68
69
  "l10n_br_fiscal_operation_line_user","Fiscal Operation Line for User","model_l10n_br_fiscal_operation_line","l10n_br_fiscal.group_user",1,0,0,0
@@ -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:2d0efa167909fa0d293255a8bf480f7afcdc93eaccc938c7045a40ae99b058a2
370
+ !! source digest: sha256:1d27efc4c1ac1720426c0ab82b753fe33107a941bdb68e7fd861770b5617769e
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/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>
373
373
  <p><img alt="image" src="https://raw.githubusercontent.com/OCA/l10n-brazil/16.0/l10n_br_fiscal/static/img/fiscal_dashboard.png" /></p>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-l10n_br_fiscal
3
- Version: 16.0.4.1.0
3
+ Version: 16.0.5.0.0
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: erpbrasil.base>=2.3.0
6
6
  Requires-Dist: odoo-addon-l10n_br_base>=16.0dev,<16.1dev
@@ -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:2d0efa167909fa0d293255a8bf480f7afcdc93eaccc938c7045a40ae99b058a2
28
+ !! source digest: sha256:1d27efc4c1ac1720426c0ab82b753fe33107a941bdb68e7fd861770b5617769e
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=w9kaHrroR6-JWciAbCETO2vFx3e5GgqfY8XXGJ445IQ,13792
1
+ odoo/addons/l10n_br_fiscal/README.rst,sha256=-X4ADhA7dAhRuGQTMeMZe5iOqkjxDNLYGaQzR9ZaJUU,13792
2
2
  odoo/addons/l10n_br_fiscal/__init__.py,sha256=BQXfCjW4ehK1W1j0z6k8xN7Q2LoZBCjjvYDkQt6nSkI,2717
3
- odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=f-YKENNZP9Ftx2PTm6MlWjd0o1oOlwpGrLUqk_OHiOM,4933
3
+ odoo/addons/l10n_br_fiscal/__manifest__.py,sha256=IaSytmT6l9bQPxma70C47NRWIzVmlttm4wLyPoQiNzo,4933
4
4
  odoo/addons/l10n_br_fiscal/tools.py,sha256=4oAxP-kPKq3L3xhNdhOivxWakJa-j0ISpVIBCtsB0NQ,4061
5
5
  odoo/addons/l10n_br_fiscal/constants/fiscal.py,sha256=F2a4jYAk2j2Yh1Xw7WeS1GcLfW1DbjeNgEF6l7135wc,14962
6
6
  odoo/addons/l10n_br_fiscal/constants/icms.py,sha256=rHlM6jyRvhrIm03sd6guS1xh7SptADLltPmRJ3C_Vh8,3512
@@ -71,7 +71,7 @@ odoo/addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py,sha256=rHm2r3o0nwo3ZD
71
71
  odoo/addons/l10n_br_fiscal/models/data_product_abstract.py,sha256=wbc3exJQp33aYK8IOJ490JvDWBPCpU0NEkMR6YjaLfQ,793
72
72
  odoo/addons/l10n_br_fiscal/models/document.py,sha256=dzrKZW-bCHOJ3xgNVeedGfmYI7wyX1wg1Jx15Q-dGSI,25343
73
73
  odoo/addons/l10n_br_fiscal/models/document_email.py,sha256=ikGhCrTI18X01RszlCqO0tvhTOKr2d5KJLcj_QA1o_Y,2113
74
- odoo/addons/l10n_br_fiscal/models/document_line.py,sha256=ziiAHFNYphxZL-ojPG9f_isepEV0hbQdZgvXpJDIbZw,1380
74
+ odoo/addons/l10n_br_fiscal/models/document_line.py,sha256=c-Zjb4uX5gCdNrlhJqH5_pVvUdZ9odyDx7r_gsG7KtI,1380
75
75
  odoo/addons/l10n_br_fiscal/models/document_line_mixin.py,sha256=rnulqu0T74lUrFYZLcgKJLYCvsVftTiYnseM6M8P0RM,26578
76
76
  odoo/addons/l10n_br_fiscal/models/document_line_mixin_methods.py,sha256=uEw6GyR9arzE3XcGozxnKJrSxcpzTycrx2IEfFZq9pQ,30108
77
77
  odoo/addons/l10n_br_fiscal/models/document_mixin.py,sha256=bdLG03cDZwdxow48wrGbcn3glPbrwOWaN1enIuNxkPE,11976
@@ -125,9 +125,9 @@ odoo/addons/l10n_br_fiscal/readme/INSTALL.md,sha256=o2UqimrZMd9MsHpwuO6McKJxOGpx
125
125
  odoo/addons/l10n_br_fiscal/readme/ROADMAP.md,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
126
126
  odoo/addons/l10n_br_fiscal/readme/USAGE.md,sha256=Dw3uZaHJCUtV0xFq6VOQvF2G5fS_oSBCFqwJyXbt1RY,247
127
127
  odoo/addons/l10n_br_fiscal/security/fiscal_security.xml,sha256=c4D3MoIsVnkZ1pDY_iw8jM2hBPz3VCkl5JKnm_hkau0,3700
128
- odoo/addons/l10n_br_fiscal/security/ir.model.access.csv,sha256=3E9q6uzshDOKbm2zUV8cv2x1EIV3WkAkqjaq4_sOUtM,14918
128
+ odoo/addons/l10n_br_fiscal/security/ir.model.access.csv,sha256=oPSxpzR29I5fosD0ePP50KExXmZkAb570hoBK8hmwJs,15080
129
129
  odoo/addons/l10n_br_fiscal/static/description/icon.png,sha256=Vd1HydYBoGCzNfCqxLlch2i2aeCcyxo-uRxWNp6oMbw,14836
130
- odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=wPJ_FRhXv2tGlnHSMd5Wa8PaXaqC-Z2D4gha3a8BV3E,26425
130
+ odoo/addons/l10n_br_fiscal/static/description/index.html,sha256=cY24Csmsb4YOKsG_--3itfaDrMNU5TgXdVpp2gbna9w,26425
131
131
  odoo/addons/l10n_br_fiscal/static/img/fiscal_dashboard.png,sha256=Q0fpqFNqEXh6m6E1aJfzSKV2tQ9lC1Y-ofUt6qxVupc,151668
132
132
  odoo/addons/l10n_br_fiscal/static/img/fiscal_line.png,sha256=S4Q4OGSzGnbfm4W5sQVvnD4uUzxS6tbJGT_gs3pB4K0,134276
133
133
  odoo/addons/l10n_br_fiscal/static/img/fiscal_operation.png,sha256=2614c1XjxwVznh707e9gujlUXg0ttutKD1ZiSMTqyv8,105871
@@ -198,7 +198,7 @@ odoo/addons/l10n_br_fiscal/views/uom_uom.xml,sha256=pqq2l0Vd8nz3oJBoe2GERQFMB3I5
198
198
  odoo/addons/l10n_br_fiscal/wizards/__init__.py,sha256=_sLxjpuJblbtSngjCsnMm7Iur5afF5xLEkAQLu4sy7I,69
199
199
  odoo/addons/l10n_br_fiscal/wizards/base_wizard_mixin.py,sha256=-r25us0vdNCSe11Gnf_tyPtN1qq-JKsL-fgWbPGktRo,2856
200
200
  odoo/addons/l10n_br_fiscal/wizards/document_status_wizard.py,sha256=KsYj5YWWePO7uk0psBsFdnCL71eLWhcyg7_c7J4G6vA,818
201
- odoo_addon_l10n_br_fiscal-16.0.4.1.0.dist-info/METADATA,sha256=ONomd-orXnM9Pa2jtBlu3k88A3AM3_EUsN_y97M-Au4,14463
202
- odoo_addon_l10n_br_fiscal-16.0.4.1.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
203
- odoo_addon_l10n_br_fiscal-16.0.4.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
204
- odoo_addon_l10n_br_fiscal-16.0.4.1.0.dist-info/RECORD,,
201
+ odoo_addon_l10n_br_fiscal-16.0.5.0.0.dist-info/METADATA,sha256=A-WeM8_JFZ796V0aPj39tjUqakzwEWAXsifzMMAocWo,14463
202
+ odoo_addon_l10n_br_fiscal-16.0.5.0.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
203
+ odoo_addon_l10n_br_fiscal-16.0.5.0.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
204
+ odoo_addon_l10n_br_fiscal-16.0.5.0.0.dist-info/RECORD,,