Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,89 @@
================
Base Maintenance
================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a2c848c9a26c3663a03d6251c86b0882090c59dae322ae6c3504724a3d42e3a2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github
:target: https://github.com/OCA/maintenance/tree/18.0/base_maintenance
:alt: OCA/maintenance
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/maintenance-18-0/maintenance-18-0-base_maintenance
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/maintenance&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
This module extends the functionality of Odoo Maintenance module to add
some basic features that are standard in other Odoo apps:
- Team leader in maintenance team.
- Description field in maintenance team.
- Creates the unexisting search view for maintenance team.
- Empty button box on maintenance request to be extended by other
modules.
- Maintenance Request Report
**Table of contents**
.. contents::
:local:
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/maintenance/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20base_maintenance%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
-------
* ForgeFlow
Contributors
------------
- Lois Rilo <lois.rilo@forgeflow.com>
- Marcel Savegnago <marcel.savegnago@escodoo.com.br>
- David Alonso <david.alonso@solvos.es>
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
- Bhavesh Heliconia
Maintainers
-----------
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
This module is part of the `OCA/maintenance <https://github.com/OCA/maintenance/tree/18.0/base_maintenance>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@@ -0,0 +1 @@
from . import models

View File

@@ -0,0 +1,20 @@
# Copyright 2019 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Base Maintenance",
"version": "18.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Beta",
"website": "https://github.com/OCA/maintenance",
"category": "Maintenance",
"license": "LGPL-3",
"depends": ["maintenance"],
"data": [
"views/maintenance_team_views.xml",
"views/maintenance_request_views.xml",
"views/maintenance_equipment_views.xml",
"views/report_maintenance_request.xml",
],
"installable": True,
}

View File

@@ -0,0 +1,124 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_maintenance
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: base_maintenance
#: model:ir.actions.report,print_report_name:base_maintenance.action_report_maintenance_request
msgid "'Maintenance Request - %s' % (object.name)"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<span>Maintenance Request</span>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Category:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Close Date:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Description:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Duration:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Equipment:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Maintenance Type:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Model:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Priority:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Request Date:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Requested By:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Responsible:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Schedule Date:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Serial:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Stage:</strong>"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Team:</strong>"
msgstr ""
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__description
msgid "Description"
msgstr ""
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.maintenance_team_view_form
msgid "Description of the team's function"
msgstr ""
#. module: base_maintenance
#: model:ir.actions.report,name:base_maintenance.action_report_maintenance_request
msgid "Maintenance Request"
msgstr ""
#. module: base_maintenance
#: model:ir.model,name:base_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr ""
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__user_id
msgid "Team Leader"
msgstr ""

127
base_maintenance/i18n/es.po Normal file
View File

@@ -0,0 +1,127 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_maintenance
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-07-22 23:09+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\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"
#. module: base_maintenance
#: model:ir.actions.report,print_report_name:base_maintenance.action_report_maintenance_request
msgid "'Maintenance Request - %s' % (object.name)"
msgstr "'Solicitud de mantenimiento - %s' % (object.name)"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<span>Maintenance Request</span>"
msgstr "<span>Solicitud de mantenimiento</span>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Category:</strong>"
msgstr "<strong>Categoría:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Close Date:</strong>"
msgstr "<strong>Fecha de cierre:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Description:</strong>"
msgstr "<strong>Descripción:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Duration:</strong>"
msgstr "<strong>Duración:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Equipment:</strong>"
msgstr "<strong>Equipamiento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Maintenance Type:</strong>"
msgstr "<strong>Tipo de mantenimiento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Model:</strong>"
msgstr "<strong>Modelo:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Priority:</strong>"
msgstr "<strong>Prioridad:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Request Date:</strong>"
msgstr "<strong>Fecha de solicitud:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Requested By:</strong>"
msgstr "<strong>Solicitado por:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Responsible:</strong>"
msgstr "<strong>Responsable:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Schedule Date:</strong>"
msgstr "<strong>Fecha programada:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Serial:</strong>"
msgstr "<strong>Serie:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Stage:</strong>"
msgstr "<strong>Estado:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Team:</strong>"
msgstr "<strong>Equipo:</strong>"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__description
msgid "Description"
msgstr "descripción"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.maintenance_team_view_form
msgid "Description of the team's function"
msgstr "Descripción de la función del equipo"
#. module: base_maintenance
#: model:ir.actions.report,name:base_maintenance.action_report_maintenance_request
msgid "Maintenance Request"
msgstr "Solicitud de mantenimiento"
#. module: base_maintenance
#: model:ir.model,name:base_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr "Equipos de Mantenimiento"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__user_id
msgid "Team Leader"
msgstr "Líder de equipo"

136
base_maintenance/i18n/it.po Normal file
View File

@@ -0,0 +1,136 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_maintenance
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-07-28 11:49+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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"
"X-Generator: Weblate 4.3.2\n"
#. module: base_maintenance
#: model:ir.actions.report,print_report_name:base_maintenance.action_report_maintenance_request
msgid "'Maintenance Request - %s' % (object.name)"
msgstr "'Richiesta manutenzione - %s' % (object.name)"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<span>Maintenance Request</span>"
msgstr "<span>Richiesta manutenzione</span>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Category:</strong>"
msgstr "<strong>Categoria:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Close Date:</strong>"
msgstr "<strong>Data chiusura:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Description:</strong>"
msgstr "<strong>Descrizione:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Duration:</strong>"
msgstr "<strong>Durata:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Equipment:</strong>"
msgstr "<strong>Attrezzatura:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Maintenance Type:</strong>"
msgstr "<strong>Tipo manutenzione:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Model:</strong>"
msgstr "<strong>Modello:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Priority:</strong>"
msgstr "<strong>Priorità:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Request Date:</strong>"
msgstr "<strong>Data richiesta:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Requested By:</strong>"
msgstr "<strong>Richiesta da:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Responsible:</strong>"
msgstr "<strong>Responsabile:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Schedule Date:</strong>"
msgstr "<strong>Data programmata:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Serial:</strong>"
msgstr "<strong>Matricola:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Stage:</strong>"
msgstr "<strong>Fase:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Team:</strong>"
msgstr "<strong>Squadra:</strong>"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__description
msgid "Description"
msgstr "Descrizione"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.maintenance_team_view_form
msgid "Description of the team's function"
msgstr "Descrizione del compito del team"
#. module: base_maintenance
#: model:ir.actions.report,name:base_maintenance.action_report_maintenance_request
msgid "Maintenance Request"
msgstr "Richiesta manutenzione"
#. module: base_maintenance
#: model:ir.model,name:base_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr "Squadra manutenzione"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__user_id
msgid "Team Leader"
msgstr "Responsabile squadra"
#~ msgid "Display Name"
#~ msgstr "Nome visualizzato"
#~ msgid "ID"
#~ msgstr "ID"
#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"

127
base_maintenance/i18n/pt.po Normal file
View File

@@ -0,0 +1,127 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_maintenance
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-12-03 13:44+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: none\n"
"Language: pt\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.14.1\n"
#. module: base_maintenance
#: model:ir.actions.report,print_report_name:base_maintenance.action_report_maintenance_request
msgid "'Maintenance Request - %s' % (object.name)"
msgstr "Pedido de Manutenção - %s' % (object.name)"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<span>Maintenance Request</span>"
msgstr "<span>Pedido de Manutenção</span>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Category:</strong>"
msgstr "<strong>Categoria:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Close Date:</strong>"
msgstr "<strong>Data de Encerramento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Description:</strong>"
msgstr "<strong>Descrição:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Duration:</strong>"
msgstr "<strong>Duração:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Equipment:</strong>"
msgstr "<strong>Equipamento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Maintenance Type:</strong>"
msgstr "<strong>Tipo de Manutenção:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Model:</strong>"
msgstr "<strong>Modelo:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Priority:</strong>"
msgstr "<strong>Prioridade:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Request Date:</strong>"
msgstr "<strong>Data do Pedido:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Requested By:</strong>"
msgstr "<strong>Solicitado por:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Responsible:</strong>"
msgstr "<strong>Responsável:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Schedule Date:</strong>"
msgstr "<strong>Data Agendada:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Serial:</strong>"
msgstr "<strong>Nº Série:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Stage:</strong>"
msgstr "<strong>Etapa:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Team:</strong>"
msgstr "<strong>Equipa:</strong>"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__description
msgid "Description"
msgstr "Descrição"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.maintenance_team_view_form
msgid "Description of the team's function"
msgstr "Descrição da função da equipa"
#. module: base_maintenance
#: model:ir.actions.report,name:base_maintenance.action_report_maintenance_request
msgid "Maintenance Request"
msgstr "Pedido de Manutenção"
#. module: base_maintenance
#: model:ir.model,name:base_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr "Equipas de Manutenção"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__user_id
msgid "Team Leader"
msgstr "Líder da Equipa"

View File

@@ -0,0 +1,135 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_maintenance
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-16 16:08+0000\n"
"PO-Revision-Date: 2024-05-21 00:57+0000\n"
"Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
"translation.odoo-community.org>\n"
"Language-Team: \n"
"Language: pt_BR\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"
#. module: base_maintenance
#: model:ir.actions.report,print_report_name:base_maintenance.action_report_maintenance_request
msgid "'Maintenance Request - %s' % (object.name)"
msgstr "???Solicita????o de Manuten????o - %s' % (object.name)"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<span>Maintenance Request</span>"
msgstr "<span>Solicita????o de Manuten????o</span>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Category:</strong>"
msgstr "<strong>Categoria:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Close Date:</strong>"
msgstr "<strong>Data de Encerramento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Description:</strong>"
msgstr "<strong>Descri????o:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Duration:</strong>"
msgstr "<strong>Dura????o:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Equipment:</strong>"
msgstr "<strong>Equipamento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Maintenance Type:</strong>"
msgstr "<strong>Tipo de Manuten????o:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Model:</strong>"
msgstr "<strong>Modelo:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Priority:</strong>"
msgstr "<strong>Prioridade:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Request Date:</strong>"
msgstr "<strong>Data da Solicita????o:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Requested By:</strong>"
msgstr "<strong>Solicitado por:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Responsible:</strong>"
msgstr "<strong>Responsável:</strong><br/>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Schedule Date:</strong>"
msgstr "<strong>Data do Agendamento:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Serial:</strong>"
msgstr "<strong>S??rie:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Stage:</strong>"
msgstr "<strong>Est??gio:</strong>"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.report_maintenance_request_document
msgid "<strong>Team:</strong>"
msgstr "<strong>Equipe:</strong>"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__description
msgid "Description"
msgstr "Descri????o"
#. module: base_maintenance
#: model_terms:ir.ui.view,arch_db:base_maintenance.maintenance_team_view_form
msgid "Description of the team's function"
msgstr "Descri????o da fun????o da equipe"
#. module: base_maintenance
#: model:ir.actions.report,name:base_maintenance.action_report_maintenance_request
msgid "Maintenance Request"
msgstr "Solicita????o de Manuten????o"
#. module: base_maintenance
#: model:ir.model,name:base_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr "Equipes de Manuten????o"
#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__user_id
msgid "Team Leader"
msgstr "L??der de Equipe"
#~ msgid "Archived"
#~ msgstr "Arquivado"
#~ msgid "<strong>Equipament:</strong>"
#~ msgstr "<strong>Equipamento:</strong>"

View File

@@ -0,0 +1 @@
from . import maintenance_team

View File

@@ -0,0 +1,11 @@
# Copyright 2019 ForgeFlow S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import fields, models
class MaintenanceTeam(models.Model):
_inherit = "maintenance.team"
user_id = fields.Many2one(comodel_name="res.users", string="Team Leader")
description = fields.Text()

View File

@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

View File

@@ -0,0 +1,5 @@
- Lois Rilo \<<lois.rilo@forgeflow.com>\>
- Marcel Savegnago \<<marcel.savegnago@escodoo.com.br>\>
- David Alonso \<<david.alonso@solvos.es>\>
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)
- Bhavesh Heliconia

View File

@@ -0,0 +1,9 @@
This module extends the functionality of Odoo Maintenance module to add
some basic features that are standard in other Odoo apps:
- Team leader in maintenance team.
- Description field in maintenance team.
- Creates the unexisting search view for maintenance team.
- Empty button box on maintenance request to be extended by other
modules.
- Maintenance Request Report

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@@ -0,0 +1,438 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Base Maintenance</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic, pre.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="base-maintenance">
<h1 class="title">Base Maintenance</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a2c848c9a26c3663a03d6251c86b0882090c59dae322ae6c3504724a3d42e3a2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/maintenance/tree/18.0/base_maintenance"><img alt="OCA/maintenance" src="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/maintenance-18-0/maintenance-18-0-base_maintenance"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/maintenance&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of Odoo Maintenance module to add
some basic features that are standard in other Odoo apps:</p>
<ul class="simple">
<li>Team leader in maintenance team.</li>
<li>Description field in maintenance team.</li>
<li>Creates the unexisting search view for maintenance team.</li>
<li>Empty button box on maintenance request to be extended by other
modules.</li>
<li>Maintenance Request Report</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/maintenance/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/maintenance/issues/new?body=module:%20base_maintenance%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
<ul class="simple">
<li>ForgeFlow</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<ul class="simple">
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;forgeflow.com">lois.rilo&#64;forgeflow.com</a>&gt;</li>
<li>Marcel Savegnago &lt;<a class="reference external" href="mailto:marcel.savegnago&#64;escodoo.com.br">marcel.savegnago&#64;escodoo.com.br</a>&gt;</li>
<li>David Alonso &lt;<a class="reference external" href="mailto:david.alonso&#64;solvos.es">david.alonso&#64;solvos.es</a>&gt;</li>
<li><a class="reference external" href="https://www.heliconia.io">Heliconia Solutions Pvt. Ltd.</a><ul>
<li>Bhavesh Heliconia</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/maintenance/tree/18.0/base_maintenance">OCA/maintenance</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019 ForgeFlow S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) -->
<odoo>
<record id="hr_equipment_view_form" model="ir.ui.view">
<field name="name">equipment.form</field>
<field name="model">maintenance.equipment</field>
<field name="inherit_id" ref="maintenance.hr_equipment_view_form" />
<field name="arch" type="xml">
<sheet position="before">
<header />
</sheet>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019 ForgeFlow S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) -->
<odoo>
<record id="equipment_request_view_form" model="ir.ui.view">
<field name="name">equipment.request.form</field>
<field name="model">maintenance.request</field>
<field name="inherit_id" ref="maintenance.hr_equipment_request_view_form" />
<field name="priority" eval="999" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_title')]" position="before">
<div class="oe_button_box" name="button_box">
<!--Empty, to be inherited by other modules.-->
</div>
</xpath>
<xpath expr="//field[@name='description']/.." position="attributes">
<attribute name="name">description_page</attribute>
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2019-21 ForgeFlow S.L.
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0) -->
<odoo>
<record id="maintenance_team_view_form" model="ir.ui.view">
<field name="name">maintenance.team.form</field>
<field name="model">maintenance.team</field>
<field name="inherit_id" ref="maintenance.maintenance_team_view_form" />
<field name="arch" type="xml">
<field name="member_ids" position="before">
<field name="user_id" />
</field>
<xpath expr="//group[1]" position="after">
<group>
<field
name="description"
placeholder="Description of the team's function"
/>
</group>
</xpath>
</field>
</record>
<record id="maintenance_team_view_tree" model="ir.ui.view">
<field name="name">maintenance.team.tree</field>
<field name="model">maintenance.team</field>
<field name="inherit_id" ref="maintenance.maintenance_team_view_tree" />
<field name="arch" type="xml">
<field name="member_ids" position="before">
<field name="user_id" />
</field>
<field name="member_ids" position="after">
<field name="description" />
</field>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020 - TODAY, Marcel Savegnago - Escodoo
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="report_maintenance_request_document">
<t t-call="web.internal_layout">
<t
t-set="doc"
t-value="doc.with_context(lang=doc.user_id.partner_id.lang)"
/>
<div class="page">
<div
class="oe_structure"
id="report_maintenance_request_oe_structure"
/>
<h2 class="mt16">
<t>
<span>Maintenance Request</span>
</t>
</h2>
<h3 class="mt16">
<span t-field="doc.name" />
</h3>
<div class="row mt32 mb32" id="informations">
<div t-if="doc.owner_user_id" class="col-3">
<strong>Requested By:</strong>
<p class="m-0" t-field="doc.owner_user_id" />
</div>
<div t-if="doc.request_date" class="col-3">
<strong>Request Date:</strong>
<p class="m-0" t-field="doc.request_date" />
</div>
<div t-if="doc.maintenance_type" class="col-3">
<strong>Maintenance Type:</strong>
<p class="m-0" t-field="doc.maintenance_type" />
</div>
<div t-if="doc.close_date" class="col-3">
<strong>Close Date:</strong>
<p class="m-0" t-field="doc.close_date" />
</div>
<div t-if="doc.stage_id" class="col-3">
<strong>Stage:</strong>
<p class="m-0" t-field="doc.stage_id" />
</div>
</div>
<div class="row mt32 mb32" id="equipament_informations">
<div t-if="doc.category_id" class="col-3">
<strong>Category:</strong>
<p class="m-0" t-field="doc.category_id" />
</div>
<div t-if="doc.equipment_id" class="col-3">
<strong>Equipment:</strong>
<p class="m-0" t-field="doc.equipment_id" />
</div>
<div t-if="doc.equipment_id.model" class="col-3">
<strong>Model:</strong>
<p class="m-0" t-field="doc.equipment_id.model" />
</div>
<div t-if="doc.equipment_id.serial_no" class="col-3">
<strong>Serial:</strong>
<p class="m-0" t-field="doc.equipment_id.serial_no" />
</div>
</div>
<div class="row mt32 mb32" id="schedule_informations">
<div t-if="doc.schedule_date" class="col-3">
<strong>Schedule Date:</strong>
<p class="m-0" t-field="doc.schedule_date" />
</div>
<div t-if="doc.duration" class="col-3">
<strong>Duration:</strong>
<p class="m-0" t-field="doc.duration" />
</div>
<div t-if="doc.priority" class="col-3">
<strong>Priority:</strong>
<p class="m-0" t-field="doc.priority" />
</div>
<div t-if="doc.maintenance_team_id" class="col-3">
<strong>Team:</strong>
<p class="m-0" t-field="doc.maintenance_team_id" />
</div>
<div t-if="doc.user_id" class="col-3">
<strong>Responsible:</strong>
<p class="m-0" t-field="doc.user_id" />
</div>
</div>
<div class="row mt32 mb32" id="description">
<div t-if="doc.description" class="col-3">
<strong>Description:</strong>
<p class="m-0" t-field="doc.description" />
</div>
</div>
</div>
</t>
</template>
<template id="report_maintenance_request">
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t
t-call="base_maintenance.report_maintenance_request_document"
t-lang="doc.user_id.partner_id.lang"
/>
</t>
</t>
</template>
<record id="action_report_maintenance_request" model="ir.actions.report">
<field name="name">Maintenance Request</field>
<field name="model">maintenance.request</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">base_maintenance.report_maintenance_request</field>
<field name="report_file">base_maintenance.report_maintenance_request</field>
<field
name="print_report_name"
>'Maintenance Request - %s' % (object.name)</field>
<field name="binding_model_id" ref="maintenance.model_maintenance_request" />
<field name="binding_type">report</field>
</record>
</odoo>