sale_exception_line_tooltip
in sale-workflow · source on GitHub
Shows tooltips on sale order lines that have exceptions
Category: Sales · Camptocamp · AGPL-3
| Series | Status | Details | Code |
|---|---|---|---|
| 16.0 | —Not tested | no branch | |
| 17.0 | —Not tested | no branch | |
| 18.0 | —Not tested | no branch | |
| 19.0 | ✓Installs | · run 2026-09-10 · 19.0.1.0.1 | on GitHub |
Odoo 20.0 dev — development line
A different statement from the table above. There: the module as published, on a released platform. Here: the module’s code with its manifest version mechanically raised, on a platform that has not been released and changes daily.
| Status | Details |
|---|---|
| ✗fails | The same code installs on 19.0; on the development line it does not. The difference belongs to the platform. (model_gone) · failed in a file of ANOTHER module: base_exception/security/ir.model.access.csv · version 19.0.1.0.1 → 19.5.1.0.1, code unchanged · run 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910 |
Log excerpt, 20.0 dev
2026-09-10 14:32:09,373 1 INFO job_b2c9bc33fb4f odoo.registry: module base_exception: creating or updating database tables
2026-09-10 14:32:09,536 1 INFO job_b2c9bc33fb4f odoo.modules.loading: loading base_exception/security/base_exception_security.xml
2026-09-10 14:32:09,622 1 INFO job_b2c9bc33fb4f odoo.modules.loading: loading base_exception/security/ir.model.access.csv
2026-09-10 14:32:09,724 1 WARNING job_b2c9bc33fb4f odoo.modules.loading: Transient module states were reset
2026-09-10 14:32:09,726 1 ERROR job_b2c9bc33fb4f odoo.registry: Failed to load registry
2026-09-10 14:32:09,726 1 CRITICAL job_b2c9bc33fb4f odoo.service.server: Failed to initialize database `job_b2c9bc33fb4f`.
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 211, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 56, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 712, in convert_file
convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate)
File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 769, in convert_csv_import
result = env[model].with_context(**context).load(fields, datas)
~~~^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/environments.py", line 107, in __getitem__
return self.registry[model_name](self, (), ())
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 385, in __getitem__
return self.models[model_name]
~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'ir.model.access'
2026-09-10 14:32:09,731 1 INFO job_b2c9bc33fb4f odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 14:32:09,731 1 INFO job_b2c9bc33fb4f odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 14:32:09,731 1 INFO job_b2c9bc33fb4f odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 14:32:09,832 1 INFO job_b2c9bc33fb4f odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProvenance: __manifest__.py sha256 10f43a52fdc4a845… · tree of 18 files without the manifest, sha256 082ac9617950de03…
This does not say the module is compatible with Odoo 20.0, and does not say it installs on Odoo 20.0 — on a stock platform it will not, until its maintainer raises the version. Why we raise the version
The module’s code on 19.0
| Lines of code | python 189 · xml 29 · js 22 |
| Tests | yes: 1 file(s), 74 lines |
| Migration scripts | no |
| Models | 0 new · 1 extensions |
| JavaScript | 1 file(s) · QWeb 1 |
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 d01d7ee24149.
The apps.odoo.com catalogue has a listing under the same technical name on 19.0: apps.odoo.com/apps/modules/19.0/sale_exception_line_tooltip. A matching name does not prove matching code — how we counted this.
Depends on
| Module | Status | Checked |
|---|---|---|
| sale_exception | ✓Installs | 2026-08-19 |
Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result