report_async
parent
7905b9c851
commit
6081a0aa2d
|
@ -1,120 +0,0 @@
|
|||
============
|
||||
Report Async
|
||||
============
|
||||
|
||||
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github
|
||||
:target: https://github.com/OCA/reporting-engine/tree/13.0/report_async
|
||||
:alt: OCA/reporting-engine
|
||||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||||
:target: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_async
|
||||
:alt: Translate me on Weblate
|
||||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
|
||||
:target: https://runbot.odoo-community.org/runbot/143/13.0
|
||||
:alt: Try me on Runbot
|
||||
|
||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||
|
||||
The new menu "Report Center" is the central place to host your reports in one place.
|
||||
From here, there are 2 ways to launch the report,
|
||||
|
||||
1. Run Now - run report immediately as per normal.
|
||||
2. Run Background - put the report execution to queue job.
|
||||
|
||||
By using the queue job, option 2 is great for long running report.
|
||||
The report file will be saved for later use, with the option to send report
|
||||
by email as soon as it is ready.
|
||||
|
||||
Notes:
|
||||
|
||||
* Only user with Technical Feature rights can manage the report.
|
||||
* Every internal user will have right to execute the report allowed for his/her groups.
|
||||
* The files created are owned and viewable only by the person who run the report.
|
||||
* Job queue manager can also see all jobs for each reports.
|
||||
|
||||
**Table of contents**
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
Menu: Dashboard > Report Center
|
||||
|
||||
As Technical Feature users, you can manage reports for Report Center.
|
||||
|
||||
- **Report:** choose the report (a window action). Although the option show all window actions
|
||||
it only make sense for window actions that launch reports.
|
||||
- **Allow Async:** check this, if you want the report to run in background too, suitable for
|
||||
report that return file as result, i.e., pdf/xlsx/csv/txt.
|
||||
- **Email Notification:** if checked, once the background process is completed, email with link to download
|
||||
report will be sent.
|
||||
- **Groups:** select user groups allowed to use this report. If left blank, all user can use.
|
||||
|
||||
As normal user, you can run your reports from Report Center
|
||||
|
||||
- **Run Now button:** to run report immediately as per normal.
|
||||
- **Run Background button:** to run report asynchronously. Fall back to run now, if not report that produce file.
|
||||
- **Job Status:** show status of the latest run job. If job fail, exception error will also shown
|
||||
- **Files:** show all files being produced by the job as run by the user.
|
||||
- **Jobs:** show all jobs triggered by this report as run by the user. Only job queue manager have access to this button.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/reporting-engine/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||
`feedback <https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_async%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
Do not contact contributors directly about support or help with technical issues.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Authors
|
||||
~~~~~~~
|
||||
|
||||
* Ecosoft
|
||||
|
||||
Contributors
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* Kitti U. <kittiu@ecosoft.co.th>
|
||||
* Saran Lim. <saranl@ecosoft.co.th>
|
||||
|
||||
Maintainers
|
||||
~~~~~~~~~~~
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
.. image:: https://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: https://odoo-community.org
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
.. |maintainer-kittiu| image:: https://github.com/kittiu.png?size=40px
|
||||
:target: https://github.com/kittiu
|
||||
:alt: kittiu
|
||||
|
||||
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
||||
|
||||
|maintainer-kittiu|
|
||||
|
||||
This module is part of the `OCA/reporting-engine <https://github.com/OCA/reporting-engine/tree/13.0/report_async>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
|
@ -13,6 +13,7 @@
|
|||
"security/ir.model.access.csv",
|
||||
"security/ir_rule.xml",
|
||||
"data/mail_template.xml",
|
||||
"data/queue_job_function_data.xml",
|
||||
"views/report_async.xml",
|
||||
"wizard/print_report_wizard.xml",
|
||||
],
|
||||
|
|
|
@ -67,7 +67,6 @@
|
|||
</table>
|
||||
</field>
|
||||
<field name="auto_delete" eval="True" />
|
||||
<field name="user_signature" eval="False" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<odoo noupdate="1">
|
||||
<record id="job_function_report_async_run_report" model="queue.job.function">
|
||||
<field name="model_id" ref="report_async.model_report_async" />
|
||||
<field name="method">run_report</field>
|
||||
</record>
|
||||
</odoo>
|
|
@ -1,318 +0,0 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * report_async
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: report_async
|
||||
#: model:mail.template,body_html:report_async.async_report_delivery
|
||||
msgid "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;\">\n"
|
||||
" <tr>\n"
|
||||
" <td align=\"center\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"padding: 16px; background-color: white; color: #454748; border-collapse:separate;\">\n"
|
||||
" <tbody>\n"
|
||||
" <tr>\n"
|
||||
" <td align=\"center\" style=\"min-width: 590px;\">\n"
|
||||
" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"590\" style=\"min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;\">\n"
|
||||
" <tr>\n"
|
||||
" <td valign=\"top\" style=\"font-size: 13px;\">\n"
|
||||
" % set base_url = object.env['ir.config_parameter'].sudo().get_param('web.base.url')\n"
|
||||
" % set download_url = '%s/web/content/ir.attachment/%s/datas/%s?download=true' % (base_url, object.id, object.name, )\n"
|
||||
" <div>\n"
|
||||
" Dear ${object.create_uid.partner_id.name or ''},\n"
|
||||
" <br/><br/>\n"
|
||||
" Your requested report, ${object.name}, is available for <b><a href=\"${download_url}\">download</a></b>.\n"
|
||||
" <br/><br/>\n"
|
||||
" Have a nice day!<br/>\n"
|
||||
" --<br/>${object.company_id.name}\n"
|
||||
" </div>\n"
|
||||
" </td>\n"
|
||||
" </tr>\n"
|
||||
" </table>\n"
|
||||
" </td>\n"
|
||||
" </tr>\n"
|
||||
" </tbody>\n"
|
||||
" </table>\n"
|
||||
" </td>\n"
|
||||
" </tr>\n"
|
||||
"</table>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__allow_async
|
||||
msgid "Allow Async"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: code:addons/report_async/models/report_async.py:108
|
||||
#, python-format
|
||||
msgid "Background process not allowed."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.print_report_wizard
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__create_uid
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__create_date
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__reference
|
||||
msgid "Document"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: selection:report.async,job_status:0
|
||||
msgid "Done"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__email_notify
|
||||
msgid "Email Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: selection:report.async,job_status:0
|
||||
msgid "Enqueued"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.print_report_wizard
|
||||
msgid "Execute"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: selection:report.async,job_status:0
|
||||
msgid "Failed"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__file_ids
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
|
||||
msgid "Files"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__group_ids
|
||||
msgid "Groups"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__id
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__job_ids
|
||||
msgid "Job"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__job_info
|
||||
msgid "Job Info"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__job_status
|
||||
msgid "Job Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
msgid "Jobs"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
msgid "Last Run Job Error"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__write_uid
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__write_date
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__job_info
|
||||
msgid "Latest Job Error Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__job_status
|
||||
msgid "Latest Job Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__file_ids
|
||||
msgid "List all files created by this report background process"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__job_ids
|
||||
msgid "List all jobs related to this running report"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__name
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.actions.act_window,help:report_async.action_view_files
|
||||
msgid "No files found"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__group_ids
|
||||
msgid "Only user in selected groups can use this report.If left blank, everyone can use"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: selection:report.async,job_status:0
|
||||
msgid "Pending"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.actions.act_window,name:report_async.action_print_report_wizard
|
||||
msgid "Print Document"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model,name:report_async.model_print_report_wizard
|
||||
msgid "Print Report Wizard"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model,name:report_async.model_ir_actions_report
|
||||
msgid "Report Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model,name:report_async.model_report_async
|
||||
msgid "Report Async"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.actions.act_window,name:report_async.action_report_async
|
||||
#: model:ir.ui.menu,name:report_async.menu_report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_search
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
|
||||
msgid "Report Center"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.actions.act_window,name:report_async.action_view_files
|
||||
msgid "Report Files"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_print_report_wizard__action_report_id
|
||||
msgid "Report Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,field_description:report_async.field_report_async__action_id
|
||||
msgid "Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
|
||||
msgid "Run Background"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_tree
|
||||
msgid "Run Now"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.actions.act_window,help:report_async.action_report_async
|
||||
msgid "Run reports asyncronously"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__email_notify
|
||||
msgid "Send email with link to report, when it is ready"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: selection:report.async,job_status:0
|
||||
msgid "Started"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
msgid "The last <i class=\"fa fa-cogs\"/> <b>running job</b> was failed.\n"
|
||||
" Please contact your system administrator."
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
msgid "The last <i class=\"fa fa-cogs\"/> <b>running job</b> was succeed.\n"
|
||||
" You can check the result in <i class=\"fa fa-copy\"/><b> Files</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form
|
||||
msgid "The report will be running by <i class=\"fa fa-cogs\"/>\n"
|
||||
" <b>job</b>, and will be available at\n"
|
||||
" <i class=\"fa fa-copy\"/><b> Files</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:ir.model.fields,help:report_async.field_report_async__allow_async
|
||||
msgid "This is not automatic field, please check if you want to allow this report in background process"
|
||||
msgstr ""
|
||||
|
||||
#. module: report_async
|
||||
#: model:mail.template,subject:report_async.async_report_delivery
|
||||
msgid "Your report is available, ${object.name}"
|
||||
msgstr ""
|
||||
|
|
@ -3,3 +3,4 @@
|
|||
|
||||
from . import report_async
|
||||
from . import ir_report
|
||||
from . import ir_actions
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 2019 Ecosoft Co., Ltd (http://ecosoft.co.th/)
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
|
||||
|
||||
from odoo import api, models
|
||||
|
||||
|
||||
class IrActionsActWindow(models.Model):
|
||||
_inherit = "ir.actions.act_window"
|
||||
|
||||
@api.model
|
||||
def name_search(self, name, args=None, operator="ilike", limit=100):
|
||||
if self._context.get("access_sudo", False):
|
||||
self = self.sudo()
|
||||
return super().name_search(name, args, operator, limit)
|
||||
|
||||
@api.model
|
||||
def search(self, args, offset=0, limit=None, order=None, count=False):
|
||||
if self._context.get("access_sudo", False):
|
||||
self = self.sudo()
|
||||
return super().search(args, offset, limit, order, count)
|
||||
|
||||
def _read(self, fields):
|
||||
"""Add permission to read analytic account for do something."""
|
||||
if self._context.get("access_sudo", False):
|
||||
self = self.sudo()
|
||||
return super()._read(fields)
|
|
@ -7,16 +7,14 @@ from odoo import _, api, fields, models
|
|||
from odoo.exceptions import UserError
|
||||
from odoo.tools.safe_eval import safe_eval
|
||||
|
||||
from odoo.addons.queue_job.job import job
|
||||
|
||||
# Define all supported report_type
|
||||
REPORT_TYPES_FUNC = {
|
||||
"qweb-pdf": "render_qweb_pdf",
|
||||
"qweb-text": "render_qweb_text",
|
||||
"qweb-xml": "render_qweb_xml",
|
||||
"csv": "render_csv",
|
||||
"qweb-pdf": "_render_qweb_pdf",
|
||||
"qweb-text": "_render_qweb_text",
|
||||
"qweb-xml": "_render_qweb_xml",
|
||||
"csv": "_render_csv",
|
||||
"excel": "render_excel",
|
||||
"xlsx": "render_xlsx",
|
||||
"xlsx": "_render_xlsx",
|
||||
}
|
||||
|
||||
|
||||
|
@ -106,7 +104,7 @@ class ReportAsync(models.Model):
|
|||
def run_now(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref(self.action_id.xml_id)
|
||||
result = action.read()[0]
|
||||
result = action.sudo().read()[0]
|
||||
ctx = safe_eval(result.get("context", {}))
|
||||
ctx.update({"async_process": False})
|
||||
result["context"] = ctx
|
||||
|
@ -117,7 +115,7 @@ class ReportAsync(models.Model):
|
|||
if not self.allow_async:
|
||||
raise UserError(_("Background process not allowed."))
|
||||
action = self.env.ref(self.action_id.xml_id)
|
||||
result = action.read()[0]
|
||||
result = action.sudo().read()[0]
|
||||
ctx = safe_eval(result.get("context", {}))
|
||||
ctx.update({"async_process": True})
|
||||
result["context"] = ctx
|
||||
|
@ -126,20 +124,19 @@ class ReportAsync(models.Model):
|
|||
def view_files(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref("report_async.action_view_files")
|
||||
result = action.read()[0]
|
||||
result = action.sudo().read()[0]
|
||||
result["domain"] = [("id", "in", self.file_ids.ids)]
|
||||
return result
|
||||
|
||||
def view_jobs(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref("queue_job.action_queue_job")
|
||||
result = action.read()[0]
|
||||
result = action.sudo().read()[0]
|
||||
result["domain"] = [("id", "in", self.job_ids.ids)]
|
||||
result["context"] = {}
|
||||
return result
|
||||
|
||||
@api.model
|
||||
@job
|
||||
def run_report(self, docids, data, report_id, user_id):
|
||||
report = self.env["ir.actions.report"].browse(report_id)
|
||||
func = REPORT_TYPES_FUNC[report.report_type]
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
* Kitti U. <kittiu@ecosoft.co.th>
|
||||
* Saran Lim. <saranl@ecosoft.co.th>
|
||||
* `Ecosoft <http://ecosoft.co.th>`__:
|
||||
|
||||
* Kitti U. <kittiu@ecosoft.co.th>
|
||||
* Saran Lim. <saranl@ecosoft.co.th>
|
||||
* Tharathip Chaweewongphan <tharathipc@ecosoft.co.th>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
|
||||
access_report_async,report.async.user,model_report_async,base.group_user,1,0,0,0
|
||||
access_report_async_sudo,report.async.sudo,model_report_async,base.group_no_one,1,1,1,1
|
||||
access_print_report_wizard,print.report.wizard,model_print_report_wizard,base.group_user,1,1,1,1
|
||||
|
|
|
|
@ -1,460 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
|
||||
<title>Report Async</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
|
||||
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: grey; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document" id="report-async">
|
||||
<h1 class="title">Report Async</h1>
|
||||
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/13.0/report_async"><img alt="OCA/reporting-engine" src="https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_async"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/143/13.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
|
||||
<p>The new menu “Report Center” is the central place to host your reports in one place.
|
||||
From here, there are 2 ways to launch the report,</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Run Now - run report immediately as per normal.</li>
|
||||
<li>Run Background - put the report execution to queue job.</li>
|
||||
</ol>
|
||||
<p>By using the queue job, option 2 is great for long running report.
|
||||
The report file will be saved for later use, with the option to send report
|
||||
by email as soon as it is ready.</p>
|
||||
<p>Notes:</p>
|
||||
<ul class="simple">
|
||||
<li>Only user with Technical Feature rights can manage the report.</li>
|
||||
<li>Every internal user will have right to execute the report allowed for his/her groups.</li>
|
||||
<li>The files created are owned and viewable only by the person who run the report.</li>
|
||||
<li>Job queue manager can also see all jobs for each reports.</li>
|
||||
</ul>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
|
||||
<p>Menu: Dashboard > Report Center</p>
|
||||
<p>As Technical Feature users, you can manage reports for Report Center.</p>
|
||||
<ul class="simple">
|
||||
<li><strong>Report:</strong> choose the report (a window action). Although the option show all window actions
|
||||
it only make sense for window actions that launch reports.</li>
|
||||
<li><strong>Allow Async:</strong> check this, if you want the report to run in background too, suitable for
|
||||
report that return file as result, i.e., pdf/xlsx/csv/txt.</li>
|
||||
<li><strong>Email Notification:</strong> if checked, once the background process is completed, email with link to download
|
||||
report will be sent.</li>
|
||||
<li><strong>Groups:</strong> select user groups allowed to use this report. If left blank, all user can use.</li>
|
||||
</ul>
|
||||
<p>As normal user, you can run your reports from Report Center</p>
|
||||
<ul class="simple">
|
||||
<li><strong>Run Now button:</strong> to run report immediately as per normal.</li>
|
||||
<li><strong>Run Background button:</strong> to run report asynchronously. Fall back to run now, if not report that produce file.</li>
|
||||
<li><strong>Job Status:</strong> show status of the latest run job. If job fail, exception error will also shown</li>
|
||||
<li><strong>Files:</strong> show all files being produced by the job as run by the user.</li>
|
||||
<li><strong>Jobs:</strong> show all jobs triggered by this report as run by the user. Only job queue manager have access to this button.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/reporting-engine/issues">GitHub Issues</a>.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed
|
||||
<a class="reference external" href="https://github.com/OCA/reporting-engine/issues/new?body=module:%20report_async%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
|
||||
<div class="section" id="authors">
|
||||
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Ecosoft</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Kitti U. <<a class="reference external" href="mailto:kittiu@ecosoft.co.th">kittiu@ecosoft.co.th</a>></li>
|
||||
<li>Saran Lim. <<a class="reference external" href="mailto:saranl@ecosoft.co.th">saranl@ecosoft.co.th</a>></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
|
||||
<p><a class="reference external" href="https://github.com/kittiu"><img alt="kittiu" src="https://github.com/kittiu.png?size=40px" /></a></p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/reporting-engine/tree/13.0/report_async">OCA/reporting-engine</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -8,7 +8,7 @@ from odoo.tests.common import Form
|
|||
class TestJobChannel(common.TransactionCase):
|
||||
def setUp(self):
|
||||
super(TestJobChannel, self).setUp()
|
||||
self.print_doc = self.env.ref("report_async." "report_async_print_document")
|
||||
self.print_doc = self.env.ref("report_async.report_async_print_document")
|
||||
self.test_rec = self.env.ref("base.module_mail")
|
||||
self.test_rpt = self.env.ref("base.ir_module_reference_print")
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<field name="model">report.async</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Report Center">
|
||||
<field name="action_id" />
|
||||
<field name="action_id" context="{'access_sudo': True}" />
|
||||
<button type="object" name="run_now" string="Run Now" icon="fa-bolt" />
|
||||
<button
|
||||
type="object"
|
||||
|
@ -110,6 +110,7 @@
|
|||
<field
|
||||
name="action_id"
|
||||
options="{'no_open': True, 'no_create_edit': True}"
|
||||
context="{'access_sudo': True}"
|
||||
/>
|
||||
<field name="allow_async" />
|
||||
<field
|
||||
|
|
Loading…
Reference in New Issue