diff --git a/report_async/i18n/report_async.pot b/report_async/i18n/report_async.pot index 2af8ca2c9..223747275 100644 --- a/report_async/i18n/report_async.pot +++ b/report_async/i18n/report_async.pot @@ -26,7 +26,8 @@ msgid "" " \n" " \n" "
\n" -" % set base_url = object.env['ir.config_parameter'].sudo().get_param('web.base.url')\n" +" % set base_url_async = object.env['ir.config_parameter'].sudo().get_param('web.base.url.async_reports')\n" +" % set base_url = base_url_async or 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" "
\n" " Dear ${object.create_uid.partner_id.name or ''},\n" @@ -61,6 +62,26 @@ msgstr "" msgid "Allow Async" msgstr "" +#. module: report_async +#: model_terms:ir.ui.view,arch_db:report_async.async_act_report_xml_view +msgid "Async Options" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#: model:ir.model.fields,field_description:report_async.field_ir_actions_report__async_report +#, python-format +msgid "Async Report" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Async Report Configuration " +msgstr "" + #. module: report_async #: code:addons/report_async/models/report_async.py:0 #, python-format @@ -72,6 +93,24 @@ msgstr "" msgid "Cancel" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "" +"Checker enables async report attachment to be created and\n" +" saved to the records. NB: Records should support attachments" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "" +"Checker enables async report to be created on the background\n" +" via queue job and sent to a below email address." +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 @@ -84,10 +123,18 @@ msgstr "" msgid "Created on" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Discard" +msgstr "" + #. module: report_async #: model:ir.model.fields,field_description:report_async.field_ir_actions_act_window__display_name #: model:ir.model.fields,field_description:report_async.field_ir_actions_report__display_name #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__display_name +#: model:ir.model.fields,field_description:report_async.field_queue_job__display_name #: model:ir.model.fields,field_description:report_async.field_report_async__display_name msgid "Display Name" msgstr "" @@ -102,11 +149,34 @@ msgstr "" msgid "Done" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "Email Address" +msgstr "" + #. module: report_async #: model:ir.model.fields,field_description:report_async.field_report_async__email_notify msgid "Email Notification" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Email Validation Error" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "" +"Email will be used to send the async report after queue job\n" +" is done on the background" +msgstr "" + #. module: report_async #: model:ir.model.fields.selection,name:report_async.selection__report_async__job_status__enqueued msgid "Enqueued" @@ -122,6 +192,13 @@ msgstr "" msgid "Failed" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Failed, error on job creation." +msgstr "" + #. module: report_async #: model:ir.model.fields,field_description:report_async.field_report_async__file_ids msgid "File" @@ -142,6 +219,7 @@ msgstr "" #: model:ir.model.fields,field_description:report_async.field_ir_actions_act_window__id #: model:ir.model.fields,field_description:report_async.field_ir_actions_report__id #: model:ir.model.fields,field_description:report_async.field_print_report_wizard__id +#: model:ir.model.fields,field_description:report_async.field_queue_job__id #: model:ir.model.fields,field_description:report_async.field_report_async__id msgid "ID" msgstr "" @@ -161,6 +239,13 @@ msgstr "" msgid "Job Status" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Job started to generate report. Upon completion, mail sent to:" +msgstr "" + #. module: report_async #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form msgid "Jobs" @@ -170,6 +255,7 @@ msgstr "" #: model:ir.model.fields,field_description:report_async.field_ir_actions_act_window____last_update #: model:ir.model.fields,field_description:report_async.field_ir_actions_report____last_update #: model:ir.model.fields,field_description:report_async.field_print_report_wizard____last_update +#: model:ir.model.fields,field_description:report_async.field_queue_job____last_update #: model:ir.model.fields,field_description:report_async.field_report_async____last_update msgid "Last Modified on" msgstr "" @@ -211,6 +297,21 @@ msgstr "" msgid "List all jobs related to this running report" msgstr "" +#. module: report_async +#: model:ir.model.fields,field_description:report_async.field_ir_actions_report__async_mail_recipient +msgid "Mail Recipient" +msgstr "" + +#. module: report_async +#: model:ir.model.fields,help:report_async.field_ir_actions_report__async_no_records +msgid "Min no of records to use async report functionality; e.g 100+" +msgstr "" + +#. module: report_async +#: model:ir.model.fields,field_description:report_async.field_ir_actions_report__async_no_records +msgid "Min of Records" +msgstr "" + #. module: report_async #: model:ir.model.fields,field_description:report_async.field_report_async__name msgid "Name" @@ -233,6 +334,20 @@ msgstr "" msgid "Pending" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Please check your email syntax and try again" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Print" +msgstr "" + #. module: report_async #: model:ir.actions.act_window,name:report_async.action_print_report_wizard msgid "Print Document" @@ -243,6 +358,19 @@ msgstr "" msgid "Print Report Wizard" msgstr "" +#. module: report_async +#: model:ir.model,name:report_async.model_queue_job +msgid "Queue Job" +msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#: code:addons/report_async/static/src/js/components/action_menus.js:0 +#, python-format +msgid "Report" +msgstr "" + #. module: report_async #: model:ir.model,name:report_async.model_ir_actions_report msgid "Report Action" @@ -293,6 +421,13 @@ msgstr "" msgid "Run reports asyncronously" msgstr "" +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "Save attachment to records" +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" @@ -303,6 +438,11 @@ msgstr "" msgid "Started" msgstr "" +#. module: report_async +#: model:ir.model.fields,help:report_async.field_ir_actions_report__async_mail_recipient +msgid "The email that will receive the async report" +msgstr "" + #. module: report_async #: model_terms:ir.ui.view,arch_db:report_async.view_report_async_form msgid "" @@ -336,3 +476,10 @@ msgstr "" #: model:mail.template,subject:report_async.async_report_delivery msgid "Your report is available, ${object.name}" msgstr "" + +#. module: report_async +#. openerp-web +#: code:addons/report_async/static/src/xml/report_async.xml:0 +#, python-format +msgid "admin@example.com" +msgstr ""