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

[16.0][MIG] maintenance_equipment_sequence: Migration to 16.0 #348

Merged
merged 22 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
dc03292
[11.0][ADD] maintenance_equipment_sequence
AdriaGForgeFlow Jul 23, 2019
92a8262
fix sequence step
JordiBForgeFlow Aug 5, 2019
6ea1d53
Code always displayed as "Code" to avoid confusion and add it to sear…
LoisRForgeFlow Aug 14, 2019
bea4f25
fixup and increase test coverage
AdriaGForgeFlow Nov 6, 2019
e3c3aca
Added translation using Weblate (Spanish)
Nov 20, 2019
a278deb
Translated using Weblate (Spanish)
Nov 20, 2019
ac24dcf
[12.0][MIG]maintenance_equipment_sequence
NuriaXifre Dec 4, 2019
a38309b
[FIX] maintenance_equipment_sequence write
etobella Dec 12, 2019
857ddb2
[IMP] maintenance_equipment_sequence: black, isort
NuriaXifre Jan 10, 2020
2190db8
[13.0][MIG] maintenance_equipment_sequence
NuriaXifre Jan 10, 2020
8676e23
Added translation using Weblate (Italian)
mymage Jul 28, 2021
1d3caa6
Translated using Weblate (Italian)
mymage Jul 28, 2021
0d8829a
[IMP] maintenance_equipment_sequence: black, isort, prettier
mariadforgeflow Aug 19, 2021
2748d61
[MIG] maintenance_equipment_sequence: Migration to 14.0
mariadforgeflow Aug 19, 2021
ad52708
[IMP] maintenance_equipment_sequence: black, isort, prettier
BernatPForgeFlow Oct 22, 2021
6dcca1b
[MIG] maintenance_equipment_sequence: Migration to 15.0
BernatPForgeFlow Oct 22, 2021
598183c
[UPD] Update maintenance_equipment_sequence.pot
Nov 2, 2021
1934fa2
[UPD] README.rst
OCA-git-bot Nov 2, 2021
d074101
[15.0][FIX] maintenance_equipment_sequence: Add Readme migrations folder
BernatPForgeFlow Jan 27, 2022
a0d6b80
maintenance_equipment_sequence 15.0.1.0.1
OCA-git-bot Feb 4, 2022
782500b
[IMP] maintenance_equipment_sequence: black, isort, prettier
kaynnan Jul 7, 2023
1c2ddc5
[MIG] maintenance_equipment_sequence: Migration to 16.0
kaynnan Jul 7, 2023
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
83 changes: 83 additions & 0 deletions maintenance_equipment_sequence/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
==============================
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/15.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-15-0/maintenance-15-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/15.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:%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 S.L.

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

* Adria Gil Sorribes <adria.gil@forgeflow.com>
* Núria Martín Xifré <nuria.martin@forgeflow.com>
* Bernat Puig Font <bernat.puig@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/15.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": "16.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,56 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_equipment_sequence
#
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: 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,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 ""
1 change: 1 addition & 0 deletions maintenance_equipment_sequence/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import maintenance
Loading
Loading