Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions cb_maintenance/i18n/cb_maintenance.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions cb_maintenance/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 7 additions & 1 deletion cb_maintenance/wizards/wizard_create_maintenance_request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<field
name="equipment_id"
Expand All @@ -42,7 +43,12 @@
</group>
</group>
<group string="Description">
<field name="description" nolabel="1" />
<field
name="description"
nolabel="1"
colspan="2"
placeholder="Add a description here..."
/>
<field
name="attachment_ids"
widget="many2many_binary"
Expand Down