Skip to content

Commit

Permalink
Merge PR #194 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Dec 30, 2021
2 parents d1fe9f6 + 8016b47 commit 26708b1
Show file tree
Hide file tree
Showing 18 changed files with 1,183 additions and 0 deletions.
83 changes: 83 additions & 0 deletions base_maintenance/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
================
Base Maintenance
================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/14.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-14-0/maintenance-14-0-base_maintenance
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/240/14.0
:alt: Try me on Runbot

|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:

* Active field in maintenance team.
* 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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20base_maintenance%0Aversion:%2014.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>

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/14.0/base_maintenance>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions base_maintenance/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
20 changes: 20 additions & 0 deletions base_maintenance/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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": "15.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,
}
139 changes: 139 additions & 0 deletions base_maintenance/i18n/base_maintenance.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
# 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"
"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.model.fields,field_description:base_maintenance.field_maintenance_team__display_name
msgid "Display Name"
msgstr ""

#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__id
msgid "ID"
msgstr ""

#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team____last_update
msgid "Last Modified on"
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 ""
142 changes: 142 additions & 0 deletions base_maintenance/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
# 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.model.fields,field_description:base_maintenance.field_maintenance_team__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team__id
msgid "ID"
msgstr "ID"

#. module: base_maintenance
#: model:ir.model.fields,field_description:base_maintenance.field_maintenance_team____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. 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"
Loading

0 comments on commit 26708b1

Please sign in to comment.