Tradução automática. Os dados e os números são a fonte da verdade; a redação pode conter erros de tradução e alguns trechos podem continuar em inglês. A versão autoritativa são as páginas em inglês e em ucraniano. avise-nos se algum termo estiver impreciso

survey_certification_py3o

em survey · código no GitHub

Categoria: Marketing/Survey · Tecnativa · AGPL-3

16.0×Not in this series
17.0~Problema de ambiente
18.0×Not in this series
19.0~Problema de ambiente
SérieEstadoDetalhesCódigo
16.0Não testadosem branch
17.0~Problema de ambienteA system utility is missing from the image · executado em 2026-08-26 · 17.0.1.0.0no GitHub
18.0Não testadosem branch
19.0~Problema de ambienteA system utility is missing from the image · executado em 2026-08-26 · 19.0.1.0.0no GitHub

Odoo 20.0 dev — linha de desenvolvimento

Uma afirmação diferente da tabela acima. Lá: o módulo como publicado, sobre uma plataforma já lançada. Aqui: o código do módulo com a versão do manifesto elevada mecanicamente, sobre uma plataforma que não foi lançada e que muda todos os dias.

EstadoDetalhes
failsThe symbol was removed from the platform: 'content_disposition' from 'odoo.http' · falhou em um arquivo de OUTRO módulo: report_py3o/controllers/main.py · versão 19.0.1.0.0 → 19.5.1.0.0, código sem alterações · executado em 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910

Trecho do log, 20.0 dev

2026-09-10 13:38:59,361 1 INFO job_b303a5b86f3f odoo.modules.loading: Module http_routing loaded in 0.37s, 139 queries (+139 other)
2026-09-10 13:38:59,361 1 INFO job_b303a5b86f3f odoo.modules.loading: Loading module report_py3o (17/41)
2026-09-10 13:38:59,382 1 CRITICAL job_b303a5b86f3f odoo.modules.module: Couldn't load module report_py3o
2026-09-10 13:38:59,388 1 WARNING job_b303a5b86f3f odoo.modules.loading: Transient module states were reset
2026-09-10 13:38:59,390 1 ERROR job_b303a5b86f3f odoo.registry: Failed to load registry
2026-09-10 13:38:59,390 1 CRITICAL job_b303a5b86f3f odoo.service.server: Failed to initialize database `job_b303a5b86f3f`.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1559, in preload_registries
    registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 67, in locked
    return func(inst, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 222, in new
    contextvars.Context().run(
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 446, in load_modules
    load_module_graph(
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 172, in load_module_graph
    load_openerp_module(package.name)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 541, in load_openerp_module
    __import__(qualname)
  File "/mnt/pool/report_py3o/__init__.py", line 2, in <module>
    from . import controllers
  File "/mnt/pool/report_py3o/controllers/__init__.py", line 1, in <module>
    from . import main
  File "/mnt/pool/report_py3o/controllers/main.py", line 10, in <module>
    from odoo.http import content_disposition, request, route, serialize_exception
ImportError: cannot import name 'content_disposition' from 'odoo.http' (/usr/lib/python3/dist-packages/odoo/http/__init__.py)
2026-09-10 13:38:59,394 1 INFO job_b303a5b86f3f odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 13:38:59,394 1 INFO job_b303a5b86f3f odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 13:38:59,394 1 INFO job_b303a5b86f3f odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 13:38:59,497 1 INFO job_b303a5b86f3f odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connections

Procedência: __manifest__.py sha256 54e68680acdc984d… · árvore de 23 arquivos sem o manifesto, sha256 61465282d3f51cf7…

Isto não diz que o módulo é compatível com o Odoo 20.0, e não diz que ele instala no Odoo 20.0 — em uma plataforma padrão não vai instalar, até que o mantenedor eleve a versão. Por que elevamos a versão

The module’s code on 19.0

Lines of codepython 209 · xml 29
Testsyes: 1 file(s), 96 lines
Migration scriptsno
Models0 new · 4 extensions

Lines are physical, blanks and comments included, as wc -l. Tests are test_*.py files under tests/. Models are lines holding _name = and _inherit =. These are facts about the code, not a judgement: more lines is neither better nor worse. Measured 2026-08-28 on tree 9ecc6f726783.

Depende de

MóduloEstadoVerificado
report_py3oInstala2026-08-19
surveynúcleovem com o Odoo

Histórico

Última alteração2026-08-13
Commits de código, 12 meses4
Mais ativospilarvargas-tecnativa, Adasat Torres de León
Arquivos24

Commits de tradução e de bots ficam fora da contagem.

Log de instalação 19.0

2026-08-26 19:35:47,513 1 WARNING job_a65341610ae4 odoo.addons.report_py3o.models.ir_actions_report: The libreoffice runtime is required to genereate the py3o report 'Custom Certifications' but is not found into the bin path. You must install the libreoffice runtime on the server. If the runtime is already installed and is not found by Odoo, you can provide the full path to the runtime by setting the key 'py3o.conversion_command' into the configuration parameters.

Log de instalação 17.0

2026-08-26 22:21:45,748 1 WARNING job_348d1c02ef8c odoo.addons.report_py3o.models.ir_actions_report: The libreoffice runtime is required to genereate the py3o report 'Custom Certifications' but is not found into the bin path. You must install the libreoffice runtime on the server. If the runtime is already installed and is not found by Odoo, you can provide the full path to the runtime by setting the key 'py3o.conversion_command' into the configuration parameters.

O resultado parece errado? Diga-nos — mostraremos o log ou executaremos de novo. Relatar um resultado errado

Ser avisado quando este módulo mudar de estado

Dados atualizados em 2026-09-16 22:00 UTC · publicamos o log de instalação com data, não uma avaliação do fornecedor · O CSV e o JSON são abertos

Dúvidas ou um resultado errado: abrir uma issue ou hello@allservices.one

Projeto independente. Sem vínculo com a Odoo S.A. nem com a Odoo Community Association.