-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from tegin/16.0-mig-maintenance_request_report
[16.0][MIG] maintenance_request_report : Migration to 16.0
- Loading branch information
Showing
8 changed files
with
443 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 @@ | ||
Maintenance Reports |
Empty file.
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,14 @@ | ||
# Copyright 2019 Creu Blanca | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
{ | ||
"name": "Cb Maintenance Report", | ||
"summary": """ | ||
Maintenance Reports""", | ||
"version": "16.0.1.0.0", | ||
"license": "AGPL-3", | ||
"author": "CreuBlanca", | ||
"website": "https://github.com/tegin/cb-maintenance", | ||
"depends": ["cb_maintenance"], | ||
"data": ["report/maintenance_request_report.xml"], | ||
} |
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,107 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * cb_maintenance_report | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-12-12 12:10+0000\n" | ||
"PO-Revision-Date: 2019-12-12 12:10+0000\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: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<b>Requested By:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<b>Team:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Category:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Equipment:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Last Updated on:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Location:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Maintenance Type:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Manager:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Priority:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Request Date:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Schedule Date:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<br/><br/>\n" | ||
" <b>Technician:</b>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Chatter</strong>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Description</strong>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Technical Information</strong>" | ||
msgstr "" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.actions.report,name:cb_maintenance_report.maintenance_request_report | ||
msgid "Print Maintenance Request" | ||
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,138 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * cb_maintenance_report | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-12-12 12:11+0000\n" | ||
"PO-Revision-Date: 2019-12-12 13:17+0100\n" | ||
"Last-Translator: <>\n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: \n" | ||
"Language: es\n" | ||
"X-Generator: Poedit 2.0.6\n" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<b>Requested By:</b>" | ||
msgstr "<b>Solicitado por</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<b>Team:</b>" | ||
msgstr "<b>Equipo:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Category:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Categoría:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Equipment:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Equipamiento:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Last Updated on:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Última Actualización el:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Location:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Ubicación:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Maintenance Type:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Tipo de Mantenimiento:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Manager:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Gestor:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Priority:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Prioridad:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Request Date:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Fecha de petición:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Schedule Date:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Programado para:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "" | ||
"<br/><br/>\n" | ||
" <b>Technician:</b>" | ||
msgstr "" | ||
"<br/><br/>\n" | ||
" <b>Técnico:</b>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Chatter</strong>" | ||
msgstr "<strong>Mensajes</strong>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Description</strong>" | ||
msgstr "<strong>Descripción</strong>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.ui.view,arch_db:cb_maintenance_report.maintenance_request_template | ||
msgid "<strong>Technical Information</strong>" | ||
msgstr "<strong>Información Técnica</strong>" | ||
|
||
#. module: cb_maintenance_report | ||
#: model:ir.actions.report,name:cb_maintenance_report.maintenance_request_report | ||
msgid "Print Maintenance Request" | ||
msgstr "Imprimir Petición" |
Oops, something went wrong.