mail_print

in mail · source on GitHub

Print messages from the chatter of any document.

Tecnativa · AGPL-3

16.0×Not in this series
17.0×Not in this series
18.0×Not in this series
19.0Installs
SeriesStatusDetailsCode
16.0Not testedno branch
17.0Not testedno branch
18.0Not testedno branch
19.0Installs · run 2026-09-04 · 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. (views_xml) · failed in a file of this module: mail_print/reports/reports.xml · version 19.0.1.0.0 → 19.5.1.0.0, code unchanged · run 2026-09-10 · odoo 19.5 · modidx/odoo:master-deps-20260910

Log excerpt, 20.0 dev

2026-09-10 17:22:29,535 1 INFO job_799f499fde44 odoo.modules.loading: loading mail_print/data/report_paperformat_data.xml
2026-09-10 17:22:29,574 1 INFO job_799f499fde44 odoo.modules.loading: loading mail_print/reports/report_mail_message.xml
2026-09-10 17:22:29,599 1 INFO job_799f499fde44 odoo.modules.loading: loading mail_print/reports/reports.xml
2026-09-10 17:22:29,606 1 WARNING job_799f499fde44 odoo.modules.loading: Transient module states were reset
2026-09-10 17:22:29,608 1 ERROR job_799f499fde44 odoo.registry: Failed to load registry
2026-09-10 17:22:29,608 1 CRITICAL job_799f499fde44 odoo.service.server: Failed to initialize database `job_799f499fde44`.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 628, in _tag_root
    f(rec)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 482, in _tag_record
    record = model._load_records([data], self.mode == 'update')
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/orm/models.py", line 4691, in _load_records
    records = self._load_records_create([data['values'] for data in to_create])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/orm/models.py", line 4598, in _load_records_create
    records = self.create(vals_list)
              ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/orm/decorators.py", line 330, in create
    return method(self, vals_list)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/orm/models.py", line 4116, in create
    raise ValueError(f"Invalid field {field_name!r} in {self._name!r}")
ValueError: Invalid field 'report_file' in 'ir.actions.report'

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 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 716, in convert_file
    convert_xml_import(env, module, fp, idref, mode, noupdate)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 815, in convert_xml_import
    obj.parse(doc.getroot())
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 686, in parse
    self._tag_root(de)
  File "/usr/lib/python3/dist-packages/odoo/tools/convert.py", line 641, in _tag_root
    raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /mnt/pool/mail_print/reports/reports.xml:3, somewhere inside
<record id="mail_message_report" model="ir.actions.report">
        <field name="name">Message</field>
        <field name="model">mail.message</field>
        <field name="report_type">qweb-pdf</field>
        <field name="report_name">mail_print.report_mail_message</field>
        <field name="report_file">mail_print.report_mail_message</field>
        <field name="print_report_name">(object.display_name)</field>
        <field name="paperformat_id" ref="report_paperformat_mail_message"/>
    </record>
2026-09-10 17:22:29,618 1 INFO job_799f499fde44 odoo.service.server.ThreadedServer: Initiating shutdown
2026-09-10 17:22:29,618 1 INFO job_799f499fde44 odoo.service.server.ThreadedServer: Hit CTRL-C again or send a second signal to force the shutdown.
2026-09-10 17:22:29,619 1 INFO job_799f499fde44 odoo.addons.bus.websocket: Disconnecting 0 websockets
2026-09-10 17:22:29,721 1 INFO job_799f499fde44 odoo.sql_db: ConnectionPool(read/write;used=0/count=0/max=64): Closed 1 connections

Provenance: __manifest__.py sha256 b5baef177cc21cc9… · tree of 18 files without the manifest, sha256 f151e5fede1f4a99…

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

Depends on

ModuleStatusChecked
contactscoreships with Odoo
mailcoreships with Odoo

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