Skip to content

Commit

Permalink
Merge PR #43 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by gurneyalex
  • Loading branch information
OCA-git-bot committed Nov 22, 2024
2 parents e743b05 + db6e6d5 commit 055d5d4
Show file tree
Hide file tree
Showing 25 changed files with 1,276 additions and 0 deletions.
120 changes: 120 additions & 0 deletions agreement_repair/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
==================
Agreement - Repair
==================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b06ffd44ac72e22a4459b576e5f2b3b08d563da0ff1348428cc339c1d31409c1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Fagreement-lightgray.png?logo=github
:target: https://github.com/OCA/agreement/tree/17.0/agreement_repair
:alt: OCA/agreement
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/agreement-17-0/agreement-17-0-agreement_repair
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/agreement&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Odoo Agreement App does not provide an easy way to access repair orders
related to an agreement. Some organizations needs to have a quick access
to repair orders to track the performance of an agreement.

This module allows you to link a repair order to an agreement and adds a
smart button on the agreement to look at the list of related repair
orders.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

- Go to Repair > Repair Orders
- Select or create a repair order and set the agreement
- Go to Agreement > Agreements
- Open the previous agreement
- Click on the smart button "Repairs" to see the list of related repair
orders

Known issues / Roadmap
======================

The roadmap of the Agreement application is documented on
`Github <https://github.com/OCA/contract/issues>`__.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/agreement/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/agreement/issues/new?body=module:%20agreement_repair%0Aversion:%2017.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
-------

* Open Source Integrators

Contributors
------------

- Sandip Mangukiya <[email protected]>
- Serpent Consulting Services Pvt. Ltd. <[email protected]>
- Italo LOPES. <[email protected]>

Other credits
-------------

The development of this module has been financially supported by:

- Open Source Integrators <https://opensourceintegrators.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-smangukiya| image:: https://github.com/smangukiya.png?size=40px
:target: https://github.com/smangukiya
:alt: smangukiya
.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px
:target: https://github.com/max3903
:alt: max3903

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

|maintainer-smangukiya| |maintainer-max3903|

This module is part of the `OCA/agreement <https://github.com/OCA/agreement/tree/17.0/agreement_repair>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions agreement_repair/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (C) 2021 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
26 changes: 26 additions & 0 deletions agreement_repair/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright (C) 2021 - TODAY, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Agreement - Repair",
"summary": "Link repair orders to an agreement",
"version": "17.0.1.0.0",
"category": "Contract",
"author": "Open Source Integrators, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/agreement",
"depends": [
"agreement",
"repair",
],
"data": [
"views/agreement_view.xml",
"views/repair_view.xml",
],
"installable": True,
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": [
"smangukiya",
"max3903",
],
}
70 changes: 70 additions & 0 deletions agreement_repair/i18n/agreement_repair.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * agreement_repair
#
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: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__repair_count
msgid "# Repair Orders"
msgstr ""

#. module: agreement_repair
#: model_terms:ir.ui.view,arch_db:agreement_repair.partner_agreement_form_view_repair
msgid "<span class=\"o_stat_text\">Repair Orders</span>"
msgstr ""

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_agreement
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__agreement_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_agreement
msgid "Agreement"
msgstr ""

#. module: agreement_repair
#: model_terms:ir.actions.act_window,help:agreement_repair.action_mrp_repair_agreement_specific
msgid "Create Repair Orders"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__display_name
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__display_name
msgid "Display Name"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__id
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__id
msgid "ID"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement____last_update
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_repair_order
msgid "Repair Order"
msgstr ""

#. module: agreement_repair
#: model:ir.actions.act_window,name:agreement_repair.action_mrp_repair_agreement_specific
msgid "Repair Orders"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__serviceprofile_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_filter_agreement
msgid "Service Profile"
msgstr ""
76 changes: 76 additions & 0 deletions agreement_repair/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * agreement_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-01-11 17:41+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: none\n"
"Language: de\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.3\n"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__repair_count
msgid "# Repair Orders"
msgstr "# Reparaturaufträge"

#. module: agreement_repair
#: model_terms:ir.ui.view,arch_db:agreement_repair.partner_agreement_form_view_repair
msgid "<span class=\"o_stat_text\">Repair Orders</span>"
msgstr "<span class=\"o_stat_text\">Reparaturaufträge</span>"

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_agreement
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__agreement_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_agreement
msgid "Agreement"
msgstr "Vereinbarung"

#. module: agreement_repair
#: model_terms:ir.actions.act_window,help:agreement_repair.action_mrp_repair_agreement_specific
msgid "Create Repair Orders"
msgstr "Reparaturaufträge anlegen"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__display_name
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__display_name
msgid "Display Name"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__id
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__id
msgid "ID"
msgstr ""

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement____last_update
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_repair_order
msgid "Repair Order"
msgstr "Reparaturauftrag"

#. module: agreement_repair
#: model:ir.actions.act_window,name:agreement_repair.action_mrp_repair_agreement_specific
msgid "Repair Orders"
msgstr "Reparaturaufträge"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__serviceprofile_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_filter_agreement
msgid "Service Profile"
msgstr "Dienstleistungsprofil"

#~ msgid "agreement"
#~ msgstr "Vereinbarung"
73 changes: 73 additions & 0 deletions agreement_repair/i18n/es.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:
# * agreement_repair
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-19 13:33+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\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 4.17\n"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__repair_count
msgid "# Repair Orders"
msgstr "# Órdenes de Reparación"

#. module: agreement_repair
#: model_terms:ir.ui.view,arch_db:agreement_repair.partner_agreement_form_view_repair
msgid "<span class=\"o_stat_text\">Repair Orders</span>"
msgstr "<span class=\"o_stat_text\">Órdenes de reparación</span>"

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_agreement
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__agreement_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_agreement
msgid "Agreement"
msgstr "Acuerdo"

#. module: agreement_repair
#: model_terms:ir.actions.act_window,help:agreement_repair.action_mrp_repair_agreement_specific
msgid "Create Repair Orders"
msgstr "Crear Órdenes de Reparación"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__display_name
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement__id
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__id
msgid "ID"
msgstr "ID (identificación)"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_agreement____last_update
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: agreement_repair
#: model:ir.model,name:agreement_repair.model_repair_order
msgid "Repair Order"
msgstr "Orden de Reparación"

#. module: agreement_repair
#: model:ir.actions.act_window,name:agreement_repair.action_mrp_repair_agreement_specific
msgid "Repair Orders"
msgstr "Órdenes de Reparación"

#. module: agreement_repair
#: model:ir.model.fields,field_description:agreement_repair.field_repair_order__serviceprofile_id
#: model_terms:ir.ui.view,arch_db:agreement_repair.view_repair_order_form_filter_agreement
msgid "Service Profile"
msgstr "Perfil de Servicio"
Loading

0 comments on commit 055d5d4

Please sign in to comment.