Files
Odoo-18.0-20251222/report_display_name_in_footer/readme/CONFIGURE.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

838 B

To configure this module, you need to:

  1. Go to System parameters and create report.display_name_in_footer_models parameter.

  2. Add desired model names separated by comma.

    • If you want to print name on all reports, just write 'all' on the value.
    • If you want to exclude certain models, add '-' before model name.
  3. Examples:

    • Only few models: sale.order,purchase.order,stock.picking
    • All models: all
    • All models except two: all,-sale.order,-purchase.order
  4. The field printed in the report will be name for any type of document. If your document doesn't have this field, please exclude from the list with '-' and the name of the model.

  5. Compatible with all document layouts:

    • Light
    • Boxed
    • Bold
    • Striped
    • Bubble
    • Wave
    • Folder
  6. Compatible report types:

    • PDF