Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c21ae43
[ADD] sale_mrp_link module
achaussende Nov 21, 2014
421af4c
[UPD] Update sale_mrp_link.pot
oca-travis Sep 21, 2018
4aa2c41
[UPD] README.rst
OCA-git-bot Sep 22, 2018
8da29f6
[FIX] Also separate test for sale_delivery_split_date as incompatible…
tafaRU Oct 16, 2018
e3ded1f
[ADD] icon.png
OCA-git-bot Apr 3, 2019
9455a63
[UPD] README.rst
OCA-git-bot Jul 29, 2019
2752a61
[MIG] Migration of sale_mrp_link to 12.0
Jun 3, 2019
e06fb96
[UPD] Update sale_mrp_link.pot
oca-travis Jan 17, 2020
94dd3b3
Update translation files
oca-transbot Jan 21, 2020
40cbc86
[12.0][IMP] sale_mrp_link: One2many field on sale.order
Feb 24, 2020
1738016
[UPD] Update sale_mrp_link.pot
oca-travis Mar 10, 2020
afe8b6f
sale_mrp_link 12.0.1.0.1
OCA-git-bot Mar 10, 2020
7f78a0e
Update translation files
oca-transbot Mar 10, 2020
a266e89
Added translation using Weblate (French)
ypapouin Oct 1, 2020
666f77a
Translated using Weblate (French)
ypapouin Oct 1, 2020
ecb6a62
Added translation using Weblate (Spanish)
jvargass Nov 23, 2020
d81283c
Translated using Weblate (Spanish)
jvargass Nov 23, 2020
31fd22c
Added translation using Weblate (Catalan)
danimv5 Mar 19, 2021
8de54f0
Translated using Weblate (Catalan)
danimv5 Mar 19, 2021
ae6817a
Added translation using Weblate (Turkish)
yavuzavci Jan 6, 2022
75b1df4
Translated using Weblate (Turkish)
yavuzavci Jan 6, 2022
abd24ff
[UPD] README.rst
OCA-git-bot Sep 3, 2023
3053872
Update translation files
weblate Oct 9, 2023
cbbe604
[IMP] sale_mrp_link: pre-commit stuff
legalsylvain Oct 1, 2024
74dc5d3
[MIG] sale_mrp_link: Migration to 16.0 (from 12.0)
legalsylvain Oct 1, 2024
90d5a23
[FIX] sale_mrp_link : avoid to override sale_order_id, if defined by …
legalsylvain Mar 19, 2026
7f928a4
[REF] sale_mrp_link: update documentation
legalsylvain Mar 19, 2026
f8f81e1
[IMP] sale_mrp_link : use new api_create_multi decorator
legalsylvain Mar 19, 2026
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
96 changes: 96 additions & 0 deletions sale_mrp_link/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

=============
Sale MRP Link
=============

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_mrp_link
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_mrp_link
: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/sale-workflow&target_branch=16.0
:alt: Try me on Runboat

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

This module adds a link between the manufacturing orders and the associated sale order.
A button shown in the form view of sale orders allow the user to access to the related manufacturing orders.

**Table of contents**

.. contents::
:local:

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

The module is incompatible with the following modules:

* `sale_sourced_by_line <https://github.com/OCA/sale-workflow/tree/10.0/sale_sourced_by_line>`_
* `sale_stock_picking_blocking_proc_group_by_line <https://github.com/OCA/sale-workflow/tree/10.0/sale_stock_picking_blocking_proc_group_by_line>`_
* `sale_delivery_split_date <https://github.com/OCA/sale-workflow/tree/10.0/sale_delivery_split_date>`_
* `sale_quotation_sourcing <https://github.com/OCA/sale-workflow/blob/10.0/sale_quotation_sourcing>`_ (please note this latter is not migrated yet).

Please see https://github.com/OCA/sale-workflow/pull/661#discussion_r214031110 for further info.

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

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

* Akretion
* Agile Business Group

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

* Florian da Costa <florian.dacosta@akretion.com>
* Alex Comba <alex.comba@agilebg.com>
* Juan Humanes <juan.humanes@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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_mrp_link>`_ 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 sale_mrp_link/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
23 changes: 23 additions & 0 deletions sale_mrp_link/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2018 Alex Comba - Agile Business Group
# Copyright 2016-2018 Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Sale MRP Link",
"summary": "Show manufacturing orders generated from sales order",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-workflow",
"author": "Akretion, Agile Business Group, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"sale_mrp",
],
"data": [
"views/mrp_production.xml",
"views/sale_order.xml",
],
}
43 changes: 43 additions & 0 deletions sale_mrp_link/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-03-19 17:46+0000\n"
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.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.3.2\n"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr "Producció"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
msgid "Production Count"
msgstr "Recompte de producció"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
msgid "Production Order"
msgstr "Comanda de producció"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
msgid "Sale Order"
msgstr "Comanda de venda"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr "Comanda de venda d'origen"
43 changes: 43 additions & 0 deletions sale_mrp_link/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-11-23 15:36+0000\n"
"Last-Translator: Jesús Vargas <jvsanchez.94@gmail.com>\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.10\n"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr "Producción"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
msgid "Production Count"
msgstr "Número de órdenes de producción"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
msgid "Production Order"
msgstr "Orden de producción"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
msgid "Sale Order"
msgstr "Pedido de venta"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr "Pedido de venta de origen"
43 changes: 43 additions & 0 deletions sale_mrp_link/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-10-01 10:00+0000\n"
"Last-Translator: Yann Papouin <y.papouin@dec-industrie.com>\n"
"Language-Team: none\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.10\n"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr "Fabrication"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
msgid "Production Count"
msgstr "Nombre de fabrication"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
msgid "Production Order"
msgstr "Odre de fabrication"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
msgid "Sale Order"
msgstr "Commande client"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr "Commande client d'origine"
56 changes: 56 additions & 0 deletions sale_mrp_link/i18n/it.po
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:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-18 15:35+0000\n"
"PO-Revision-Date: 2018-06-18 17:38+0200\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: it\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 1.8.7.1\n"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr "Produzione"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
#, fuzzy
msgid "Production Count"
msgstr "Numero ordini di produzione"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
#, fuzzy
msgid "Production Order"
msgstr "Produzione"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
#, fuzzy
msgid "Sale Order"
msgstr "Ordine di vendita"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr "SO Origine"

#~ msgid "Manufacturing Order"
#~ msgstr "Ordine di produzione"

#~ msgid "More than 1 sale order found for this group"
#~ msgstr "Trovato più di un ordine di vendita per questo gruppo"

#~ msgid "Procurement"
#~ msgstr "Approvvigionamento"
41 changes: 41 additions & 0 deletions sale_mrp_link/i18n/sale_mrp_link.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr ""

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
msgid "Production Count"
msgstr ""

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
msgid "Production Order"
msgstr ""

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
msgid "Sale Order"
msgstr ""

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr ""

43 changes: 43 additions & 0 deletions sale_mrp_link/i18n/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_mrp_link
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-01-06 10:39+0000\n"
"Last-Translator: Yavuz Avci <yavuzavci@gmail.com>\n"
"Language-Team: none\n"
"Language: tr\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: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_ids
#: model_terms:ir.ui.view,arch_db:sale_mrp_link.view_order_form
msgid "Production"
msgstr "Üretim"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_sale_order__production_count
msgid "Production Count"
msgstr "Üretim Miktarı"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_mrp_production
msgid "Production Order"
msgstr "Üretim Emri"

#. module: sale_mrp_link
#: model:ir.model,name:sale_mrp_link.model_sale_order
msgid "Sale Order"
msgstr "Satış Siparişi"

#. module: sale_mrp_link
#: model:ir.model.fields,field_description:sale_mrp_link.field_mrp_production__sale_order_id
msgid "Source Sale Order"
msgstr "Kaynak Satış Siparişi"
Loading
Loading