mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
Add readme
This commit is contained in:
45
rma_put_away/README.rst
Normal file
45
rma_put_away/README.rst
Normal file
@@ -0,0 +1,45 @@
|
||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:alt: License LGPL-3
|
||||
|
||||
============
|
||||
RMA Put Away
|
||||
============
|
||||
|
||||
This module allows you to put away the products after you have received them.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Go to *RMA / Configuration / Customer Operations* and define there the route
|
||||
that you wish to use to put away the products, and the default destination
|
||||
location (optional).
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
#. Go to a Customer RMA.
|
||||
#. Click on *Put Away*.
|
||||
#. Indicate the quantity that you want to put away and destination location.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues
|
||||
<https://github.com/Eficent/stock-rma/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.
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Jordi Ballester Alomar <jordi.ballester@ForgeFlow.com>
|
||||
* David Jimenez <david.jimenez@ForgeFlow.com>
|
||||
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
This module is maintained by ForgeFlow
|
||||
@@ -1,3 +1,2 @@
|
||||
from . import wizards
|
||||
from . import models
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Copyright 2022 ForgeFlow S.L.
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.html).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 ForgeFlow S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.html).
|
||||
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Copyright 2022 ForgeFlow S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.html).
|
||||
|
||||
import time
|
||||
|
||||
from odoo import _, api, fields, models
|
||||
|
||||
Reference in New Issue
Block a user