tms_document
in stock-logistics-transport · source on GitHub
Generic expiry-tracked document framework for TMS
Category: TMS · Volkan Taşçı · 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-01 · 19.0.1.0.4 | 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: tms/security/ir.model.access.csv · version 19.0.1.0.4 → 19.5.1.0.4, code unchanged · run 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910 |
Log excerpt, 20.0 dev
2026-09-10 17:31:25,949 1 INFO job_10f046e8603a odoo.modules.loading: loading tms/data/uom_category.xml
2026-09-10 17:31:25,970 1 INFO job_10f046e8603a odoo.modules.loading: loading tms/security/res_groups.xml
2026-09-10 17:31:26,723 1 INFO job_10f046e8603a odoo.modules.loading: loading tms/security/ir.model.access.csv
2026-09-10 17:31:26,914 1 WARNING job_10f046e8603a odoo.modules.loading: Transient module states were reset
2026-09-10 17:31:26,916 1 ERROR job_10f046e8603a odoo.registry: Failed to load registry
2026-09-10 17:31:26,917 1 CRITICAL job_10f046e8603a odoo.service.server: Failed to initialize database `job_10f046e8603a`.
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 17:31:26,924 1 INFO job_10f046e8603a odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 17:31:26,924 1 INFO job_10f046e8603a odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 17:31:26,924 1 INFO job_10f046e8603a odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 17:31:27,026 1 INFO job_10f046e8603a odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProvenance: __manifest__.py sha256 baf81f6caf585373… · tree of 33 files without the manifest, sha256 6e660e93fa21fc2e…
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 937 · xml 258 · js 128 |
| Tests | yes: 2 file(s), 558 lines |
| Migration scripts | no |
| Models | 1 new · 5 extensions |
| JavaScript | 1 file(s) · OWL · QWeb 2 |
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 160ed20c9d98.
Depends on
| Module | Status | Checked |
|---|---|---|
| tms | ✓Installs | 2026-08-19 |
Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result