Metadata-Version: 2.1
Name: odoo-addon-rma_sale
Version: 17.0.2.0.5
Requires-Python: >=3.10
Requires-Dist: odoo-addon-rma>=17.0dev,<17.1dev
Requires-Dist: odoo>=17.0a,<17.1dev
Summary: Sale Order - Return Merchandise Authorization (RMA)
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 :: 17.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 5 - Production/Stable
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 Sales
=============================================================

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

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

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

This module allows you to link a sales order to an RMA. This can be done
by creating an RMA from scratch and selecting the sales order, creating
one or more RMAs from a sales order form view or from a sales order web
portal page.

**Table of contents**

.. contents::
   :local:

Usage
=====

To use this module, you need to:

1. Go to *RMA > Orders* and create a new RMA.
2. Select a sales order to be linked to the RMA if you want.
3. Now you can do the rest of the instructions described in the *readme*
   of the rma module.

If you want to create one or more RMAs from a sale order:

1. Go to *Sales > Orders > Orders*.
2. Create a new sales order or select an existing one.
3. If the sales order is in 'Sales Order' state you can see in the
   status bar a button labeled 'Create RMA', click it and a wizard will
   appear.
4. Modify the data at your convenience and click on 'Accept' button.
5. As many RMAs as lines with quantity greater than zero will be
   created. Those RMAs will be linked to the sales order.

The customer can also create RMAs from a sales order portal page:

1. Go to a confirmed sales order portal page.
2. In the left sidebar you can see a button named 'Request RMAs'.
3. By clicking on this button a popup will appear to allow you to define
   the quantity per product and delivery order line.
4. Click on the 'Request RMAs' button and RMAs will be created linked to
   the sales order.

Single page RMA request:

1. Go to Sales > Configuration > Settings
2. Check the 'Single page RMA request' box.
3. On a sales order in the portal, clicking on 'Request RMAs' button
   will open a new page (not a popup).

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

- When you try to request an RMA from a Sales Order in the portal, a
  popup appears and the inputs for the quantity doesn't allow decimal
  numbers. It would be good to have a component that allows that and at
  the same time keeps the constraint of not allowing a number greater
  than the order line product quantity.

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%0Aversion:%2017.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>`__:

  - Ernesto Tejeda
  - Pedro M. Baeza
  - David Vidal
  - Víctor Martínez

- Chafique Delli <chafique.delli@akretion.com>
- Giovanni Serra - Ooops <giovanni@ooops404.com>
- Souheil Bejaoui - ACSONE SA/NV souheil.bejaoui@acsone.eu
- Jacques-Etienne Baudoux - BCIM je@bcim.be

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

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

|maintainer-pedrobaeza| 

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

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