Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a6ec1d8
[9.0][ADD] ddmrp_product_replace
LoisRForgeFlow Dec 14, 2017
df1fbde
[10.0][MIG] ddmrp_product_replace
LoisRForgeFlow Jan 24, 2018
949ae79
[11.0][MIG] ddmrp_product_replace (#51)
grindtildeath Apr 16, 2018
089d929
[11.0][MIG] ddmrp_product_replace: move to OCA/ddmrp
LoisRForgeFlow Oct 30, 2018
7afb3bd
[11.0][IMP] ddmrp_product_replace: the products considered as demand …
LoisRForgeFlow Oct 31, 2018
0a4249f
fix arguments on _past_moves_domain
LoisRForgeFlow Dec 9, 2018
e1e868b
[UPD] README.rst
OCA-git-bot Mar 8, 2019
646e2d0
[UPD] README.rst
OCA-git-bot Jul 29, 2019
9ca9384
[IMP] ddmrp_product_replace: black, isort, prettier
LoisRForgeFlow Mar 15, 2021
578276d
[13.0][MIG] ddmrp_product_replace
LoisRForgeFlow Mar 15, 2021
7542a3e
[UPD] README.rst
OCA-git-bot Mar 22, 2021
395ca78
[13.0][REF] ddmrp_product_replace: add replace "modes".
LoisRForgeFlow Apr 8, 2021
15ce08b
[UPD] README.rst
OCA-git-bot Apr 29, 2021
9c7de09
ddmrp_product_replace 13.0.2.0.0
OCA-git-bot Apr 29, 2021
f65e0cf
[13.0][FIX] ddmrp_product_replace: "considered as demand" products, a…
LoisRForgeFlow May 17, 2021
b4ce614
[13.0][IMP] ddmrp_product_replace: ability to copy packagings.
LoisRForgeFlow May 17, 2021
2f4d295
ddmrp_product_replace 13.0.2.1.0
OCA-git-bot May 28, 2021
4baeb94
[13.0][IMP] ddmrp_product_replace: auto update replacement buffers
LoisRForgeFlow Jun 3, 2021
662802e
ddmrp_product_replace 13.0.2.1.1
OCA-git-bot Jun 11, 2021
e33a125
[13.0][IMP] ddmrp add product vendor code
TDu Jun 23, 2021
e2b4b1b
ddmrp_product_replace 13.0.2.2.0
OCA-git-bot Jul 22, 2021
0631b11
[IMP] ddmrp_product_replace: black, isort, prettier
kv1612 Sep 15, 2021
569b60e
[MIG] ddmrp_product_replace: Migration to 14.0
kv1612 Sep 15, 2021
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
2 changes: 1 addition & 1 deletion ddmrp/tests/test_ddmrp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from odoo.exceptions import ValidationError

from odoo.addons.ddmrp.tests.common import TestDdmrpCommon
from .common import TestDdmrpCommon


class TestDdmrp(TestDdmrpCommon):
Expand Down
112 changes: 112 additions & 0 deletions ddmrp_product_replace/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
=====================
DDMRP Product Replace
=====================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fddmrp-lightgray.png?logo=github
:target: https://github.com/OCA/ddmrp/tree/14.0/ddmrp_product_replace
:alt: OCA/ddmrp
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/ddmrp-14-0/ddmrp-14-0-ddmrp_product_replace
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/255/14.0
:alt: Try me on Runbot

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

Provides a tool for product replacement.

**Table of contents**

.. contents::
:local:

Usage
=====

Go to *Inventory > Configuration > DDMRP > Product Replacement Tool*.

Then you can fill the wizard options to complete the replacement. There are two
modes of operation: *Create a new buffer for the replacing product* and
*Replace product in existing buffers*.

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

* Option to create new buffer and make old ones inactive.
* Consider Demand estimates in the replacement.

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

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

* ForgeFlow

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

* Lois Rilo <lois.rilo@forgeflow.com>
* Jordi Ballester <jordi.ballester@forgeflow.com>
* Akim Juillerat <akim.juillerat@camptocamp.com>
* `Trobz <https://trobz.com>`_:
* Khoi Vo <khoivha@trobz.com>

Other credits
~~~~~~~~~~~~~

The initial development of this module has been financially supported by:

* Aleph Objects, Inc.

The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp

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-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px
:target: https://github.com/JordiBForgeFlow
:alt: JordiBForgeFlow
.. |maintainer-LoisRForgeFlow| image:: https://github.com/LoisRForgeFlow.png?size=40px
:target: https://github.com/LoisRForgeFlow
:alt: LoisRForgeFlow

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

|maintainer-JordiBForgeFlow| |maintainer-LoisRForgeFlow|

This module is part of the `OCA/ddmrp <https://github.com/OCA/ddmrp/tree/14.0/ddmrp_product_replace>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions ddmrp_product_replace/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import models
from . import wizards
22 changes: 22 additions & 0 deletions ddmrp_product_replace/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2017-21 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "DDMRP Product Replace",
"summary": "Provides a assisting tool for product replacement.",
"version": "14.0.1.0.0",
"development_status": "Beta",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"],
"website": "https://github.com/OCA/ddmrp",
"category": "Warehouse Management",
"depends": ["ddmrp"],
"data": [
"security/ir.model.access.csv",
"wizards/ddmrp_product_replace_view.xml",
"wizards/make_procurement_buffer_view.xml",
"views/stock_buffer_view.xml",
],
"license": "LGPL-3",
"installable": True,
}
Loading