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.

142 lines
4.8 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/OCA/pos/12.0/pos_order_return/static/description/product_returnable_bottle.png
  40. Usage
  41. =====
  42. Select an PoS Order an choose either *Return Products* (full return of the
  43. order) or *Partial Return*. In this case, a wizard allows to select just some
  44. products and quantities to return:
  45. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/partial_return_wizard.png
  46. Register the refund payment to finish the return. If the original order was
  47. invoiced, a refund invoice will be made.
  48. **Implemented Constraints**
  49. * User can not return more products than the initial quantity:
  50. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/returned_qty_over_initial.png
  51. * If a line has been partially refund, only a reduced quantity can be returned:
  52. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/sum_returned_qty_over_initial.png
  53. * It is not possible to set a negative quantity if the initial Pos Order is
  54. not indicated:
  55. .. image:: https://raw.githubusercontent.com/OCA/pos/12.0/pos_order_return/static/description/initial_pos_order_required.png
  56. Known issues / Roadmap
  57. ======================
  58. When migrating the module ``pos_order_return`` in version > 12.0 please merge
  59. both modules ``pos_order_return`` and ``pos_order_return_traceability`` into a
  60. single module.
  61. Bug Tracker
  62. ===========
  63. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  64. In case of trouble, please check there if your issue has already been reported.
  65. If you spotted it first, help us smashing it by providing a detailed and welcomed
  66. `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**>`_.
  67. Do not contact contributors directly about support or help with technical issues.
  68. Credits
  69. =======
  70. Authors
  71. ~~~~~~~
  72. * La Louve
  73. * GRAP
  74. * Tecnativa
  75. * Lambda IS
  76. Contributors
  77. ~~~~~~~~~~~~
  78. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  79. * David Vidal <david.vidal@tecnativa.com>
  80. * Kiril Vangelovski <kiril@lambda-is.com>
  81. * Druidoo <https://www.druidoo.io>
  82. Other credits
  83. ~~~~~~~~~~~~~
  84. Funders
  85. ~~~~~~~
  86. The development of this module has been financially supported by:
  87. * La Louve (www.lalouve.net)
  88. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  89. Maintainers
  90. ~~~~~~~~~~~
  91. This module is maintained by the OCA.
  92. .. image:: https://odoo-community.org/logo.png
  93. :alt: Odoo Community Association
  94. :target: https://odoo-community.org
  95. OCA, or the Odoo Community Association, is a nonprofit organization whose
  96. mission is to support the collaborative development of Odoo features and
  97. promote its widespread use.
  98. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_order_return>`_ project on GitHub.
  99. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.