You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.9 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ================
  5. PoS Order Return
  6. ================
  7. This module extends the functionality of odoo Point Of Sale about POS Order
  8. returns.
  9. With this module, it is now forbidden to return more quantity than the initial
  10. one.
  11. A link is created between the returned Order and the initial Order.
  12. A link is created between the returned Order Line and the initial Order Line.
  13. Usage
  14. =====
  15. Select an PoS Order an choose either *Return Products* (full return of the
  16. order) or *Partial Return*. In this case, a wizard allows to select just some
  17. products and quantities to return:
  18. .. image:: /pos_order_return/static/description/partial_return_wizard.png
  19. Register the refund payment to finish the return. If the original order was
  20. invoiced, a refund invoice will be made.
  21. Implemented Constraints
  22. -----------------------
  23. * User can not return more products than the initial quantity:
  24. .. image:: /pos_order_return/static/description/returned_qty_over_initial.png
  25. * If a line has been partially refund, only a reduced quantity can be returned:
  26. .. image:: /pos_order_return/static/description/sum_returned_qty_over_initial.png
  27. * It is not possible to set a negative quantity if the initial Pos Order is
  28. not indicated:
  29. .. image:: /pos_order_return/static/description/initial_pos_order_required.png
  30. Configuration
  31. =============
  32. In some cases, you may want to let the possibility to allow negative quantity
  33. in a PoS Order, without mentioning initial order. This can happen for special
  34. products like returnable products, etc.
  35. In that case, a checkbox is possible on Product Form View to allow such case
  36. .. image:: /pos_order_return/static/description/product_returnable_bottle.png
  37. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  38. :alt: Try me on Runbot
  39. :target: https://runbot.odoo-community.org/runbot/184/10.0
  40. Bug Tracker
  41. ===========
  42. Bugs are tracked on `GitHub Issues
  43. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  44. check there if your issue has already been reported. If you spotted it first,
  45. help us smash it by providing detailed and welcomed feedback.
  46. Credits
  47. =======
  48. Contributors
  49. ------------
  50. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  51. * David Vidal <david.vidal@tecnativa.com>
  52. Funders
  53. -------
  54. The development of this module has been financially supported by:
  55. * La Louve (www.lalouve.net)
  56. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  57. Maintainer
  58. ----------
  59. .. image:: https://odoo-community.org/logo.png
  60. :alt: Odoo Community Association
  61. :target: https://odoo-community.org
  62. This module is maintained by the OCA.
  63. OCA, or the Odoo Community Association, is a nonprofit organization whose
  64. mission is to support the collaborative development of Odoo features and
  65. promote its widespread use.
  66. To contribute to this module, please visit https://odoo-community.org.