Initial commit: Odoo 18.0-20251222 extra-addons
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

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
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