account_payroll_sheet_import

in account-financial-tools · source on GitHub

Import payroll from sheet files and generate journal entries

Category: Accounting · APSL-Nagarro · AGPL-3

16.0×Not in this series
17.0Install error
18.0Installs
19.0Installs
SeriesStatusDetailsCode
16.0Not testedno branch
17.0Install errorUNRECOGNISED: ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject · run 2026-08-27on GitHub
18.0Installs · run 2026-08-22 · 18.0.1.0.0on GitHub
19.0Installs · run 2026-08-19 · 19.0.1.0.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. (model_gone) · failed in a file of this module: account_payroll_sheet_import/security/payroll_import_security.xml · 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 20:26:41,172 1 INFO job_9dc5281b6489 odoo.modules.loading: Loading module account_payroll_sheet_import (48/53)
2026-08-30 20:26:42,244 1 INFO job_9dc5281b6489 odoo.registry: module account_payroll_sheet_import: creating or updating database tables
2026-08-30 20:26:42,764 1 INFO job_9dc5281b6489 odoo.modules.loading: loading account_payroll_sheet_import/security/payroll_import_security.xml
2026-08-30 20:26:43,145 1 WARNING job_9dc5281b6489 odoo.modules.loading: Transient module states were reset
2026-08-30 20:26:43,147 1 ERROR job_9dc5281b6489 odoo.registry: Failed to load registry
2026-08-30 20:26:43,148 1 CRITICAL job_9dc5281b6489 odoo.service.server: Failed to initialize database `job_9dc5281b6489`.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 631, in _tag_root
    f(rec)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 365, in _tag_record
    model = env[rec_model]
            ~~~^^^^^^^^^^^
  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.rule'

The above exception was the direct cause of the following exception:

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 719, in convert_file
    convert_xml_import(env, module, fp, idref, mode, noupdate)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 822, in convert_xml_import
    obj.parse(doc.getroot())
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 689, in parse
    self._tag_root(de)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 644, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /mnt/pool/account_payroll_sheet_import/security/payroll_import_security.xml:3, somewhere inside
<record id="payroll_import_mapping_multi" model="ir.rule">
        <field name="name">payroll import mapping multi-company</field>
        <field ref="model_payroll_import_mapping" name="model_id"/>
        <field eval="True" name="global"/>
        <field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field>
    </record>
2026-08-30 20:26:43,156 1 INFO job_9dc5281b6489 odoo.service.server.ThreadedServer: Initiating shutdown
2026-08-30 20:26:43,156 1 INFO job_9dc5281b6489 odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-08-30 20:26:43,157 1 INFO job_9dc5281b6489 odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-08-30 20:26:43,259 1 INFO job_9dc5281b6489 odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connections

Provenance: __manifest__.py sha256 2b48d6cd2086c753… · tree of 27 files without the manifest, sha256 3f4fbbda35d74631…

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 511 · xml 186
Testsyes: 1 file(s), 225 lines
Migration scriptsno
Models4 new · 0 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 e81c87ccaa12.

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

Depends on

ModuleStatusChecked
accountcoreships with Odoo
hrcoreships with Odoo

External dependencies

Checked against modidx/odoo:19.0-deps-20260819b.

KindPackageIn our image
pythonpandasin image
pythonopenpyxl>=3.1.0in image

History

Last change2026-08-17
Code commits, 12 months5
Most activeBernatObrador, bobrador
Files28

Translation and bot commits are excluded from the commit count.

Install log 17.0

Time Off Management
-----------------
2026-08-27 07:56:44,984 1 CRITICAL job_4e43f8044fbc odoo.modules.module: Couldn't load module account_payroll_sheet_import 
2026-08-27 07:56:44,995 1 WARNING job_4e43f8044fbc odoo.modules.loading: Transient module states were reset 
2026-08-27 07:56:44,996 1 ERROR job_4e43f8044fbc odoo.modules.registry: Failed to load registry 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 99, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 485, in load_modules
    processed_modules += load_marked_modules(env, graph,
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 366, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 187, in load_module_graph
    load_openerp_module(package.name)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 424, in load_openerp_module
    __import__(qualname)
  File "/mnt/pool/account_payroll_sheet_import/__init__.py", line 2, in <module>
    from . import wizard
  File "/mnt/pool/account_payroll_sheet_import/wizard/__init__.py", line 1, in <module>
    from . import payroll_import_wizard
  File "/mnt/pool/account_payroll_sheet_import/wizard/payroll_import_wizard.py", line 8, in <module>
    import pandas as pd
  File "/usr/local/lib/python3.10/dist-packages/pandas/__init__.py", line 22, in <module>
    from pandas.compat import is_numpy_dev as _is_numpy_dev  # pyright: ignore # noqa:F401
  File "/usr/local/lib/python3.10/dist-packages/pandas/compat/__init__.py", line 18, in <module>
    from pandas.compat.numpy import (
  File "/usr/local/lib/python3.10/dist-packages/pandas/compat/numpy/__init__.py", line 4, in <module>
    from pandas.util.version import Version
  File "/usr/local/lib/python3.10/dist-packages/pandas/util/__init__.py", line 2, in <module>
    from pandas.util._decorators import (  # noqa:F401
  File "/usr/local/lib/python3.10/dist-packages/pandas/util/_decorators.py", line 14, in <module>
    from pandas._libs.properties import cache_readonly
  File "/usr/local/lib/python3.10/dist-packages/pandas/_libs/__init__.py", line 13, in <module>
    from pandas._libs.interval import Interval
  File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
2026-08-27 07:56:45,010 1 CRITICAL job_4e43f8044fbc odoo.service.server: Failed to initialize database `job_4e43f8044fbc`. 
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 1422, in preload_registries
    registry = Registry.new(dbname, update_module=update_module)
  File "<decorator-gen-16>", line 2, in new
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 99, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 485, in load_modules
    processed_modules += load_marked_modules(env, graph,
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 366, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/usr/lib/python3/dist-packages/odoo/modules/loading.py", line 187, in load_module_graph
    load_openerp_module(package.name)
  File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 424, in load_openerp_module
    __import__(qualname)
  File "/mnt/pool/account_payroll_sheet_import/__init__.py", line 2, in <module>
    from . import wizard
  File "/mnt/pool/account_payroll_sheet_import/wizard/__init__.py", line 1, in <module>
    from . import payroll_import_wizard
  File "/mnt/pool/account_payroll_sheet_import/wizard/payroll_import_wizard.py", line 8, in <module>
    import pandas as pd
  File "/usr/local/lib/python3.10/dist-packages/pandas/__init__.py", line 22, in <module>
    from pandas.compat import is_numpy_dev as _is_numpy_dev  # pyright: ignore # noqa:F401
  File "/usr/local/lib/python3.10/dist-packages/pandas/compat/__init__.py", line 18, in <module>
    from pandas.compat.numpy import (
  File "/usr/local/lib/python3.10/dist-packages/pandas/compat/numpy/__init__.py", line 4, in <module>
    from pandas.util.version import Version
  File "/usr/local/lib/python3.10/dist-packages/pandas/util/__init__.py", line 2, in <module>
    from pandas.util._decorators import (  # noqa:F401
  File "/usr/local/lib/python3.10/dist-packages/pandas/util/_decorators.py", line 14, in <module>
    from pandas._libs.properties import cache_readonly
  File "/usr/local/lib/python3.10/dist-packages/pandas/_libs/__init__.py", line 13, in <module>
    from pandas._libs.interval import Interval
  File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

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.