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-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/10.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-10-0/pos-10-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/10.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 cron. (set by default to run each minute).
  28. Technical information
  29. ---------------------
  30. A log will be generated to mention the creation of the pickings by cron.
  31. ``2018-09-28 07:47:18,300 163 INFO db odoo.addons.base.ir.ir_cron: Starting job `Create Delayed PoS Picking.``
  32. ``2018-09-28 07:47:19,168 163 INFO db odoo.addons.pos_picking_delayed.models.pos_order: Pickings created for 3 PoS Orders``
  33. This module is interesting specially in a context of Synchroneous Point Of
  34. Sale that is introduced by certification modules like 'l10n_fr_pos_cert' because
  35. in such cases, the bill will be printed only when the pos order is created (
  36. after the call of the function create_from_ui) and the creation of the picking
  37. is the process that takes the most time.
  38. See https://github.com/odoo/odoo/pull/26314#issuecomment-422949266
  39. for more information.
  40. **Table of contents**
  41. .. contents::
  42. :local:
  43. Configuration
  44. =============
  45. * Go to 'Point of Sale' / 'Configuration' / 'Point of Sale'
  46. * Select your Point of Sale
  47. * Set the value in the field 'Picking Creation Delayed'. (Checked by default)
  48. .. image:: https://raw.githubusercontent.com/pos_picking_delayed/static/description/pos_config_form.png
  49. Usage
  50. =====
  51. * Use your Point of Sale as usual. when validating an order, the order will
  52. be in a different color until the cron is executed
  53. .. image:: https://raw.githubusercontent.com/pos_picking_delayed/static/description/pos_order_tree.png
  54. Known issues / Roadmap
  55. ======================
  56. * Make this module depend on the module OCA `queue_job` job module.
  57. * In the cron job (or the future queue job), improvment can be done, limiting
  58. the quantity of environments, grouping orders by company, and changing
  59. context once.
  60. Bug Tracker
  61. ===========
  62. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  63. In case of trouble, please check there if your issue has already been reported.
  64. If you spotted it first, help us smashing it by providing a detailed and welcomed
  65. `feedback <https://github.com/OCA/pos/issues/new?body=module:%20pos_picking_delayed%0Aversion:%2010.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  66. Do not contact contributors directly about support or help with technical issues.
  67. Credits
  68. =======
  69. Authors
  70. ~~~~~~~
  71. * GRAP
  72. Contributors
  73. ~~~~~~~~~~~~
  74. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  75. Other credits
  76. ~~~~~~~~~~~~~
  77. The development of this module has been financially supported by:
  78. * GRAP, Groupement Régional Alimentaire de Proximité (www.grap.coop)
  79. * Mind & Go, (https://mind-and-go.com/)
  80. Maintainers
  81. ~~~~~~~~~~~
  82. This module is maintained by the OCA.
  83. .. image:: https://odoo-community.org/logo.png
  84. :alt: Odoo Community Association
  85. :target: https://odoo-community.org
  86. OCA, or the Odoo Community Association, is a nonprofit organization whose
  87. mission is to support the collaborative development of Odoo features and
  88. promote its widespread use.
  89. This module is part of the `OCA/pos <https://github.com/OCA/pos/tree/10.0/pos_picking_delayed>`_ project on GitHub.
  90. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.