Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
1
report_substitute/readme/CONTRIBUTORS.md
Normal file
1
report_substitute/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1 @@
|
||||
- Bejaoui Souheil \<<souheil.bejaoui@acsone.eu>\>
|
||||
4
report_substitute/readme/DESCRIPTION.md
Normal file
4
report_substitute/readme/DESCRIPTION.md
Normal file
@@ -0,0 +1,4 @@
|
||||
This module allows you to create substitution rules for report actions.
|
||||
A typical use case is to replace a standard report by alternative
|
||||
reports when some conditions are met. For instance, it allows to
|
||||
configure alternate reports for different companies.
|
||||
2
report_substitute/readme/ROADMAP.md
Normal file
2
report_substitute/readme/ROADMAP.md
Normal file
@@ -0,0 +1,2 @@
|
||||
- The document name result should take the name of the substitution
|
||||
report.
|
||||
10
report_substitute/readme/USAGE.md
Normal file
10
report_substitute/readme/USAGE.md
Normal file
@@ -0,0 +1,10 @@
|
||||
To use this module, you need to:
|
||||
|
||||
1. Go to 'Actions' / 'Reports'
|
||||
2. Select the desired report you want to 'Substitution Rules'
|
||||
3. In the substitutions page add a new line
|
||||
4. Select the substitution report action
|
||||
5. Set a domain to specify when this substitution should happen
|
||||
|
||||
When a user calls a report action, the system tries to find the first
|
||||
substitution in with a domain that matches all records.
|
||||
Reference in New Issue
Block a user