[FIX] missing super declaration

This commit is contained in:
Enric Tobella
2018-06-20 14:52:52 +02:00
committed by David Montull
parent e8c9ad63cd
commit 80c805847c
23 changed files with 927 additions and 118 deletions

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -0,0 +1,799 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.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: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Aborted"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Aborted by the system"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_action
msgid "Action"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_ir_act_report_xml_printing_action_ids
msgid "Actions"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_active
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_active
msgid "Active"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_address
msgid "Address"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Are you sure to want to cancel all jobs of this printer?"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.printer,status:0
msgid "Available"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Being transformed into a different format"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_job_id_cups
msgid "CUPS id for this job."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Can be restarted"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
msgid "Cancel"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Cancel all running jobs"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Canceled"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Cancelled at the device"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Cancelled by the printer operator"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Cancelled by the user"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Cancelled, but printing already processed pages"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Completed"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Completed successfully"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Completed with some errors"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Completed with some warnings"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Compressed using an unknown algorithm"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_create_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_create_uid
msgid "Created by"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_create_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_create_date
msgid "Created on"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_job_state
msgid "Current state of the job."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Currently being interpreted"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Currently being sent to the printer"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Currently held"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Currently printing"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_time_at_completed
msgid "Date and time of completion for this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_time_at_creation
msgid "Date and time of creation for this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_time_at_processing
msgid "Date and time of process for this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_default
msgid "Default"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_ir_act_report_xml_property_printing_action_id
msgid "Default Behaviour"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_ir_act_report_xml_printing_printer_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_res_users_printing_printer_id
msgid "Default Printer"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_res_users_printer_tray_id
msgid "Default Printer Paper Source"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Disable"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_display_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_display_name
msgid "Display Name"
msgstr ""
#. module: base_report_to_printer
#. openerp-web
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.js:33
#, python-format
msgid "Document sent to the printer %s"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Enable"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.printer,status:0
msgid "Error"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Error in the compressed data"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Error in the document"
msgstr ""
#. module: base_report_to_printer
#. openerp-web
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.js:36
#, python-format
msgid "Error when sending the document to the printer "
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid "Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Files are currently being received"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Files were not received in full"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Held because the printer is offline"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_id
msgid "ID"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_server_address
msgid "IP address or hostname of the server"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_server_active
msgid "If checked, this server is useable."
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_form
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_job_view_tree
msgid "Job"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_job_id_cups
msgid "Job ID"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_name
msgid "Job name."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_job_ids
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Jobs"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_printer_job_ids
msgid "Jobs printed on this printer."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server___last_update
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_write_uid
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_update_wizard_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_write_date
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_write_date
msgid "Last Updated on"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_server_printer_ids
msgid "List of printers available on this server."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_location
msgid "Location"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_job_media_progress
msgid "Media Progress"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_model
msgid "Model"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_name
msgid "Name"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_server_name
msgid "Name of the server."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "No reason"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
msgid "Ok"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_ir_act_report_xml_printer_tray_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_printer_tray_id
msgid "Paper Source"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_tray_ids
msgid "Paper Sources"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Pending"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Pending Held"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_job_media_progress
msgid "Percentage of progress for this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_port
msgid "Port"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_server_port
msgid "Port of the server."
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
msgid "Print"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_action
msgid "Print Job Action"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_printer_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_printer_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_printer_id
msgid "Printer"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_tray
msgid "Printer Tray"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Printer is stopped"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Printer needs ink/marker/toner"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Printer state reason set to 'stopped-partly'"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_printer_id
msgid "Printer used for this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.menu,name:base_report_to_printer.printing_printer_menu
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_search
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_tree
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_form
msgid "Printers"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_server_printer_ids
msgid "Printers List"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.menu,name:base_report_to_printer.printing_menu
#: model:ir.ui.view,arch_db:base_report_to_printer.view_users_form
#: model:ir.ui.view,arch_db:base_report_to_printer.view_users_form_simple_modif
#: selection:printing.printer,status:0
msgid "Printing"
msgstr ""
#. module: base_report_to_printer
#: model:res.groups,name:base_report_to_printer.printing_group_manager
msgid "Printing / Print Manager"
msgstr ""
#. module: base_report_to_printer
#: model:res.groups,name:base_report_to_printer.printing_group_user
msgid "Printing / Print User"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_res_users_printing_action
msgid "Printing Action"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_job
msgid "Printing Job"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_printer_update_wizard
msgid "Printing Printer Update Wizard"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_report_xml_action
msgid "Printing Report Printing Actions"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_printing_server
msgid "Printing server"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Processing"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
msgid "Processing Stopped"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Queued at the output device"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Queued for printing"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_job_state_reason
msgid "Reason for the current job state."
msgstr ""
#. module: base_report_to_printer
#. openerp-web
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.js:32
#: code:addons/base_report_to_printer/static/src/js/qweb_action_manager.js:35
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_report_id
#, python-format
msgid "Report"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_report_xml_action_view_form
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_report_xml_action_view_tree
msgid "Report Printing Actions"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.menu,name:base_report_to_printer.printing_report_xml_action_menu
msgid "Reports"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Resources not available to print the job"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_server_id
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_server_id
msgid "Server"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.printer,status:0
msgid "Server Error"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_printer_server_id
msgid "Server used to access this printer."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_server_id
msgid "Server which hosts this job."
msgstr ""
#. module: base_report_to_printer
#: model:ir.actions.act_window,name:base_report_to_printer.printing_server_action
#: model:ir.ui.menu,name:base_report_to_printer.printing_server_menu
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_form
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_search
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_tree
msgid "Servers"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Set Default"
msgstr ""
#. module: base_report_to_printer
#: model:ir.actions.act_window,name:base_report_to_printer.printing_printer_action
msgid "Show Printers"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.act_report_xml_view
msgid "Specific actions per user"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_job_state
msgid "State"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_job_state_reason
msgid "State Reason"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_status
msgid "Status"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_status_message
msgid "Status Message"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_system_name
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_tray_system_name
msgid "System Name"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "The URI cannot be accessed"
msgstr ""
#. module: base_report_to_printer
#: sql_constraint:printing.job:0
msgid "The id of the job must be unique per server !"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_ir_act_report_xml_printing_action_ids
msgid "This field allows configuring action and printer on a per user basis"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
msgid "This process will create all missing printers from the current CUPS server."
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_time_at_completed
msgid "Time At Completed"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_time_at_creation
msgid "Time At Creation"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_time_at_processing
msgid "Time At Processing"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Trays"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_action_action_type
msgid "Type"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_printer_uri
msgid "URI"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.printer,status:0
msgid "Unavailable"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,help:base_report_to_printer.field_printing_job_active
msgid "Unchecked if the job is purged from cups."
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
#: selection:printing.printer,status:0
msgid "Unknown"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_printer_view_form
msgid "Unset Default"
msgstr ""
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0
msgid "Unsupported format"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_form
msgid "Update Jobs"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printing_server_view_form
msgid "Update Printers"
msgstr ""
#. module: base_report_to_printer
#: model:ir.actions.server,name:base_report_to_printer.ir_cron_update_printers_ir_actions_server
#: model:ir.cron,cron_name:base_report_to_printer.ir_cron_update_printers
#: model:ir.cron,name:base_report_to_printer.ir_cron_update_printers
msgid "Update Printers Jobs"
msgstr ""
#. module: base_report_to_printer
#: model:ir.actions.act_window,name:base_report_to_printer.action_printer_update_wizard
#: model:ir.ui.menu,name:base_report_to_printer.menu_printer_update_wizard
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
msgid "Update Printers from CUPS"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_report_xml_action_user_id
msgid "User"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_res_users
msgid "Users"
msgstr ""
#. module: base_report_to_printer
#: model:ir.model,name:base_report_to_printer.model_ir_actions_report
msgid "ir.actions.report"
msgstr ""
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
msgid "or"
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Rudolf Schnapka <rs@techno-flex.de>, 2017
@@ -13,10 +13,10 @@ msgstr ""
"PO-Revision-Date: 2018-02-02 17:01+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -273,8 +273,8 @@ msgstr "Fehler beim Versand des Dokuments an den Drucker"
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
"Versuch der Verbindung an CUPS-Server an %s:%s gescheitert. Stellen Sie "
"sicher, dass der Server läuft und dass sie diesen vom Odoo-Server aus "

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: el_GR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
"es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2018-01-19 17:25+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr "Erreur lors de l'envoi du document à l'imprimante "
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
"La connexion au serveur CUPS %s:%s a échoué. Veuillez contrôler que le "
"serveur soit démarré et qu'il soit atteignable depuis le serveur Odoo. "
@@ -700,16 +700,15 @@ msgstr ""
#: model:ir.model.fields,help:base_report_to_printer.field_ir_act_report_xml_printing_action_ids
msgid "This field allows configuring action and printer on a per user basis"
msgstr ""
"Ce champs permet de configurer les actions et les imprimantes par "
"utilisateur"
"Ce champs permet de configurer les actions et les imprimantes par utilisateur"
#. module: base_report_to_printer
#: model:ir.ui.view,arch_db:base_report_to_printer.printer_update_wizard
msgid ""
"This process will create all missing printers from the current CUPS server."
msgstr ""
"Cette opération va créer les imprimantes manquantes à partir du serveur CUPS"
" courant."
"Cette opération va créer les imprimantes manquantes à partir du serveur CUPS "
"courant."
#. module: base_report_to_printer
#: model:ir.model.fields,field_description:base_report_to_printer.field_printing_job_time_at_completed

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-Date: 2018-01-19 17:25+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
@@ -272,11 +273,11 @@ msgstr "Greška pri slanju dokumenta na pisač"
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
"Neuspjelo povezivanje na CUPS poslužitelj na %s:%s. Provjerite da li je CUPS"
" poslužitelj pokrenut i da li mu možete pristupiti sa Odoo poslužitelja."
"Neuspjelo povezivanje na CUPS poslužitelj na %s:%s. Provjerite da li je CUPS "
"poslužitelj pokrenut i da li mu možete pristupiti sa Odoo poslužitelja."
#. module: base_report_to_printer
#: selection:printing.job,job_state_reason:0

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,12 +11,14 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: hr_HR\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
@@ -272,8 +274,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +414,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr "Er is geen data ontvangen"
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
"teams/23907/pt_BR/)\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
"teams/23907/pt_PT/)\n"
"Language: pt_PT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,11 +12,12 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#. module: base_report_to_printer
#: selection:printing.job,job_state:0
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,10 +12,10 @@ msgstr ""
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_report_to_printer
@@ -272,8 +272,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +412,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_report_to_printer
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -11,11 +11,12 @@ msgstr ""
"POT-Creation-Date: 2017-12-19 03:38+0000\n"
"PO-Revision-Date: 2017-12-19 03:38+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
"zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: base_report_to_printer
@@ -272,8 +273,8 @@ msgstr ""
#: code:addons/base_report_to_printer/models/printing_server.py:42
#, python-format
msgid ""
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is"
" running and that you can reach it from the Odoo server."
"Failed to connect to the CUPS server on %s:%s. Check that the CUPS server is "
"running and that you can reach it from the Odoo server."
msgstr ""
#. module: base_report_to_printer
@@ -412,7 +413,7 @@ msgid "No data has been received"
msgstr ""
#. module: base_report_to_printer
#: code:addons/base_report_to_printer/models/ir_actions_report.py:113
#: code:addons/base_report_to_printer/models/ir_actions_report.py:112
#, python-format
msgid "No printer configured to print this report."
msgstr ""

View File

@@ -29,6 +29,7 @@ class ResUsers(models.Model):
@api.model
def _register_hook(self):
super()._register_hook()
self.SELF_WRITEABLE_FIELDS.extend([
'printing_action',
'printing_printer_id',