Skip to content

Commit

Permalink
[ADD] Add repair_discount for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis committed Jul 8, 2024
1 parent 3cf4257 commit 8bb3b74
Show file tree
Hide file tree
Showing 26 changed files with 1,521 additions and 0 deletions.
83 changes: 83 additions & 0 deletions repair_discount/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
===============
Repair Discount
===============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9ff7aad831adc2c669cd1e07926e8eb8da381c855dd588790b2ff98cf3eb6498
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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/14.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-14-0/manufacture-14-0-repair_discount
: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/manufacture&target_branch=14.0
:alt: Try me on Runboat

|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 to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/manufacture/issues/new?body=module:%20repair_discount%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
~~~~~~~

* Agile Business Group
* Tecnativa

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

* Nicola Malcontenti <[email protected]>
* Pedro M. Baeza <[email protected]>
* Lorenzo Battistini <[email protected]>
* Ignacio Ales López <[email protected]>
* María Asunción Daza <[email protected]>
* Manuel Regidor <[email protected]>

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/14.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
Original file line number Diff line number Diff line change
@@ -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
18 changes: 18 additions & 0 deletions repair_discount/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2015 Nicola Malcontenti - Agile Business Group
# Copyright 2016 Pedro M. Baeza <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Repair Discount",
"version": "14.0.1.0.0",
"category": "Manufacturing",
"license": "AGPL-3",
"author": "Agile Business Group, " "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://github.com/avanzosc/mrp-repair-addons",
"depends": ["repair"],
"data": [
"views/mrp_repair_view.xml",
"report/repair_templates_repair_order.xml",
],
"installable": True,
}
62 changes: 62 additions & 0 deletions repair_discount/i18n/de.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:
# * 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 <[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: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__discount
#: model_terms:ir.ui.view,arch_db:repair_discount.repair_discount_report_repairorder
msgid "Discount (%)"
msgstr "Rabatt (%)"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__display_name
msgid "Display Name"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__id
msgid "ID"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_line____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_fee
#, fuzzy
msgid "Repair Fees"
msgstr "Reparaturgebührenzeile"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_line
#, fuzzy
msgid "Repair Line (parts)"
msgstr "Reparaturzeile"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_order
msgid "Repair Order"
msgstr "Reparaturauftrag"
63 changes: 63 additions & 0 deletions repair_discount/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# enjolras <[email protected]>, 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: 2023-12-28 00:50+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\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"
"X-Generator: Weblate 4.17\n"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__discount
#: model_terms:ir.ui.view,arch_db:repair_discount.repair_discount_report_repairorder
msgid "Discount (%)"
msgstr "Descuento (%)"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__display_name
msgid "Display Name"
msgstr "Nombre a Mostrar"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__id
msgid "ID"
msgstr "ID"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_line____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_order____last_update
msgid "Last Modified on"
msgstr "Última modificación el"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_fee
msgid "Repair Fees"
msgstr "Tasas de Reparación"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_line
msgid "Repair Line (parts)"
msgstr "Línea de Reparación (piezas)"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_order
msgid "Repair Order"
msgstr "Pedido de reparación"
65 changes: 65 additions & 0 deletions repair_discount/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Quentin THEURET <[email protected]>, 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 <[email protected]>\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: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__discount
#: model_terms:ir.ui.view,arch_db:repair_discount.repair_discount_report_repairorder
msgid "Discount (%)"
msgstr "Remise (%)"

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__display_name
msgid "Display Name"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__id
msgid "ID"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_line____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_fee
#, fuzzy
msgid "Repair Fees"
msgstr "Ligne de frais de réparation"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_line
#, fuzzy
msgid "Repair Line (parts)"
msgstr "Ligne de réparation"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_order
msgid "Repair Order"
msgstr "Ordre de réparation"
64 changes: 64 additions & 0 deletions repair_discount/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mrp_repair_discount
#
# Translators:
# Bole <[email protected]>, 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 <[email protected]>, 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: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__discount
#: model_terms:ir.ui.view,arch_db:repair_discount.repair_discount_report_repairorder
msgid "Discount (%)"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__display_name
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__display_name
msgid "Display Name"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_line__id
#: model:ir.model.fields,field_description:repair_discount.field_repair_order__id
msgid "ID"
msgstr ""

#. module: repair_discount
#: model:ir.model.fields,field_description:repair_discount.field_repair_fee____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_line____last_update
#: model:ir.model.fields,field_description:repair_discount.field_repair_order____last_update
msgid "Last Modified on"
msgstr ""

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_fee
#, fuzzy
msgid "Repair Fees"
msgstr "Nalog za popravak"

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_line
msgid "Repair Line (parts)"
msgstr ""

#. module: repair_discount
#: model:ir.model,name:repair_discount.model_repair_order
msgid "Repair Order"
msgstr "Nalog za popravak"
Loading

0 comments on commit 8bb3b74

Please sign in to comment.