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.

96 lines
2.7 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==================
  5. PoS - Return Order
  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. Implemented Features
  14. ====================
  15. * A wizard that allow to select just some products to return:
  16. .. image:: /pos_return_order/static/description/partial_return_wizard.png
  17. Implemented Constraints
  18. =======================
  19. * User can not return more products than the initial quantity:
  20. .. image:: /pos_return_order/static/description/returned_qty_over_initial.png
  21. * If a line has been partially refund, only a reduced quantity can be returned:
  22. .. image:: /pos_return_order/static/description/sum_returned_qty_over_initial.png
  23. * It is not possible to set a negative quantity if the initial Pos Order is
  24. not indicated:
  25. .. image:: /pos_return_order/static/description/initial_pos_order_required.png
  26. Configuration
  27. =============
  28. In some case, you want to let the possibility to allow negative quantity
  29. in a PoS Order, without mentioning initial order. This can happen for special
  30. products like returnable products, ...
  31. In that case, a checkbox is possible on Product Form View to allow such case
  32. .. image:: /pos_return_order/static/description/product_returnable_bottle.png
  33. Usage
  34. =====
  35. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  36. :alt: Try me on Runbot
  37. :target: https://runbot.odoo-community.org/runbot/184/9.0
  38. Bug Tracker
  39. ===========
  40. Bugs are tracked on `GitHub Issues
  41. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  42. check there if your issue has already been reported. If you spotted it first,
  43. help us smash it by providing detailed and welcomed feedback.
  44. Credits
  45. =======
  46. Contributors
  47. ------------
  48. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  49. Funders
  50. -------
  51. The development of this module has been financially supported by:
  52. * La Louve (www.lalouve.net)
  53. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  54. Maintainer
  55. ----------
  56. .. image:: https://odoo-community.org/logo.png
  57. :alt: Odoo Community Association
  58. :target: https://odoo-community.org
  59. This module is maintained by the OCA.
  60. OCA, or the Odoo Community Association, is a nonprofit organization whose
  61. mission is to support the collaborative development of Odoo features and
  62. promote its widespread use.
  63. To contribute to this module, please visit https://odoo-community.org.