Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][MIG] maintenance_equipment_sequence #174

Merged
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
82 changes: 82 additions & 0 deletions maintenance_equipment_sequence/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
==============================
Maintenance Equipment Sequence
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github
:target: https://github.com/OCA/maintenance/tree/14.0/maintenance_equipment_sequence
: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-maintenance_equipment_sequence
: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 introduces a sequence to the maintenance equipment managed from the maintenance equipment category

**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:%20maintenance_equipment_sequence%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 S.L.

Contributors
~~~~~~~~~~~~

* Adria Gil Sorribes <adria.gil@forgeflow.com>
* Núria Martín Xifré <nuria.martin@forgeflow.com>

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.

.. |maintainer-AdriaGForgeFlow| image:: https://github.com/AdriaGForgeFlow.png?size=40px
:target: https://github.com/AdriaGForgeFlow
:alt: AdriaGForgeFlow

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-AdriaGForgeFlow|

This module is part of the `OCA/maintenance <https://github.com/OCA/maintenance/tree/14.0/maintenance_equipment_sequence>`_ 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 maintenance_equipment_sequence/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
16 changes: 16 additions & 0 deletions maintenance_equipment_sequence/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2021 ForgeFlow S.L. (https://forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Maintenance Equipment Sequence",
"summary": """
Adds sequence to maintenance equipment defined in the equipment's
category""",
"version": "15.0.1.0.0",
"license": "AGPL-3",
"author": "ForgeFlow S.L.," "Odoo Community Association (OCA)",
"maintainers": ["AdriaGForgeFlow"],
"website": "https://github.com/OCA/maintenance",
"depends": ["maintenance"],
"data": ["views/maintenance_views.xml"],
}
75 changes: 75 additions & 0 deletions maintenance_equipment_sequence/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_equipment_sequence
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-11-20 14:35+0000\n"
"Last-Translator: Jaime Arroyo <jaime.arroyo@creublanca.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 3.8\n"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Code"
msgstr "Código"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid "Entry Sequence"
msgstr "Secuencia"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Equipment Code"
msgstr "Código del Equipamiento"

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment
#, fuzzy
msgid "Maintenance Equipment"
msgstr "Equipamiento"

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment_category
msgid "Maintenance Equipment Category"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "Next Number"
msgstr "Número siguiente"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "Sequence Prefix"
msgstr "Prefijo de la secuencia"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "The equipment's sequence will be created using this prefix."
msgstr "La secuencia de este equipamiento se creará usando este prefijo."

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "The next sequence number will be used for the next equipment."
msgstr "Este campo se utilizará para el siguiente código de equipamiento."

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid ""
"This field contains the information related to the numbering of the "
"equipments belonging to this category."
msgstr ""
"Este campo contiene la información relacionada con la numeración de los "
"equipamientos de esta categoría."

#~ msgid "Asset Category"
#~ msgstr "Categoría del activo"
73 changes: 73 additions & 0 deletions maintenance_equipment_sequence/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_equipment_sequence
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-07-28 09: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: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Code"
msgstr "Codice"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid "Entry Sequence"
msgstr "Sequenza iniziale"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Equipment Code"
msgstr "Codice attrezzatura"

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment
msgid "Maintenance Equipment"
msgstr "Attrezzatura manutenzione"

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment_category
msgid "Maintenance Equipment Category"
msgstr "Categoria attrezzatura menutenzione"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "Next Number"
msgstr "Numero successivo"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "Sequence Prefix"
msgstr "Prefisso sequenza"

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "The equipment's sequence will be created using this prefix."
msgstr "La sequenza dell'attrezzatura verrà creata utilizzando questo prefisso."

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "The next sequence number will be used for the next equipment."
msgstr ""
"Il numero di sequenza successivo verrà utilizzato per la prossima "
"attrezzatura."

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid ""
"This field contains the information related to the numbering of the "
"equipments belonging to this category."
msgstr ""
"Questo campo contiene l'informazione relativa alla numerazione delle "
"attrezzature appartenenti a questa categoria."
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_equipment_sequence
#
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: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Code"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment__display_name
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__display_name
msgid "Display Name"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid "Entry Sequence"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment__code
msgid "Equipment Code"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment__id
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__id
msgid "ID"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment____last_update
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category____last_update
msgid "Last Modified on"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment
msgid "Maintenance Equipment"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model,name:maintenance_equipment_sequence.model_maintenance_equipment_category
msgid "Maintenance Equipment Category"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "Next Number"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,field_description:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "Sequence Prefix"
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_prefix
msgid "The equipment's sequence will be created using this prefix."
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_number_next
msgid "The next sequence number will be used for the next equipment."
msgstr ""

#. module: maintenance_equipment_sequence
#: model:ir.model.fields,help:maintenance_equipment_sequence.field_maintenance_equipment_category__sequence_id
msgid ""
"This field contains the information related to the numbering of the "
"equipments belonging to this category."
msgstr ""
Loading