@@ -17,33 +17,35 @@ Report Async
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
19
19
.. |badge3 | image :: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
20
- :target: https://github.com/OCA/reporting-engine/tree/16 .0/report_async
20
+ :target: https://github.com/OCA/reporting-engine/tree/17 .0/report_async
21
21
:alt: OCA/reporting-engine
22
22
.. |badge4 | image :: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23
- :target: https://translation.odoo-community.org/projects/reporting-engine-16 -0/reporting-engine-16 -0-report_async
23
+ :target: https://translation.odoo-community.org/projects/reporting-engine-17 -0/reporting-engine-17 -0-report_async
24
24
:alt: Translate me on Weblate
25
25
.. |badge5 | image :: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26
- :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=16 .0
26
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=17 .0
27
27
:alt: Try me on Runboat
28
28
29
29
|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
30
30
31
- The new menu "Report Center" is the central place to host your reports in one place.
32
- From here, there are 2 ways to launch the report,
31
+ The new menu "Report Center" is the central place to host your reports
32
+ in one place. From here, there are 2 ways to launch the report,
33
33
34
34
1. Run Now - run report immediately as per normal.
35
35
2. Run Background - put the report execution to queue job.
36
36
37
- By using the queue job, option 2 is great for long running report.
38
- The report file will be saved for later use, with the option to send report
37
+ By using the queue job, option 2 is great for long running report. The
38
+ report file will be saved for later use, with the option to send report
39
39
by email as soon as it is ready.
40
40
41
41
Notes:
42
42
43
- * Only user with Technical Feature rights can manage the report.
44
- * Every internal user will have right to execute the report allowed for his/her groups.
45
- * The files created are owned and viewable only by the person who run the report.
46
- * Job queue manager can also see all jobs for each reports.
43
+ - Only user with Technical Feature rights can manage the report.
44
+ - Every internal user will have right to execute the report allowed for
45
+ his/her groups.
46
+ - The files created are owned and viewable only by the person who run
47
+ the report.
48
+ - Job queue manager can also see all jobs for each reports.
47
49
48
50
**Table of contents **
49
51
@@ -57,56 +59,63 @@ Menu: Dashboard > Report Center
57
59
58
60
As Technical Feature users, you can manage reports for Report Center.
59
61
60
- - **Report: ** choose the report (a window action). Although the option show all window actions
61
- it only make sense for window actions that launch reports.
62
- - **Allow Async: ** check this, if you want the report to run in background too, suitable for
63
- report that return file as result, i.e., pdf/xlsx/csv/txt.
64
- - **Email Notification: ** if checked, once the background process is completed, email with link to download
65
- report will be sent.
66
- - **Groups: ** select user groups allowed to use this report. If left blank, all user can use.
62
+ - **Report: ** choose the report (a window action). Although the option
63
+ show all window actions it only make sense for window actions that
64
+ launch reports.
65
+ - **Allow Async: ** check this, if you want the report to run in
66
+ background too, suitable for report that return file as result, i.e.,
67
+ pdf/xlsx/csv/txt.
68
+ - **Email Notification: ** if checked, once the background process is
69
+ completed, email with link to download report will be sent.
70
+ - **Groups: ** select user groups allowed to use this report. If left
71
+ blank, all user can use.
67
72
68
73
As normal user, you can run your reports from Report Center
69
74
70
- - **Run Now button: ** to run report immediately as per normal.
71
- - **Run Background button: ** to run report asynchronously. Fall back to run now, if not report that produce file.
72
- - **Job Status: ** show status of the latest run job. If job fail, exception error will also shown
73
- - **Files: ** show all files being produced by the job as run by the user.
74
- - **Jobs: ** show all jobs triggered by this report as run by the user. Only job queue manager have access to this button.
75
+ - **Run Now button: ** to run report immediately as per normal.
76
+ - **Run Background button: ** to run report asynchronously. Fall back to
77
+ run now, if not report that produce file.
78
+ - **Job Status: ** show status of the latest run job. If job fail,
79
+ exception error will also shown
80
+ - **Files: ** show all files being produced by the job as run by the
81
+ user.
82
+ - **Jobs: ** show all jobs triggered by this report as run by the user.
83
+ Only job queue manager have access to this button.
75
84
76
85
Bug Tracker
77
86
===========
78
87
79
88
Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues >`_.
80
89
In case of trouble, please check there if your issue has already been reported.
81
90
If you spotted it first, help us to smash it by providing a detailed and welcomed
82
- `feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_async%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
91
+ `feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_async%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
83
92
84
93
Do not contact contributors directly about support or help with technical issues.
85
94
86
95
Credits
87
96
=======
88
97
89
98
Authors
90
- ~~~~~~~
99
+ -------
91
100
92
101
* Ecosoft
93
102
94
103
Contributors
95
- ~~~~~~~~~~~~
104
+ ------------
96
105
97
- * `Ecosoft <http://ecosoft.co.th >`__:
106
+ - `Ecosoft <http://ecosoft.co.th >`__:
98
107
99
-
100
-
101
- * Tharathip Chaweewongphan <
[email protected] >
108
+
109
+
110
+ - Tharathip Chaweewongphan <
[email protected] >
102
111
103
- * Opensourceintegrators
112
+ - Opensourceintegrators
104
113
105
-
106
- * Nikul Chaudhary <
[email protected] >
114
+
115
+ - Nikul Chaudhary <
[email protected] >
107
116
108
117
Maintainers
109
- ~~~~~~~~~~~
118
+ -----------
110
119
111
120
This module is maintained by the OCA.
112
121
@@ -126,6 +135,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
126
135
127
136
|maintainer-kittiu |
128
137
129
- This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/16 .0/report_async >`_ project on GitHub.
138
+ This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/17 .0/report_async >`_ project on GitHub.
130
139
131
140
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments