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.

70 lines
1.8 KiB

  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. Partner Credit Limit Account
  6. ============================
  7. Check if Credit Limit is not exceeded on Partner when Account Move is validated
  8. (e.g. on Customer Invoice confirmation)
  9. Installation
  10. ============
  11. To install this module, you need to:
  12. * have partner_credit_limit in your addons path
  13. Configuration
  14. =============
  15. No additional configuration needed.
  16. Usage
  17. =====
  18. To use this module, you need to:
  19. * validate Account Move. If Credit limit is maxed after validation an exception
  20. is thrown
  21. For further information, please visit:
  22. * https://www.odoo.com/forum/help-1
  23. Known issues / Roadmap
  24. ======================
  25. * No bugs reported
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  29. In case of trouble, please check there if your issue has already been reported.
  30. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  31. `here <https://github.com/OCA/pos/issues/new?body=module:%20partner_credit_limit_account%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  32. Credits
  33. =======
  34. Contributors
  35. ------------
  36. * Andrius Preimantas <andrius@versada.lt>
  37. Maintainer
  38. ----------
  39. .. image:: https://odoo-community.org/logo.png
  40. :alt: Odoo Community Association
  41. :target: https://odoo-community.org
  42. This module is maintained by the OCA.
  43. OCA, or the Odoo Community Association, is a nonprofit organization whose
  44. mission is to support the collaborative development of Odoo features and
  45. promote its widespread use.
  46. To contribute to this module, please visit http://odoo-community.org.