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.

129 lines
4.6 KiB

  1. ========================================
  2. Point of Sale - Picking Creation Delayed
  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-Production%2FStable-green.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Production/Stable
  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/11.0/pos_picking_delayed
  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-11-0/pos-11-0-pos_picking_delayed
  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/11.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. This module extends the functionality of odoo Point Of Sale to reduce creation
  25. time of the PoS orders, via the front UI.
  26. For that purpose, it delays the creation of the picking associated, that will
  27. be created later by queue job.
  28. This module is interesting specially in a context of Synchroneous Point Of
  29. Sale that is introduced by certification modules like 'l10n_fr_pos_cert' because
  30. in such cases, the bill will be printed only when the pos order is created (
  31. after the call of the function create_from_ui) and the creation of the picking
  32. is the process that takes the most time.
  33. See https://github.com/odoo/odoo/pull/26314#issuecomment-422949266
  34. for more information.
  35. **Table of contents**
  36. .. contents::
  37. :local:
  38. Configuration
  39. =============
  40. * Go to 'Point of Sale' / 'Configuration' / 'Point of Sale'
  41. * Select your Point of Sale
  42. * Set the value in the field 'Picking Creation Delayed'. (Checked by default)
  43. .. image:: https://raw.githubusercontent.com/pos_picking_delayed/static/description/pos_config_form.png
  44. * This module depends on ``queue_job`` module that requires specific
  45. configuration to works properly. Make sure your config file is correctly set.
  46. See https://github.com/OCA/queue/tree/12.0/queue_job
  47. Usage
  48. =====
  49. * Use your Point of Sale as usual. When validating an order, the order will
  50. be in a different color until the job is executed
  51. .. image:: https://raw.githubusercontent.com/pos_picking_delayed/static/description/pos_order_tree.png
  52. Bug Tracker
  53. ===========
  54. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  55. In case of trouble, please check there if your issue has already been reported.
  56. If you spotted it first, help us smashing it by providing a detailed and welcomed
  57. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_picking_delayed%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  58. Do not contact contributors directly about support or help with technical issues.
  59. Credits
  60. =======
  61. Authors
  62. ~~~~~~~
  63. * GRAP
  64. Contributors
  65. ~~~~~~~~~~~~
  66. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  67. * `Tecnativa <https://www.tecnativa.com>`_
  68. * David Vidal
  69. Other credits
  70. ~~~~~~~~~~~~~
  71. The development of this module has been financially supported by:
  72. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  73. * Mind & Go, (https://mind-and-go.com/)
  74. Maintainers
  75. ~~~~~~~~~~~
  76. This module is maintained by the OCA.
  77. .. image:: https://odoo-community.org/logo.png
  78. :alt: Odoo Community Association
  79. :target: https://odoo-community.org
  80. OCA, or the Odoo Community Association, is a nonprofit organization whose
  81. mission is to support the collaborative development of Odoo features and
  82. promote its widespread use.
  83. .. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
  84. :target: https://github.com/legalsylvain
  85. :alt: legalsylvain
  86. .. |maintainer-chienandalu| image:: https://github.com/chienandalu.png?size=40px
  87. :target: https://github.com/chienandalu
  88. :alt: chienandalu
  89. Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
  90. |maintainer-legalsylvain| |maintainer-chienandalu|
  91. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/11.0/pos_picking_delayed>`_ project on GitHub.
  92. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.