Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
33
report_display_name_in_footer/readme/CONFIGURE.md
Normal file
33
report_display_name_in_footer/readme/CONFIGURE.md
Normal 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
|
||||
Reference in New Issue
Block a user