account_chart_update

in account-financial-tools · source on GitHub

Wizard to update a company's account chart from a template

Category: Accounting · Tecnativa · BCIM · Okia · AGPL-3

16.0Installs
17.0Installs
18.0Installs
19.0Installs
SeriesStatusDetailsCode
16.0Installs · run 2026-08-21 · 16.0.2.0.8on GitHub
17.0Installs · run 2026-08-21 · 17.0.1.1.2on GitHub
18.0Installs · run 2026-08-19 · 18.0.2.0.1on GitHub
19.0Installs · run 2026-08-27 · 19.0.1.2.0on 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.

StatusDetails
failsThe same code installs on 19.0; on the development line it does not. The difference belongs to the platform. (registry) · failed in a file of this module: account_chart_update/wizard/wizard_chart_update.py · version 19.0.1.2.0 → 19.5.1.2.0, code unchanged · run 2026-08-31 · odoo 19.5 · modidx/odoo:master-deps-20260821

Log excerpt, 20.0 dev

    class WizardUpdateChartsAccounts(models.TransientModel):
  File "/mnt/pool/account_chart_update/wizard/wizard_chart_update.py", line 532, in WizardUpdateChartsAccounts
    @tools.ormcache("name")

2026-08-31 05:35:15,835 1 WARNING job_ad75752d3e93 odoo.modules.loading: Transient module states were reset
2026-08-31 05:35:15,836 1 ERROR job_ad75752d3e93 odoo.registry: Failed to load registry
2026-08-31 05:35:15,837 1 CRITICAL job_ad75752d3e93 odoo.service.server: Failed to initialize database `job_ad75752d3e93`.
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 191, in load_module_graph
    registry._setup_models__(env.cr, [])  # incremental setup
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  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 556, in _setup_models__
    model_classes.setup_model_classes(env)
  File "/usr/lib/python3/dist-packages/odoo/orm/model_classes.py", line 343, in setup_model_classes
    _setup_fields(model_cls, env)
  File "/usr/lib/python3/dist-packages/odoo/orm/model_classes.py", line 550, in _setup_fields
    field.setup(model)
  File "/usr/lib/python3/dist-packages/odoo/orm/fields.py", line 570, in setup
    self.setup_nonrelated(model)
  File "/usr/lib/python3/dist-packages/odoo/orm/fields_relational.py", line 274, in setup_nonrelated
    super().setup_nonrelated(model)
  File "/usr/lib/python3/dist-packages/odoo/orm/fields_relational.py", line 96, in setup_nonrelated
    assert self.comodel_name in model.pool, \
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Field wizard.update.charts.accounts.account.group.update_account_group_id with unknown comodel_name 'account.group'
2026-08-31 05:35:15,841 1 INFO job_ad75752d3e93 odoo.service.server.ThreadedServer: Initiating shutdown
2026-08-31 05:35:15,842 1 INFO job_ad75752d3e93 odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-08-31 05:35:15,842 1 INFO job_ad75752d3e93 odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-08-31 05:35:15,944 1 INFO job_ad75752d3e93 odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connections

Provenance: __manifest__.py sha256 05f0afebedb23495… · tree of 91 files without the manifest, sha256 acc11c794847134d…

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 codepython 2 953 · xml 459
Testsyes: 1 file(s), 1 136 lines
Migration scriptsno
Models12 new · 7 extensions
Raw SQL1 × cr.execute

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 ce077cdce22b.

The apps.odoo.com catalogue has a listing under the same technical name on 16.0, 17.0, 18.0: apps.odoo.com/apps/modules/18.0/account_chart_update. A matching name does not prove matching code — how we counted this.

Depends on

ModuleStatusChecked
accountcoreships with Odoo

History

Last change2026-07-16
Code commits, 12 months91
Most activePedro M. Baeza, Jairo Llopis, Raf Ven
Files92

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

Get told when this module changes state

Data updated 2026-09-09 00:00 UTC · we publish the install log with a date, not a vendor rating · CSV and JSON are open

Questions or a wrong result: open an issue or hello@allservices.one

Independent project. Not affiliated with Odoo S.A. or the Odoo Community Association.