account_account_tag_code
in account-financial-tools · source on GitHub
Add a code field to the accounts tags
ForgeFlow · AGPL-3
| Series | Status | Details | Code |
|---|---|---|---|
| 16.0 | ✓Installs | · run 2026-08-21 · 16.0.1.0.0 | on GitHub |
| 17.0 | ✓Installs | · run 2026-08-21 · 17.0.1.0.0 | on GitHub |
| 18.0 | —Not tested | no branch | |
| 19.0 | ✓Installs | · run 2026-08-19 · 19.0.1.0.0 | 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. (access_model) · version 19.0.1.0.0 → 19.5.1.0.0, code unchanged · run 2026-08-30 · odoo 19.5 · modidx/odoo:master-deps-20260821 |
Log excerpt, 20.0 dev
2026-08-30 22:42:35,601 1 INFO job_80ed172400df odoo.registry: Registry changed, signaling through the database
2026-08-30 22:42:35,604 1 INFO job_80ed172400df odoo.modules.loading: Module account_qr_code_sepa loaded in 0.22s, 53 queries (+53 other)
2026-08-30 22:42:35,604 1 INFO job_80ed172400df odoo.modules.loading: Loading module account_usability (47/50)
2026-08-30 22:42:35,621 1 WARNING job_80ed172400df odoo.modules.loading: Transient module states were reset
2026-08-30 22:42:35,624 1 ERROR job_80ed172400df odoo.registry: Failed to load registry
2026-08-30 22:42:35,624 1 CRITICAL job_80ed172400df odoo.service.server: Failed to initialize database `job_80ed172400df`.
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 450, in load_modules
load_module_graph(
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 185, in load_module_graph
model_names = registry.load(package)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/registry.py", line 442, in load
model_cls = model_classes.add_to_registry(self, model_def)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/odoo/orm/model_classes.py", line 188, in add_to_registry
raise TypeError(f"Model {name!r} does not exist in registry.")
TypeError: Model 'account.group' does not exist in registry.
2026-08-30 22:42:35,631 1 INFO job_80ed172400df odoo.service.server.ThreadedServer: Initiating shutdown
2026-08-30 22:42:35,632 1 INFO job_80ed172400df odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-08-30 22:42:35,632 1 INFO job_80ed172400df odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-08-30 22:42:35,734 1 INFO job_80ed172400df odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProvenance: __manifest__.py sha256 fa9e297f774f8e2b… · tree of 17 files without the manifest, sha256 0ef2395924dbd825…
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 57 · xml 24 |
| Tests | yes: 1 file(s), 26 lines |
| Migration scripts | no |
| Models | 0 new · 1 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 f63157ca529a.
Depends on
| Module | Status | Checked |
|---|---|---|
| account | core | ships with Odoo |
| account_usability | ✓Installs | 2026-08-19 |
History
| Last change | 2026-06-27 |
| Code commits, 12 months | 4 |
| Most active | Antoni Marroig Campomar, JasminSForgeFlow, Marina Alapont |
| Files | 18 |
Translation and bot commits are excluded from the commit count.
Result looks wrong? Tell us — we will show the log or run it again. Report a wrong result