Skip to content
Open
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
87 changes: 87 additions & 0 deletions maintenance_request_purchase/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

============================
Maintenance Request Purchase
============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:c20033ab67d7b5e9d03852cc0e6c5eadf9dad250621daaf2fb1742a32aa95b98
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/19.0/maintenance_request_purchase
:alt: OCA/maintenance
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/maintenance-19-0/maintenance-19-0-maintenance_request_purchase
: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/maintenance&target_branch=19.0
:alt: Try me on Runboat

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

This module allows to related a Maintenance Request with Purchase Orders

**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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/maintenance/issues/new?body=module:%20maintenance_request_purchase%0Aversion:%2019.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
-------

* CreuBlanca
* Dixmit

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

- Enric Tobella
- Jaime Arroyo
- Olga Marco
- Núria Sancho
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__

- Bhavesh Heliconia

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/19.0/maintenance_request_purchase>`_ 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_request_purchase/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions maintenance_request_purchase/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Maintenance Request Purchase",
"summary": """
Allows you to link PO with maintenance requests""",
"version": "19.0.1.0.0",
"license": "AGPL-3",
"author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/maintenance",
"depends": ["base_maintenance", "purchase"],
"data": [
"views/maintenance_request.xml",
"views/purchase_order_views.xml",
],
}
62 changes: 62 additions & 0 deletions maintenance_request_purchase/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_request_purchase
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-15 18:36+0000\n"
"Last-Translator: Enric Tobella <etobella@creublanca.es>\n"
"Language-Team: none\n"
"Language: ca\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: maintenance_request_purchase
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.purchase_order_form
msgid "Maintenance"
msgstr "Manteniment"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_maintenance_request
msgid "Maintenance Request"
msgstr "Petició de manteniment"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_request_ids
msgid "Maintenance Requests"
msgstr "Peticions de manteniment"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_requests_count
msgid "Maintenance Requests Count"
msgstr "Nombre de peticions de manteniment"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_purchase_order
msgid "Purchase Order"
msgstr "Comanda de compra"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchase_order_ids
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.hr_equipment_request_view_form_button_box
msgid "Purchase Orders"
msgstr "Comandes de compra"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchases_count
msgid "Purchases Count"
msgstr "Nombre de comandes"

#~ msgid "Display Name"
#~ msgstr "Nom a mostrar"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Última modificació el"
98 changes: 98 additions & 0 deletions maintenance_request_purchase/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_request_purchase
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-12-12 11:51+0000\n"
"PO-Revision-Date: 2019-12-12 12:54+0100\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.0.6\n"

#. module: maintenance_request_purchase
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.purchase_order_form
msgid "Maintenance"
msgstr "Mantenimiento"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_maintenance_request
msgid "Maintenance Request"
msgstr "Petición de Mantenimiento"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_request_ids
msgid "Maintenance Requests"
msgstr "Peticiones de Mantenimiento"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_requests_count
msgid "Maintenance Requests Count"
msgstr "Número de Peticiones de Mantenimiento"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_purchase_order
msgid "Purchase Order"
msgstr "Pedido de compra"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchase_order_ids
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.hr_equipment_request_view_form_button_box
msgid "Purchase Orders"
msgstr "Pedidos de compra"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchases_count
msgid "Purchases Count"
msgstr "Número de Compras"

#~ msgid "Cancel"
#~ msgstr "Cancelar"

#~ msgid "Created by"
#~ msgstr "Creado por"

#~ msgid "Created on"
#~ msgstr "Creado en"

#~ msgid "Display Name"
#~ msgstr "Nombre mostrado"

#~ msgid "ID"
#~ msgstr "ID (identificación)"

#~ msgid "Last Modified on"
#~ msgstr "Última modificación en"

#~ msgid "Last Updated by"
#~ msgstr "Última actualización de"

#~ msgid "Last Updated on"
#~ msgstr "Última actualización en"

#~ msgid "Link Selected Purchase Orders"
#~ msgstr "Relacionar órdenes de compra seleccionadas"

#~ msgid "Link to PO"
#~ msgstr "Relacionar con PO"

#~ msgid "New Purchase Order"
#~ msgstr "Nueva Orden de Compra"

#~ msgid "Purchases"
#~ msgstr "Compras"

#~ msgid "Select Purchase Orders and Link them or Create a new Purchase Order"
#~ msgstr ""
#~ "Selecciona órdenes de compra para relacionarlas con la petición o crea "
#~ "una nueva"

#~ msgid "wizard.link.maintenance.po"
#~ msgstr "wizard.link.maintenance.po"
62 changes: 62 additions & 0 deletions maintenance_request_purchase/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_request_purchase
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-12-31 16:06+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 5.6.2\n"

#. module: maintenance_request_purchase
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.purchase_order_form
msgid "Maintenance"
msgstr "Manutenzione"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_maintenance_request
msgid "Maintenance Request"
msgstr "Richiesta manutenzione"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_request_ids
msgid "Maintenance Requests"
msgstr "Richieste di manutenzione"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_requests_count
msgid "Maintenance Requests Count"
msgstr "Conta richieste manutenzione"

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_purchase_order
msgid "Purchase Order"
msgstr "Ordine di acquisto"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchase_order_ids
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.hr_equipment_request_view_form_button_box
msgid "Purchase Orders"
msgstr "Ordini di acquisto"

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchases_count
msgid "Purchases Count"
msgstr "Conteggio acquisti"

#~ msgid "Display Name"
#~ msgstr "Nome visualizzato"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Ultima modifica il"
50 changes: 50 additions & 0 deletions maintenance_request_purchase/i18n/maintenance_request_purchase.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * maintenance_request_purchase
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.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_request_purchase
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.purchase_order_form
msgid "Maintenance"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_maintenance_request
msgid "Maintenance Request"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_request_ids
msgid "Maintenance Requests"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_purchase_order__maintenance_requests_count
msgid "Maintenance Requests Count"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model,name:maintenance_request_purchase.model_purchase_order
msgid "Purchase Order"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchase_order_ids
#: model_terms:ir.ui.view,arch_db:maintenance_request_purchase.hr_equipment_request_view_form_button_box
msgid "Purchase Orders"
msgstr ""

#. module: maintenance_request_purchase
#: model:ir.model.fields,field_description:maintenance_request_purchase.field_maintenance_request__purchases_count
msgid "Purchases Count"
msgstr ""
2 changes: 2 additions & 0 deletions maintenance_request_purchase/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import maintenance_request
from . import purchase_order
Loading
Loading