Metadata-Version: 2.1
Name: odoo-addon-rma_sale_mrp
Version: 18.0.1.0.1
Requires-Python: >=3.10
Requires-Dist: odoo-addon-rma_sale==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Allow doing RMAs from MRP kits
Home-page: https://github.com/OCA/rma
License: AGPL-3
Author: Tecnativa, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

================================================================
Return Merchandise Authorization Management - Link with MRP Kits
================================================================

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

.. |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%2Frma-lightgray.png?logo=github
    :target: https://github.com/OCA/rma/tree/18.0/rma_sale_mrp
    :alt: OCA/rma
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/rma-18-0/rma-18-0-rma_sale_mrp
    :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/rma&target_branch=18.0
    :alt: Try me on Runboat

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

This module enables RMAs for kits, wich isn't compatible with the base
modules. In the backend side, we can return separate component while in
the frontend side, customers can return the whole kit and the proper
RMAs will be generated.

**Table of contents**

.. contents::
   :local:

Usage
=====

To use this module, you need to:

1. Make a a sale order with a kit on it and deliver its components.
2. Go to the portal view for the order and launch the RMA wizard.
3. You'll see a line for the kit.
4. There will be a limit of kits to return that should much the number
   of kits delivered.
5. Once you validate the wizard with the number of kits to deliver,
   you'll have as many RMAs as components those kits have with the
   proper quantities for each one.
6. If you refund the components, the kit in the sale line will be used
   as the reference.

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

We compute the kits from the original demanded quantity in the sale
order. If this quantity was to change, we could loose the right
components per kit reference. So this should be very present. Also, v12
has a very poor support for delivered quantities, that is very improved
in v13 with the introduction of the link to the BoM line in the stock
moves. That approach could lead to errors as well, as the BoM line could
change in the future loosing again the original components per kit
reference. Anyway, is to be considered in that version to use the same
rules so they fail for the same reasons.

Some extra features would be nice to have:

- Add actions constraints to disallow actions on single components.
- Show kit components in the portal wizard.
- Allow to make an RMA directly from a kit product.

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

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

* Tecnativa

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

- `Tecnativa <https://www.tecnativa.com>`__:

  - David Vidal

- Michael Tietz (MT Software) <mtietz@mt-software.de>

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

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

|maintainer-chienandalu| 

This module is part of the `OCA/rma <https://github.com/OCA/rma/tree/18.0/rma_sale_mrp>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
