From 36ff2d962cd3845a82e30130d9471400267b727d Mon Sep 17 00:00:00 2001 From: Kevin Luna Date: Wed, 2 Apr 2025 16:19:56 +0200 Subject: [PATCH] [IMP] cb_maintenance: add placeholders in wizard --- cb_maintenance/i18n/cb_maintenance.pot | 10 ++++++++++ cb_maintenance/i18n/es.po | 10 ++++++++++ .../wizards/wizard_create_maintenance_request.xml | 8 +++++++- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/cb_maintenance/i18n/cb_maintenance.pot b/cb_maintenance/i18n/cb_maintenance.pot index 8ae62dca..00365fe3 100644 --- a/cb_maintenance/i18n/cb_maintenance.pot +++ b/cb_maintenance/i18n/cb_maintenance.pot @@ -510,6 +510,16 @@ msgstr "" msgid "Title..." msgstr "" +#. module: cb_maintenance +#: model_terms:ir.ui.view,arch_db:cb_maintenance.wizard_create_maintenance_request_form_view +msgid "Add a description here..." +msgstr "" + +#. module: cb_maintenance +#: model_terms:ir.ui.view,arch_db:cb_maintenance.wizard_create_maintenance_request_form_view +msgid "Search only for IT or Maintenance" +msgstr "" + #. module: cb_maintenance #: model:ir.model.fields,field_description:cb_maintenance.field_maintenance_request__tree_color msgid "Tree Color" diff --git a/cb_maintenance/i18n/es.po b/cb_maintenance/i18n/es.po index 88652b1f..a74a0e4a 100644 --- a/cb_maintenance/i18n/es.po +++ b/cb_maintenance/i18n/es.po @@ -512,6 +512,16 @@ msgstr "Título" msgid "Title..." msgstr "Título..." +#. module: cb_maintenance +#: model_terms:ir.ui.view,arch_db:cb_maintenance.wizard_create_maintenance_request_form_view +msgid "Add a description here..." +msgstr "Añade una descripción aquí..." + +#. module: cb_maintenance +#: model_terms:ir.ui.view,arch_db:cb_maintenance.wizard_create_maintenance_request_form_view +msgid "Search only for IT or Maintenance" +msgstr "Buscar solo Informatica o Mantenimiento" + #. module: cb_maintenance #: model:ir.model.fields,field_description:cb_maintenance.field_maintenance_request__tree_color msgid "Tree Color" diff --git a/cb_maintenance/wizards/wizard_create_maintenance_request.xml b/cb_maintenance/wizards/wizard_create_maintenance_request.xml index e4e1b3e8..7e2b59c3 100644 --- a/cb_maintenance/wizards/wizard_create_maintenance_request.xml +++ b/cb_maintenance/wizards/wizard_create_maintenance_request.xml @@ -23,6 +23,7 @@ name="equipment_category" widget="child_selector" options="{'child_selection_field': 'name', 'no_open': True}" + placeholder="Search only for IT or Maintenance" /> - +