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.

115 lines
4.1 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-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_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-12-0/pos-12-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/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 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:%2012.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. Other credits
  68. ~~~~~~~~~~~~~
  69. The development of this module has been financially supported by:
  70. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  71. * Mind & Go, (https://mind-and-go.com/)
  72. Maintainers
  73. ~~~~~~~~~~~
  74. This module is maintained by the OCA.
  75. .. image:: https://odoo-community.org/logo.png
  76. :alt: Odoo Community Association
  77. :target: https://odoo-community.org
  78. OCA, or the Odoo Community Association, is a nonprofit organization whose
  79. mission is to support the collaborative development of Odoo features and
  80. promote its widespread use.
  81. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/12.0/pos_picking_delayed>`_ project on GitHub.
  82. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.