Add readme

This commit is contained in:
Jordi Ballester
2022-06-26 10:36:11 +02:00
parent 02aff295f4
commit c709b06a52
5 changed files with 52 additions and 2 deletions

45
rma_put_away/README.rst Normal file
View 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

View File

@@ -1,3 +1,2 @@
from . import wizards
from . import models

View File

@@ -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

View File

@@ -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

View File

@@ -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