diff --git a/README.md b/README.md index 2372e15b01f..5850698b5e5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ addon | version | maintainers | summary [base_time_window](base_time_window/) | 16.0.1.0.0 | | Base model to handle time windows [base_view_inheritance_extension](base_view_inheritance_extension/) | 16.0.1.1.0 | | Adds more operators for view inheritance [dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.0 | | Filter databases with HTTP headers -[excel_import_export](excel_import_export/) | 16.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Base module for developing Excel import/export/report +[excel_import_export](excel_import_export/) | 16.0.1.1.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Base module for developing Excel import/export/report [excel_import_export_demo](excel_import_export_demo/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Excel Import/Export/Report Demo [excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report [html_text](html_text/) | 16.0.1.0.0 | | Generate excerpts from any HTML field diff --git a/auto_backup/i18n/it.po b/auto_backup/i18n/it.po index beb04aaa6e9..b5788145908 100644 --- a/auto_backup/i18n/it.po +++ b/auto_backup/i18n/it.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Odoo Server 11.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-03 10:08+0000\n" -"PO-Revision-Date: 2023-06-13 16:10+0000\n" +"PO-Revision-Date: 2023-12-24 19:40+0000\n" "Last-Translator: mymage \n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "Language: it\n" @@ -104,9 +104,8 @@ msgstr "" #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__backup_format -#, fuzzy msgid "Choose the format for this backup." -msgstr "Scegliere il tipo di archiviazione per questo metodo di backup. " +msgstr "Scegliere il tipo di archiviazione per questo metodo di backup." #. module: auto_backup #: model:ir.model.fields,help:auto_backup.field_db_backup__method @@ -124,13 +123,13 @@ msgstr "Pulizia dei vecchi backup del database non riuscita." #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "Connection Test Failed!" -msgstr "Prova di connessione non riuscita." +msgstr "Prova di connessione non riuscita!" #. module: auto_backup #: code:addons/auto_backup/models/db_backup.py:0 #, python-format msgid "Connection Test Succeeded!" -msgstr "Prova di connessione superata." +msgstr "Prova di connessione superata!" #. module: auto_backup #: model:ir.model.fields,field_description:auto_backup.field_db_backup__count_pending_changeset_changes @@ -188,7 +187,7 @@ msgid "" "Do not save backups on your filestore, or you will backup your backups too!" msgstr "" "Non salvare i backup nel proprio filestore altrimenti verrà effettuato anche " -"un backup degli stessi backup." +"un backup degli stessi backup!" #. module: auto_backup #: model_terms:ir.ui.view,arch_db:auto_backup.view_backup_conf_form @@ -217,10 +216,9 @@ msgstr "Seguito da (partner)" #. module: auto_backup #: model_terms:ir.ui.view,arch_db:auto_backup.view_backup_conf_form -#, fuzzy msgid "Go to Settings / Technical / Automation / Scheduled Actions." msgstr "" -"Andare in Configurazione / Funzioni Tecniche / Automazione / Azioni " +"Andare in Configurazione / Funzioni Tecniche / Automazione / Azioni " "Programmate." #. module: auto_backup diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index b3abc5fcfe0..f1e70854f09 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -7,7 +7,7 @@ Excel Import/Export/Report !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121 + !! source digest: sha256:71e187de9ab7723f404469d47ee695cf540260f860ccdd3ec12963a1a4b52ea7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/excel_import_export/__manifest__.py b/excel_import_export/__manifest__.py index c74ca1210cf..05865d30f83 100644 --- a/excel_import_export/__manifest__.py +++ b/excel_import_export/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Excel Import/Export/Report", "summary": "Base module for developing Excel import/export/report", - "version": "16.0.1.0.1", + "version": "16.0.1.1.0", "author": "Ecosoft,Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/server-tools", diff --git a/excel_import_export/i18n/es.po b/excel_import_export/i18n/es.po index e0fc0c91547..8b1905dc343 100644 --- a/excel_import_export/i18n/es.po +++ b/excel_import_export/i18n/es.po @@ -824,6 +824,11 @@ msgstr "Importar Excel" msgid "Import File (*.xlsx)" msgstr "Importar archivo (*.xlsx)" +#. module: excel_import_export +#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__filename +msgid "Import File Name" +msgstr "" + #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import File Template" diff --git a/excel_import_export/i18n/excel_import_export.pot b/excel_import_export/i18n/excel_import_export.pot index c2ed433c8e0..810537abd4c 100644 --- a/excel_import_export/i18n/excel_import_export.pot +++ b/excel_import_export/i18n/excel_import_export.pot @@ -693,6 +693,11 @@ msgstr "" msgid "Import File (*.xlsx)" msgstr "" +#. module: excel_import_export +#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__filename +msgid "Import File Name" +msgstr "" + #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import File Template" diff --git a/excel_import_export/i18n/it.po b/excel_import_export/i18n/it.po index 62e70afafa6..447696bbad1 100644 --- a/excel_import_export/i18n/it.po +++ b/excel_import_export/i18n/it.po @@ -745,6 +745,11 @@ msgstr "Importa Excel" msgid "Import File (*.xlsx)" msgstr "Importa File (*.xlsx)" +#. module: excel_import_export +#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__filename +msgid "Import File Name" +msgstr "" + #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import File Template" diff --git a/excel_import_export/i18n/zh_CN.po b/excel_import_export/i18n/zh_CN.po index ed7142d046b..701f36809de 100644 --- a/excel_import_export/i18n/zh_CN.po +++ b/excel_import_export/i18n/zh_CN.po @@ -746,6 +746,11 @@ msgstr "导入Excel" msgid "Import File (*.xlsx)" msgstr "导入文件 (*.xlsx)" +#. module: excel_import_export +#: model:ir.model.fields,field_description:excel_import_export.field_import_xlsx_wizard__filename +msgid "Import File Name" +msgstr "" + #. module: excel_import_export #: model_terms:ir.ui.view,arch_db:excel_import_export.import_xlsx_wizard msgid "Import File Template" diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index 7fcac394615..690bc8d32e5 100644 --- a/excel_import_export/static/description/index.html +++ b/excel_import_export/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Excel Import/Export/Report

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121 +!! source digest: sha256:71e187de9ab7723f404469d47ee695cf540260f860ccdd3ec12963a1a4b52ea7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

The module provide pre-built functions and wizards for developer to build excel import / export / report with ease.

diff --git a/excel_import_export/wizard/import_xlsx_wizard.py b/excel_import_export/wizard/import_xlsx_wizard.py index 3b12ccdf0cf..bd25bc6fde3 100644 --- a/excel_import_export/wizard/import_xlsx_wizard.py +++ b/excel_import_export/wizard/import_xlsx_wizard.py @@ -14,6 +14,7 @@ class ImportXLSXWizard(models.TransientModel): _description = "Wizard for importing excel" import_file = fields.Binary(string="Import File (*.xlsx)") + filename = fields.Char("Import File Name") template_id = fields.Many2one( "xlsx.template", string="Template", diff --git a/excel_import_export/wizard/import_xlsx_wizard.xml b/excel_import_export/wizard/import_xlsx_wizard.xml index 6f8a68d5485..b9e69d9dd73 100644 --- a/excel_import_export/wizard/import_xlsx_wizard.xml +++ b/excel_import_export/wizard/import_xlsx_wizard.xml @@ -11,6 +11,7 @@ + @@ -18,6 +19,7 @@