-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
19 changed files
with
1,301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
================ | ||
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/15.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-15-0/maintenance-15-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/15.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: | ||
|
||
* 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:%2015.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 <[email protected]> | ||
* Marcel Savegnago <[email protected]> | ||
* David Alonso <[email protected]> | ||
|
||
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/15.0/base_maintenance>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "16.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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 15.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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>\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" |
Oops, something went wrong.