README.rst 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =======================
  5. Stock Check No Negative
  6. =======================
  7. This module extends warehouse functionalities to not reach below zero in product available quantities
  8. Installation
  9. ============
  10. Just select it from available modules to install it, there is no need to extra installations
  11. Configuration
  12. =============
  13. This module brings product configurations per products as the following,
  14. * Go to Products > Products, in the Inventory tab is now allowed to select an option
  15. called "**Check no negative**" to activate this module main functionality
  16. Usage
  17. =====
  18. * Before doing a transfer this will check availability for every single product (with the option mentioned before marked) within the transfer
  19. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  20. :alt: Try me on Runbot
  21. :target: https://runbot.odoo-community.org/runbot/154/8.0
  22. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  23. .. branch is "8.0" for example
  24. Known issues / Roadmap
  25. ======================
  26. * TODO in method check_before_action_done: stock_move use product_uom
  27. Bug Tracker
  28. ===========
  29. Bugs are tracked on `GitHub Issues <https://github.com/OCA/
  30. stock-logistics-workflow/issues>`_.
  31. In case of trouble, please check there if your issue has already been reported.
  32. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
  33. stock-logistics-workflow/issues/new?body=module:%20
  34. stock_no_negative%0Aversion:%20
  35. 8.0.1.0.10A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * Moises Lopez <moylop260@vauxoo.com>
  41. * Osval Reyes <osval@vauxoo.com>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit http://odoo-community.org.