Skip to content

Commit

Permalink
Merge ac67e65 into abfe97a
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaasunciondaza committed Feb 3, 2020
2 parents abfe97a + ac67e65 commit ba97643
Show file tree
Hide file tree
Showing 21 changed files with 1,114 additions and 0 deletions.
78 changes: 78 additions & 0 deletions repair_discount/README.rst
@@ -0,0 +1,78 @@
===================
MRP Repair Discount
===================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/OCA/manufacture/tree/12.0/repair_discount
:alt: OCA/manufacture
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/manufacture-12-0/manufacture-12-0-repair_discount
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/129/12.0
:alt: Try me on Runbot

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

This module extends the functionality of mrp repair adding
new field discount on operations lines

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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/manufacture/issues/new?body=module:%20repair_discount%0Aversion:%2012.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
~~~~~~~

* Agile Business Group
* Tecnativa

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

* Nicola Malcontenti <nicola.malcontenti@agilebg.com>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* María Asunción Daza <mariaasuncion.daza@guadaltech.es>

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/manufacture <https://github.com/OCA/manufacture/tree/12.0/repair_discount>`_ 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 repair_discount/__init__.py
@@ -0,0 +1,4 @@
# Copyright 2015 Nicola Malcontenti - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
17 changes: 17 additions & 0 deletions repair_discount/__manifest__.py
@@ -0,0 +1,17 @@
# Copyright 2015 Nicola Malcontenti - Agile Business Group
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Repair Discount",
"version": "12.0.1.0.0",
"category": "Manufacturing",
"license": "AGPL-3",
"author": "Agile Business Group, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "http://www.agilebg.com",
'depends': ['repair'],
"data": ["views/mrp_repair_view.xml"],
"installable": True,
}
38 changes: 38 additions & 0 deletions repair_discount/i18n/de.po
@@ -0,0 +1,38 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2018-12-10 11:58+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr "Rabatt (%)"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr "Reparaturgebührenzeile"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr "Reparaturzeile"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Reparaturauftrag"
40 changes: 40 additions & 0 deletions repair_discount/i18n/es.po
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# enjolras <yo@miguelrevilla.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
"Last-Translator: enjolras <yo@miguelrevilla.com>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr "Descuento (%)"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr "Línea de tarifa de reparación"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr "Línea de reparación"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Pedido de reparación"
41 changes: 41 additions & 0 deletions repair_discount/i18n/fr.po
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2018-09-26 08:27+0000\n"
"Last-Translator: William Olhasque <william.olhasque@scopea.fr>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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.1.1\n"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr "Remise (%)"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr "Ligne de frais de réparation"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr "Ligne de réparation"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Ordre de réparation"
41 changes: 41 additions & 0 deletions repair_discount/i18n/hr.po
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Bole <bole@dajmi5.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-02-12 03:48+0000\n"
"PO-Revision-Date: 2018-02-12 03:48+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Nalog za popravak"
42 changes: 42 additions & 0 deletions repair_discount/i18n/hr_HR.po
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Bole <bole@dajmi5.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Nalog za popravak"
40 changes: 40 additions & 0 deletions repair_discount/i18n/it.po
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-28 03:44+0000\n"
"PO-Revision-Date: 2017-11-28 03:44+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Ordine di riparazione"
41 changes: 41 additions & 0 deletions repair_discount/i18n/lt.po
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Viktoras Norkus <viktoras@bmx.lt>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-16 08:02+0000\n"
"PO-Revision-Date: 2018-01-16 08:02+0000\n"
"Last-Translator: Viktoras Norkus <viktoras@bmx.lt>, 2018\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
"%100<10 || n%100>=20) ? 1 : 2);\n"

#. module: mrp_repair_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_fee_discount
#: model:ir.model.fields,field_description:mrp_repair_discount.field_mrp_repair_line_discount
msgid "Discount (%)"
msgstr "Nuolaida (%)"

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_fee
msgid "Repair Fees Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair_line
msgid "Repair Line"
msgstr ""

#. module: mrp_repair_discount
#: model:ir.model,name:mrp_repair_discount.model_mrp_repair
msgid "Repair Order"
msgstr "Remonto užsakymas"

0 comments on commit ba97643

Please sign in to comment.