account_journal_general_sequence
in account-financial-tools · source on GitHub
Add configurable sequence to account moves, per journal
Category: Accounting/Accounting · Moduon · LGPL-3
| Series | Status | Details | Code |
|---|---|---|---|
| 16.0 | ✓Installs | · run 2026-08-22 · 16.0.2.1.0 | on GitHub |
| 17.0 | —Not tested | no branch | |
| 18.0 | ✓Installs | · run 2026-08-19 · 18.0.1.0.1 | on GitHub |
| 19.0 | ✓Installs | · run 2026-08-19 · 19.0.1.0.3 | 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 this module: account_journal_general_sequence/security/ir.model.access.csv · version 19.0.1.0.3 → 19.5.1.0.3, code unchanged · run 2026-08-31 · odoo 19.5 · modidx/odoo:master-deps-20260821 |
Log excerpt, 20.0 dev
2026-08-31 05:02:54,065 1 INFO job_4cdcebc84648 odoo.modules.loading: Loading module account_journal_general_sequence (45/49)
2026-08-31 05:02:54,156 1 INFO job_4cdcebc84648 odoo.registry: module account_journal_general_sequence: creating or updating database tables
2026-08-31 05:02:54,619 1 INFO job_4cdcebc84648 odoo.modules.loading: loading account_journal_general_sequence/security/ir.model.access.csv
2026-08-31 05:02:54,934 1 WARNING job_4cdcebc84648 odoo.modules.loading: Transient module states were reset
2026-08-31 05:02:54,935 1 ERROR job_4cdcebc84648 odoo.registry: Failed to load registry
2026-08-31 05:02:54,935 1 CRITICAL job_4cdcebc84648 odoo.service.server: Failed to initialize database `job_4cdcebc84648`.
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 215, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 61, 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 715, 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 776, 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-08-31 05:02:54,940 1 INFO job_4cdcebc84648 odoo.service.server.ThreadedServer: Initiating shutdown
2026-08-31 05:02:54,941 1 INFO job_4cdcebc84648 odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-08-31 05:02:54,941 1 INFO job_4cdcebc84648 odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-08-31 05:02:55,043 1 INFO job_4cdcebc84648 odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connectionsProvenance: __manifest__.py sha256 9df9cbf5a90ed7f6… · tree of 30 files without the manifest, sha256 61eb977f78b619a3…
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 397 · xml 152 |
| Tests | yes: 1 file(s), 138 lines |
| Migration scripts | no |
| Models | 1 new · 3 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 0f665d11f5d3.
The apps.odoo.com catalogue has a listing under the same technical name on 16.0, 18.0: apps.odoo.com/apps/modules/18.0/account_journal_general_sequence. A matching name does not prove matching code — how we counted this.
Depends on
| Module | Status | Checked |
|---|---|---|
| account | core | ships with Odoo |
External dependencies
Checked against modidx/odoo:19.0-deps-20260819b.
| Kind | Package | In our image |
|---|---|---|
| python | freezegun | in image |
History
| Last change | 2026-06-26 |
| Code commits, 12 months | 18 |
| Most active | Jairo Llopis, Emilio Pascual, Eduardo de Miguel |
| Files | 31 |
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