Skip to content

Commit

Permalink
Merge pull request #626 from OCA/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/reporting-engine (16.0)
  • Loading branch information
bt-admin authored Jan 11, 2024
2 parents 01d1996 + 31b220f commit 6d85d49
Show file tree
Hide file tree
Showing 10 changed files with 1,048 additions and 0 deletions.
30 changes: 30 additions & 0 deletions report_company_details_translatable/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_company_details_translatable
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: report_company_details_translatable
#: model:ir.model,name:report_company_details_translatable.model_res_company
msgid "Companies"
msgstr ""

#. module: report_company_details_translatable
#: model:ir.model.fields,field_description:report_company_details_translatable.field_res_company__company_details
msgid "Company Details"
msgstr ""

#. module: report_company_details_translatable
#: model:ir.model.fields,help:report_company_details_translatable.field_res_company__company_details
msgid "Header text displayed at the top of all reports."
msgstr ""
31 changes: 31 additions & 0 deletions report_context/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_context
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: report_context
#: model:ir.model.fields,field_description:report_context.field_ir_actions_report__context
msgid "Context Value"
msgstr ""

#. module: report_context
#: model:ir.model.fields,help:report_context.field_ir_actions_report__context
msgid ""
"Context dictionary as Python expression, empty by default (Default: {})"
msgstr ""

#. module: report_context
#: model:ir.model,name:report_context.model_ir_actions_report
msgid "Report Action"
msgstr ""
93 changes: 93 additions & 0 deletions report_csv/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * report_csv
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: report_csv
#: model:ir.model,name:report_csv.model_report_report_csv_abstract
msgid "Abstract Model for CSV reports"
msgstr ""

#. module: report_csv
#: model:ir.model.fields,field_description:report_csv.field_ir_actions_report__encode_error_handling
msgid "Encode Error Handling"
msgstr ""

#. module: report_csv
#: model:ir.model.fields,field_description:report_csv.field_ir_actions_report__encoding
msgid "Encoding"
msgstr ""

#. module: report_csv
#: model:ir.model.fields,help:report_csv.field_ir_actions_report__encoding
msgid "Encoding to be applied to the generated CSV file. e.g. cp932"
msgstr ""

#. module: report_csv
#. odoo-python
#: code:addons/report_csv/report/report_csv.py:0
#, python-format
msgid "Failed to encode the data with the encoding set in the report."
msgstr ""

#. module: report_csv
#: model:ir.model.fields,help:report_csv.field_ir_actions_report__encode_error_handling
msgid ""
"If nothing is selected, CSV export will fail with an error message when "
"there is a character that fail to be encoded."
msgstr ""

#. module: report_csv
#: model:ir.model.fields.selection,name:report_csv.selection__ir_actions_report__encode_error_handling__ignore
msgid "Ignore"
msgstr ""

#. module: report_csv
#: model:ir.actions.report,name:report_csv.partner_csv
msgid "Print to CSV"
msgstr ""

#. module: report_csv
#: model:ir.model.fields.selection,name:report_csv.selection__ir_actions_report__encode_error_handling__replace
msgid "Replace"
msgstr ""

#. module: report_csv
#: model:ir.model,name:report_csv.model_ir_actions_report
msgid "Report Action"
msgstr ""

#. module: report_csv
#: model:ir.model,name:report_csv.model_report_report_csv_partner_csv
msgid "Report Partner to CSV"
msgstr ""

#. module: report_csv
#: model:ir.model.fields,field_description:report_csv.field_ir_actions_report__report_type
msgid "Report Type"
msgstr ""

#. module: report_csv
#: model:ir.model.fields,help:report_csv.field_ir_actions_report__report_type
msgid ""
"The type of the report that will be rendered, each one having its own "
"rendering method. HTML means the report will be opened directly in your "
"browser PDF means the report will be rendered using Wkhtmltopdf and "
"downloaded by the user."
msgstr ""

#. module: report_csv
#: model:ir.model.fields.selection,name:report_csv.selection__ir_actions_report__report_type__csv
msgid "csv"
msgstr ""
Loading

0 comments on commit 6d85d49

Please sign in to comment.