README.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Prevent the usage of voucher from invoices
  4. ==========================================
  5. This add-on disables the "Register Payment" button on
  6. customer invoices and the "Pay" button on supplier invoices.
  7. It also disables the voucher-related menus entries such as
  8. "Sales Receipts", "Customer Payments", "Purchase Receipts",
  9. "Supplier Payments" and "Journal Vouchers", "Sales Receipts Analysis".
  10. More precisely, this module adds a group "Use voucher in Invoices"
  11. and only users in that group see these buttons and menus.
  12. Installation
  13. ============
  14. This module depends on :
  15. * account_voucher
  16. This modules are parts of the OCA/bank-payment suite.
  17. Configuration
  18. =============
  19. There is nothing to configure.
  20. Usage
  21. =====
  22. See above the description of the module.
  23. For further information, please visit:
  24. * https://www.odoo.com/forum/help-1
  25. Known issues / Roadmap
  26. ======================
  27. * ...
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/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
  33. `here <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_voucher_killer%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Contributors
  37. ------------
  38. * Nicolas Bessi (camptocamp)
  39. * Stéphane Bidoul <stephane.bidoul@acsone.eu>
  40. * Anthony Muschang <anthony.muschang@acsone.eu>
  41. * Yannick Vaucher
  42. Maintainer
  43. ----------
  44. .. image:: http://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: http://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  49. To contribute to this module, please visit http://odoo-community.org.