odoo14-addon-rma


Nameodoo14-addon-rma JSON
Version 14.0.3.2.8 PyPI version JSON
download
home_pagehttps://github.com/OCA/rma
SummaryReturn Merchandise Authorization (RMA)
upload_time2023-11-06 08:48:25
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python>=3.6
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===========================================
Return Merchandise Authorization Management
===========================================

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

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

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

This module allows you to manage `Return Merchandise Authorization (RMA)
<https://en.wikipedia.org/wiki/Return_merchandise_authorization>`_.
RMA documents can be created from scratch, from a delivery order or from
an incoming email. Product receptions and returning delivery operations
of the RMA module are fully integrated with the Receipts and Deliveries
Operations of Odoo inventory core module. It also allows you to generate
refunds in the same way as Odoo generates it.
Besides, you have full integration of the RMA documents in the customer portal.

**Table of contents**

.. contents::
   :local:

Configuration
=============

If you want RMAs to be created from incoming emails, you need to:

#. Go to *Settings > General Settings*.
#. Check 'External Email Servers' checkbox under *Discuss* section.
#. Set an 'alias domain' and an incoming server.
#. Go to *RMA > Configuration > RMA Team* and select a team or create a new
   one.
#. Go to 'Email' tab and set an 'Email Alias'.

If you want to manually finish RMAs, you need to:

#. Go to *Settings > Inventory*.
#. Set *Finish RMAs manually* checkbox on.

By default, returns to customer are grouped by shipping address, warehouse and company.
If you want to avoid this grouping you can:

#. Go to *Settings > Inventory*.
#. Set *Group RMA returns by customer address and warehouse* checkbox off.

The users will still be able to group those pickings from the wizard.

Usage
=====

To use this module, you need to:

#. Go to *RMA > Orders* and create a new RMA.
#. Select a partner, an invoice address, select a product
   (or select a picking and a move instead), write a quantity, fill the rest
   of the form and click on 'confirm' button in the status bar.
#. You will see an smart button labeled 'Receipt'. Click on that button to see
   the reception operation form.
#. If everything is right, validate the operation and go back to the RMA to
   see it in a 'received' state.
#. Now you are able to generate a refund, generate a delivery order to return
   to the customer the same product or another product as a replacement, split
   the RMA by extracting a part of the remaining quantity to another RMA,
   preview the RMA in the website. All of these operations can be done by
   clicking on the buttons in the status bar.

   * If you click on 'Refund' button, a refund will be created, and it will be
     accessible via the smart button labeled Refund. The RMA will be set
     automatically to 'Refunded' state when the refund is validated.
   * If you click on 'Replace' or 'Return to customer' button instead,
     a popup wizard will guide you to create a Delivery order to the client
     and this order will be accessible via the smart button labeled Delivery.
     The RMA will be set automatically to 'Replaced' or 'Returned' state when
     the RMA quantity is equal or lower than the quantity in done delivery
     orders linked to it.
#. You can also finish the RMA without further ado. To do so click on the *Finish*
   button. A wizard will ask you for the reason from a selection of preconfigured ones.
   Be sure to configure them in advance on *RMA > Configuration > Finalization Reasons*.
   Once the RMA is finished, it will be set to that state and the reason will be
   registered.

An RMA can also be created from a return of a delivery order:

#. Select a delivery order and click on 'Return' button to create a return.
#. Check "Create RMAs" checkbox in the returning wizard, select the RMA
   stock location and click on 'Return' button.
#. An RMA will be created for each product returned in the previous step.
   Every RMA will be in confirmed state and they will
   be linked to the returning operation generated previously.

There are Optional RMA Teams that can be used for:

  - Organize RMAs in sections.
  - Subscribe users to notifications.
  - Create RMAs from incoming mail to special aliases (See configuration
    section).

To create an RMA Team (RMA Responsible user level required):

  #. Go to *RMA > Configuration > RMA Teams*
  #. Create a new team and assign a name, a responsible and members.
  #. Subscribe users to notifications, that can be of these subtypes:

     - RMA draft. When a new RMA is created.
     - Notes, Debates, Activities. As in standard Odoo.
  #. In the list view, use the cross handle to sort RMA Teams. The top team
     will be the default one if no team is set.

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

* As soon as the picking is selected, the user should select the move,
  but perhaps stock.move _rec_name could be improved to better show what
  the product of that move is.

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%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
~~~~~~~

* Tecnativa

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

* `Tecnativa <https://www.tecnativa.com>`_:

  * Ernesto Tejeda
  * Pedro M. Baeza
  * David Vidal

* Chafique Delli <chafique.delli@akretion.com>
* Giovanni Serra - Ooops <giovanni@ooops404.com>

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

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

|maintainer-ernestotejeda| 

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

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/rma",
    "name": "odoo14-addon-rma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "===========================================\nReturn Merchandise Authorization Management\n===========================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:0d69c5037e95299260818d3dde87b094b75293cb9aad9d9929a0004bbc6d9738\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Production/Stable\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frma-lightgray.png?logo=github\n    :target: https://github.com/OCA/rma/tree/14.0/rma\n    :alt: OCA/rma\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/rma&target_branch=14.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows you to manage `Return Merchandise Authorization (RMA)\n<https://en.wikipedia.org/wiki/Return_merchandise_authorization>`_.\nRMA documents can be created from scratch, from a delivery order or from\nan incoming email. Product receptions and returning delivery operations\nof the RMA module are fully integrated with the Receipts and Deliveries\nOperations of Odoo inventory core module. It also allows you to generate\nrefunds in the same way as Odoo generates it.\nBesides, you have full integration of the RMA documents in the customer portal.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nIf you want RMAs to be created from incoming emails, you need to:\n\n#. Go to *Settings > General Settings*.\n#. Check 'External Email Servers' checkbox under *Discuss* section.\n#. Set an 'alias domain' and an incoming server.\n#. Go to *RMA > Configuration > RMA Team* and select a team or create a new\n   one.\n#. Go to 'Email' tab and set an 'Email Alias'.\n\nIf you want to manually finish RMAs, you need to:\n\n#. Go to *Settings > Inventory*.\n#. Set *Finish RMAs manually* checkbox on.\n\nBy default, returns to customer are grouped by shipping address, warehouse and company.\nIf you want to avoid this grouping you can:\n\n#. Go to *Settings > Inventory*.\n#. Set *Group RMA returns by customer address and warehouse* checkbox off.\n\nThe users will still be able to group those pickings from the wizard.\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. Go to *RMA > Orders* and create a new RMA.\n#. Select a partner, an invoice address, select a product\n   (or select a picking and a move instead), write a quantity, fill the rest\n   of the form and click on 'confirm' button in the status bar.\n#. You will see an smart button labeled 'Receipt'. Click on that button to see\n   the reception operation form.\n#. If everything is right, validate the operation and go back to the RMA to\n   see it in a 'received' state.\n#. Now you are able to generate a refund, generate a delivery order to return\n   to the customer the same product or another product as a replacement, split\n   the RMA by extracting a part of the remaining quantity to another RMA,\n   preview the RMA in the website. All of these operations can be done by\n   clicking on the buttons in the status bar.\n\n   * If you click on 'Refund' button, a refund will be created, and it will be\n     accessible via the smart button labeled Refund. The RMA will be set\n     automatically to 'Refunded' state when the refund is validated.\n   * If you click on 'Replace' or 'Return to customer' button instead,\n     a popup wizard will guide you to create a Delivery order to the client\n     and this order will be accessible via the smart button labeled Delivery.\n     The RMA will be set automatically to 'Replaced' or 'Returned' state when\n     the RMA quantity is equal or lower than the quantity in done delivery\n     orders linked to it.\n#. You can also finish the RMA without further ado. To do so click on the *Finish*\n   button. A wizard will ask you for the reason from a selection of preconfigured ones.\n   Be sure to configure them in advance on *RMA > Configuration > Finalization Reasons*.\n   Once the RMA is finished, it will be set to that state and the reason will be\n   registered.\n\nAn RMA can also be created from a return of a delivery order:\n\n#. Select a delivery order and click on 'Return' button to create a return.\n#. Check \"Create RMAs\" checkbox in the returning wizard, select the RMA\n   stock location and click on 'Return' button.\n#. An RMA will be created for each product returned in the previous step.\n   Every RMA will be in confirmed state and they will\n   be linked to the returning operation generated previously.\n\nThere are Optional RMA Teams that can be used for:\n\n  - Organize RMAs in sections.\n  - Subscribe users to notifications.\n  - Create RMAs from incoming mail to special aliases (See configuration\n    section).\n\nTo create an RMA Team (RMA Responsible user level required):\n\n  #. Go to *RMA > Configuration > RMA Teams*\n  #. Create a new team and assign a name, a responsible and members.\n  #. Subscribe users to notifications, that can be of these subtypes:\n\n     - RMA draft. When a new RMA is created.\n     - Notes, Debates, Activities. As in standard Odoo.\n  #. In the list view, use the cross handle to sort RMA Teams. The top team\n     will be the default one if no team is set.\n\nKnown issues / Roadmap\n======================\n\n* As soon as the picking is selected, the user should select the move,\n  but perhaps stock.move _rec_name could be improved to better show what\n  the product of that move is.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/rma/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/rma/issues/new?body=module:%20rma%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * Ernesto Tejeda\n  * Pedro M. Baeza\n  * David Vidal\n\n* Chafique Delli <chafique.delli@akretion.com>\n* Giovanni Serra - Ooops <giovanni@ooops404.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-ernestotejeda| image:: https://github.com/ernestotejeda.png?size=40px\n    :target: https://github.com/ernestotejeda\n    :alt: ernestotejeda\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-ernestotejeda| \n\nThis module is part of the `OCA/rma <https://github.com/OCA/rma/tree/14.0/rma>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Return Merchandise Authorization (RMA)",
    "version": "14.0.3.2.8",
    "project_urls": {
        "Homepage": "https://github.com/OCA/rma"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "746618e370c522db2d9cf27a9c6d8d112aeb37536b9b8e388d47ea06d39a2b29",
                "md5": "bc09cfe48bb1ab6af0b1619b09806088",
                "sha256": "8b068b08d0bee8ab84d41bd86ce72d21a195fc46feabff2e9ee552f7bb13df40"
            },
            "downloads": -1,
            "filename": "odoo14_addon_rma-14.0.3.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc09cfe48bb1ab6af0b1619b09806088",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 167139,
            "upload_time": "2023-11-06T08:48:25",
            "upload_time_iso_8601": "2023-11-06T08:48:25.068769Z",
            "url": "https://files.pythonhosted.org/packages/74/66/18e370c522db2d9cf27a9c6d8d112aeb37536b9b8e388d47ea06d39a2b29/odoo14_addon_rma-14.0.3.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 08:48:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "rma",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "odoo14-addon-rma"
}
        
Elapsed time: 0.24866s