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.

145 lines
4.9 KiB

  1. ==========================
  2. Point of Sale Order Return
  3. ==========================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github
  15. :target: https://github.com/OCA/pos/tree/12.0/pos_order_return
  16. :alt: OCA/pos
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_return
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/184/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. This module extends the functionality of odoo Point Of Sale about POS Order
  25. returns.
  26. With this module, it is now forbidden to return more quantity than the initial
  27. one.
  28. A link is created between the returned Order and the initial Order.
  29. A link is created between the returned Order Line and the initial Order Line.
  30. **Table of contents**
  31. .. contents::
  32. :local:
  33. Configuration
  34. =============
  35. In some cases, you may want to block the possibility to allow negative quantity
  36. in a PoS Order, without mentioning initial order. This can happen for special
  37. products like returnable products, etc.
  38. In that case, a checkbox is possible on Product Form View to allow such case
  39. .. image:: https://raw.githubusercontent.com/pos_order_return/static/description/product_returnable_bottle.png
  40. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  41. :alt: Try me on Runbot
  42. :target: https://runbot.odoo-community.org/runbot/184/10.0
  43. Usage
  44. =====
  45. Select an PoS Order an choose either *Return Products* (full return of the
  46. order) or *Partial Return*. In this case, a wizard allows to select just some
  47. products and quantities to return:
  48. .. image:: https://raw.githubusercontent.com/pos_order_return/static/description/partial_return_wizard.png
  49. Register the refund payment to finish the return. If the original order was
  50. invoiced, a refund invoice will be made.
  51. **Implemented Constraints**
  52. * User can not return more products than the initial quantity:
  53. .. image:: https://raw.githubusercontent.com/pos_order_return/static/description/returned_qty_over_initial.png
  54. * If a line has been partially refund, only a reduced quantity can be returned:
  55. .. image:: https://raw.githubusercontent.com/pos_order_return/static/description/sum_returned_qty_over_initial.png
  56. * It is not possible to set a negative quantity if the initial Pos Order is
  57. not indicated:
  58. .. image:: https://raw.githubusercontent.com/pos_order_return/static/description/initial_pos_order_required.png
  59. Known issues / Roadmap
  60. ======================
  61. When migrating the module ``pos_order_return`` in version > 12.0 please merge
  62. both modules ``pos_order_return`` and ``pos_order_return_traceability`` into a
  63. single module.
  64. Bug Tracker
  65. ===========
  66. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  67. In case of trouble, please check there if your issue has already been reported.
  68. If you spotted it first, help us smashing it by providing a detailed and welcomed
  69. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_order_return%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  70. Do not contact contributors directly about support or help with technical issues.
  71. Credits
  72. =======
  73. Authors
  74. ~~~~~~~
  75. * La Louve
  76. * GRAP
  77. * Tecnativa
  78. * Lambda IS
  79. Contributors
  80. ~~~~~~~~~~~~
  81. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  82. * David Vidal <david.vidal@tecnativa.com>
  83. * Kiril Vangelovski <kiril@lambda-is.com>
  84. Other credits
  85. ~~~~~~~~~~~~~
  86. Funders
  87. ~~~~~~~
  88. The development of this module has been financially supported by:
  89. * La Louve (www.lalouve.net)
  90. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  91. Maintainers
  92. ~~~~~~~~~~~
  93. This module is maintained by the OCA.
  94. .. image:: https://odoo-community.org/logo.png
  95. :alt: Odoo Community Association
  96. :target: https://odoo-community.org
  97. OCA, or the Odoo Community Association, is a nonprofit organization whose
  98. mission is to support the collaborative development of Odoo features and
  99. promote its widespread use.
  100. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_order_return>`_ project on GitHub.
  101. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.