mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[ADD] - Add readme
This commit is contained in:
1
report_substitute/readme/CONTRIBUTORS.rst
Normal file
1
report_substitute/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1 @@
|
||||
* Bejaoui Souheil <souheil.bejaoui@acsone.eu>
|
||||
4
report_substitute/readme/DESCRIPTION.rst
Normal file
4
report_substitute/readme/DESCRIPTION.rst
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.
|
||||
1
report_substitute/readme/ROADMAP.rst
Normal file
1
report_substitute/readme/ROADMAP.rst
Normal file
@@ -0,0 +1 @@
|
||||
- The document name result should take the name of the substitution report.
|
||||
15
report_substitute/readme/USAGE.rst
Normal file
15
report_substitute/readme/USAGE.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
To use this module, you need to:
|
||||
|
||||
#. Go to 'Actions' / 'Reports'
|
||||
|
||||
#. Select the desired report you want to substitute
|
||||
|
||||
#. In the substitutions page add a new line
|
||||
|
||||
#. Select the substitution report action
|
||||
|
||||
#. 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