From c7fbf2d35e40a8fbb687dd0044cfc5214a02b644 Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Mon, 13 Apr 2026 09:55:42 +0200 Subject: [PATCH 01/11] [FIX] checklog-odoo.cfg: ignore Killing chrome descendants-or-self warning Warning introduced in https://github.com/odoo/odoo/commit/d22e0b4e181de0940810b0f0a760bcfe288042a7. The previous warning apparently did not occur, as it was not featured in checklog-odoo.cfg. ``` 2026-04-13 03:20:41,702 367 WARNING odoo odoo.addons.web_disable_export_group.tests.test_tour.TestTour.test_admin: Killing chrome descendants-or-self of 382: 6 remaining - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) - chrome (zombie) ``` --- checklog-odoo.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/checklog-odoo.cfg b/checklog-odoo.cfg index 5054bacdd3d2..ae8394eb9f1e 100644 --- a/checklog-odoo.cfg +++ b/checklog-odoo.cfg @@ -1,4 +1,5 @@ [checklog-odoo] ignore= WARNING.* 0 failed, 0 error\(s\).* + WARNING .* Killing chrome descendants-or-self .* Missing widget: res_partner_many2one for field of type many2one From 2f138d2a44c97cb95b3d2424286edeaa1d6f23f8 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:08:26 +0000 Subject: [PATCH 02/11] Translated using Weblate (Spanish) Currently translated at 100.0% (19 of 19 strings) Translation: web-18.0/web-18.0-web_notify Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_notify/es/ --- web_notify/i18n/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_notify/i18n/es.po b/web_notify/i18n/es.po index c0dcb7533562..7d5edd06f4ff 100644 --- a/web_notify/i18n/es.po +++ b/web_notify/i18n/es.po @@ -9,15 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2016-12-23 02:13+0000\n" -"PO-Revision-Date: 2023-09-02 20:35+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \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" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_notify #. odoo-python @@ -66,7 +66,7 @@ msgstr "Notificar advertencia Nombre del canal" #. odoo-javascript #: code:addons/web_notify/static/src/js/services/notification_services.esm.js:0 msgid "Open" -msgstr "" +msgstr "Abrir" #. module: web_notify #. odoo-python From f2d73ee6d46536bbe87badc88de0b4d2780856e9 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:06:41 +0000 Subject: [PATCH 03/11] Translated using Weblate (Spanish) Currently translated at 100.0% (3 of 3 strings) Translation: web-18.0/web-18.0-web_widget_dropdown_dynamic Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_dropdown_dynamic/es/ --- web_widget_dropdown_dynamic/i18n/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web_widget_dropdown_dynamic/i18n/es.po b/web_widget_dropdown_dynamic/i18n/es.po index 90a846aea2a7..a055960d01fe 100644 --- a/web_widget_dropdown_dynamic/i18n/es.po +++ b/web_widget_dropdown_dynamic/i18n/es.po @@ -6,20 +6,20 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2021-02-17 14:45+0000\n" -"Last-Translator: claudiagn \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\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" -"X-Generator: Weblate 4.3.2\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_widget_dropdown_dynamic #: model:ir.model.fields,field_description:web_widget_dropdown_dynamic.field_dynamic_dropdown_int msgid "Dropdown Integer" -msgstr "" +msgstr "Entero desplegable" #. module: web_widget_dropdown_dynamic #. odoo-javascript @@ -30,4 +30,4 @@ msgstr "Menú desplegable dinámico" #. module: web_widget_dropdown_dynamic #: model:ir.model,name:web_widget_dropdown_dynamic.model_ir_filters msgid "Filters" -msgstr "" +msgstr "Filtros" From e3626407b96b346d886b1586609470d7988c8f22 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:06:10 +0000 Subject: [PATCH 04/11] Translated using Weblate (Spanish) Currently translated at 100.0% (5 of 5 strings) Translation: web-18.0/web-18.0-web_chatter_position Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_chatter_position/es/ --- web_chatter_position/i18n/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_chatter_position/i18n/es.po b/web_chatter_position/i18n/es.po index 5690913f9f1b..882aabf2c113 100644 --- a/web_chatter_position/i18n/es.po +++ b/web_chatter_position/i18n/es.po @@ -6,20 +6,20 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-07-20 10:15+0000\n" -"Last-Translator: kikopeiro \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\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" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_chatter_position #: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__auto msgid "Automatic" -msgstr "" +msgstr "Automático" #. module: web_chatter_position #: model:ir.model.fields.selection,name:web_chatter_position.selection__res_users__chatter_position__bottom From f8aea94f44fa28ae2edde181811b2aee46716c86 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:09:17 +0000 Subject: [PATCH 05/11] Translated using Weblate (Spanish) Currently translated at 100.0% (18 of 18 strings) Translation: web-18.0/web-18.0-web_company_color Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_company_color/es/ --- web_company_color/i18n/es.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web_company_color/i18n/es.po b/web_company_color/i18n/es.po index bce719311df5..a71751d42d5d 100644 --- a/web_company_color/i18n/es.po +++ b/web_company_color/i18n/es.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-03-02 15:55+0000\n" -"PO-Revision-Date: 2025-02-06 18:06+0000\n" -"Last-Translator: \"Leonardo J. Caballero G.\" \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.6.2\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_company_color #: model_terms:ir.ui.view,arch_db:web_company_color.view_company_form @@ -92,7 +92,7 @@ msgstr "Desplazamiento del color de fondo de la barra de navegación" #. module: web_company_color #: model:ir.model.fields,field_description:web_company_color.field_res_company__color_navbar_border_bottom msgid "Navbar Bottom Border Color" -msgstr "" +msgstr "Color del borde inferior de la barra de navegación" #. module: web_company_color #: model:ir.model.fields,field_description:web_company_color.field_res_company__color_navbar_text From 36223be179ddbae2ecef5ab8319926a53e223349 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:08:56 +0000 Subject: [PATCH 06/11] Translated using Weblate (Spanish) Currently translated at 100.0% (10 of 10 strings) Translation: web-18.0/web-18.0-web_time_range_menu_custom Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_time_range_menu_custom/es/ --- web_time_range_menu_custom/i18n/es.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web_time_range_menu_custom/i18n/es.po b/web_time_range_menu_custom/i18n/es.po index e0742b46ec25..97b8af14e306 100644 --- a/web_time_range_menu_custom/i18n/es.po +++ b/web_time_range_menu_custom/i18n/es.po @@ -6,15 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 15.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-11-19 19:33+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\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" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_time_range_menu_custom #. odoo-javascript @@ -63,25 +63,25 @@ msgstr "Año" #: code:addons/web_time_range_menu_custom/static/src/xml/date_selector.xml:0 #, python-format msgid "day" -msgstr "" +msgstr "día" #. module: web_time_range_menu_custom #. odoo-javascript #: code:addons/web_time_range_menu_custom/static/src/xml/date_selector.xml:0 #, python-format msgid "month" -msgstr "" +msgstr "mes" #. module: web_time_range_menu_custom #. odoo-javascript #: code:addons/web_time_range_menu_custom/static/src/xml/date_selector.xml:0 #, python-format msgid "week" -msgstr "" +msgstr "semana" #. module: web_time_range_menu_custom #. odoo-javascript #: code:addons/web_time_range_menu_custom/static/src/xml/date_selector.xml:0 #, python-format msgid "year" -msgstr "" +msgstr "año" From 55fbde5126b9df96592e61e8d363ece809967a7b Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:08:47 +0000 Subject: [PATCH 07/11] Translated using Weblate (Spanish) Currently translated at 100.0% (16 of 16 strings) Translation: web-18.0/web-18.0-web_timeline Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_timeline/es/ --- web_timeline/i18n/es.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web_timeline/i18n/es.po b/web_timeline/i18n/es.po index fec7e9f6d6a3..ed08745a03bb 100644 --- a/web_timeline/i18n/es.po +++ b/web_timeline/i18n/es.po @@ -9,15 +9,15 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-01-03 03:50+0000\n" -"PO-Revision-Date: 2023-09-02 20:35+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \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" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_timeline #. odoo-javascript @@ -29,7 +29,7 @@ msgstr "SINASIGNAR" #. module: web_timeline #: model:ir.model,name:web_timeline.model_ir_actions_act_window_view msgid "Action Window View" -msgstr "" +msgstr "Vista de ventana de acción" #. module: web_timeline #. odoo-javascript @@ -43,7 +43,7 @@ msgstr "¿Está seguro que desea eliminar este registro?" #: code:addons/web_timeline/static/src/views/timeline/timeline_controller.esm.js:0 #, python-format msgid "Confirm" -msgstr "" +msgstr "Confirmar" #. module: web_timeline #. odoo-javascript @@ -57,7 +57,7 @@ msgstr "Día" #: code:addons/web_timeline/static/src/views/timeline/timeline_controller.esm.js:0 #, python-format msgid "Discard" -msgstr "" +msgstr "Descartar" #. module: web_timeline #. odoo-javascript @@ -89,6 +89,7 @@ msgstr "" #, python-format msgid "Timeline view has not defined 'default_group_by' attribute." msgstr "" +"La vista de línea de tiempo no ha definido el atributo 'default_group_by'." #. module: web_timeline #. odoo-javascript From 235d03c63243444c9f721fbfeab30416d8f8bcb2 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:10:37 +0000 Subject: [PATCH 08/11] Translated using Weblate (Spanish) Currently translated at 100.0% (21 of 21 strings) Translation: web-18.0/web-18.0-web_pivot_computed_measure Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_pivot_computed_measure/es/ --- web_pivot_computed_measure/i18n/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web_pivot_computed_measure/i18n/es.po b/web_pivot_computed_measure/i18n/es.po index 15f38718a867..77e1ca74e877 100644 --- a/web_pivot_computed_measure/i18n/es.po +++ b/web_pivot_computed_measure/i18n/es.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-11-22 12:42+0000\n" -"PO-Revision-Date: 2023-11-19 19:33+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_pivot_computed_measure #. odoo-javascript @@ -45,7 +45,7 @@ msgstr "Customizado" #: model:ir.actions.act_window,name:web_pivot_computed_measure.demo_action_res_partner_report_pivot #: model:ir.ui.menu,name:web_pivot_computed_measure.demo_menu_res_partner_report_pivot msgid "Demo Pivot" -msgstr "" +msgstr "Pivot de demostración" #. module: web_pivot_computed_measure #. odoo-javascript @@ -110,7 +110,7 @@ msgstr "Operación" #. module: web_pivot_computed_measure #: model_terms:ir.ui.view,arch_db:web_pivot_computed_measure.demo_view_res_partner_report_pivot msgid "Partners Table" -msgstr "" +msgstr "Tabla de socios" #. module: web_pivot_computed_measure #. odoo-javascript From bd77e1173d9efd16c930edb29d3d7b138f1c35ff Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:11:42 +0000 Subject: [PATCH 09/11] Translated using Weblate (Spanish) Currently translated at 100.0% (42 of 42 strings) Translation: web-18.0/web-18.0-web_quick_start_screen Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_quick_start_screen/es/ --- web_quick_start_screen/i18n/es.po | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/web_quick_start_screen/i18n/es.po b/web_quick_start_screen/i18n/es.po index 3ce3e209da69..9a653fc16abd 100644 --- a/web_quick_start_screen/i18n/es.po +++ b/web_quick_start_screen/i18n/es.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-23 12:21+0000\n" -"PO-Revision-Date: 2024-08-23 14:23+0200\n" -"Last-Translator: \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.4.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_quick_start_screen #: model_terms:quick.start.screen.action,description:web_quick_start_screen.quick_start_screen_action_contacts @@ -234,24 +234,24 @@ msgstr "Usuario" #. module: web_quick_start_screen #: model:ir.model.fields.selection,name:web_quick_start_screen.selection__quick_start_screen_action__action_ref_id__ir_actions_act_url msgid "ir.actions.act_url" -msgstr "" +msgstr "ir.actions.act_url" #. module: web_quick_start_screen #: model:ir.model.fields.selection,name:web_quick_start_screen.selection__quick_start_screen_action__action_ref_id__ir_actions_act_window msgid "ir.actions.act_window" -msgstr "" +msgstr "ir.actions.act_window" #. module: web_quick_start_screen #: model:ir.model.fields.selection,name:web_quick_start_screen.selection__quick_start_screen_action__action_ref_id__ir_actions_client msgid "ir.actions.client" -msgstr "" +msgstr "ir.actions.client" #. module: web_quick_start_screen #: model:ir.model.fields.selection,name:web_quick_start_screen.selection__quick_start_screen_action__action_ref_id__ir_actions_report msgid "ir.actions.report" -msgstr "" +msgstr "ir.actions.report" #. module: web_quick_start_screen #: model:ir.model.fields.selection,name:web_quick_start_screen.selection__quick_start_screen_action__action_ref_id__ir_actions_server msgid "ir.actions.server" -msgstr "" +msgstr "ir.actions.server" From 5e30183f2bc49a2ae04abcb797123245641b58d3 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:08:05 +0000 Subject: [PATCH 10/11] Translated using Weblate (Spanish) Currently translated at 100.0% (8 of 8 strings) Translation: web-18.0/web-18.0-web_widget_x2many_2d_matrix Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_x2many_2d_matrix/es/ --- web_widget_x2many_2d_matrix/i18n/es.po | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/web_widget_x2many_2d_matrix/i18n/es.po b/web_widget_x2many_2d_matrix/i18n/es.po index 9003159a6182..3d075dab9d7f 100644 --- a/web_widget_x2many_2d_matrix/i18n/es.po +++ b/web_widget_x2many_2d_matrix/i18n/es.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: web (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-11-23 13:46+0000\n" -"PO-Revision-Date: 2023-09-02 20:35+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: Spanish (http://www.transifex.com/oca/OCA-web-8-0/language/" "es/)\n" "Language: es\n" @@ -17,38 +17,40 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Boolean field as value" -msgstr "" +msgstr "Campo booleano como valor" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Char field as value, clickable X axis" -msgstr "" +msgstr "Campo de texto como valor, eje X clicable" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Float field as value" -msgstr "" +msgstr "Campo decimal como valor" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Float field as value with float_time widget" -msgstr "" +msgstr "Campo decimal como valor con widget float_time" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "" "Many2one field as value and y axis, options and domain set on value field" msgstr "" +"Campo Many2one como valor y eje Y, opciones y dominio establecidos en el " +"campo de valor" #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Matrix widget" -msgstr "" +msgstr "Widget de matriz" #. module: web_widget_x2many_2d_matrix #. odoo-javascript @@ -59,7 +61,7 @@ msgstr "Nada que mostrar." #. module: web_widget_x2many_2d_matrix #: model_terms:ir.ui.view,arch_db:web_widget_x2many_2d_matrix.view_groups_form msgid "Selection field as value" -msgstr "" +msgstr "Campo de selección como valor" #, fuzzy, python-format #~ msgid "Sum Total" From c875c3f91b29eb75b92bf9387cf7bb27c7190115 Mon Sep 17 00:00:00 2001 From: Ed-Spain Date: Mon, 13 Apr 2026 08:10:53 +0000 Subject: [PATCH 11/11] Translated using Weblate (Spanish) Currently translated at 100.0% (20 of 20 strings) Translation: web-18.0/web-18.0-web_ir_actions_act_multi Translate-URL: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_ir_actions_act_multi/es/ --- web_ir_actions_act_multi/i18n/es.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web_ir_actions_act_multi/i18n/es.po b/web_ir_actions_act_multi/i18n/es.po index c5635763d024..a89b8bd6ddfd 100644 --- a/web_ir_actions_act_multi/i18n/es.po +++ b/web_ir_actions_act_multi/i18n/es.po @@ -5,15 +5,15 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-09-20 17:50+0000\n" -"Last-Translator: Ivorra78 \n" +"PO-Revision-Date: 2026-04-13 08:14+0000\n" +"Last-Translator: Ed-Spain \n" "Language-Team: none\n" "Language: es\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" -"X-Generator: Weblate 4.17\n" +"X-Generator: Weblate 5.15.2\n" #. module: web_ir_actions_act_multi #: model:ir.model.fields,field_description:web_ir_actions_act_multi.field_ir_actions_act_multi__help @@ -73,7 +73,7 @@ msgstr "ID Externa" #. module: web_ir_actions_act_multi #: model:ir.model,name:web_ir_actions_act_multi.model_ir_model_fields msgid "Fields" -msgstr "" +msgstr "Campos" #. module: web_ir_actions_act_multi #: model:ir.model.fields,field_description:web_ir_actions_act_multi.field_ir_actions_act_multi__id @@ -98,12 +98,12 @@ msgstr "Última Actualización el" #. module: web_ir_actions_act_multi #: model:ir.model,name:web_ir_actions_act_multi.model_ir_model_data msgid "Model Data" -msgstr "" +msgstr "Datos del modelo" #. module: web_ir_actions_act_multi #: model:ir.model,name:web_ir_actions_act_multi.model_ir_model msgid "Models" -msgstr "" +msgstr "Modelos" #. module: web_ir_actions_act_multi #: model:ir.model.fields,help:web_ir_actions_act_multi.field_ir_actions_act_multi__help