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.

92 lines
2.5 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. =======================
  5. Partner Tier Validation
  6. =======================
  7. This module extends the functionality of Partner to support a tier
  8. validation process.
  9. Installation
  10. ============
  11. This module depends on ``base_tier_validation``. You can find it at
  12. `OCA/server-ux <https://github.com/OCA/server-ux>`_
  13. Configuration
  14. =============
  15. To configure this module, you need to:
  16. #. Go to *Settings > Technical > Tier Validations > Tier Definition*.
  17. #. Create as many tiers as you want for Contact model.
  18. #. Example:
  19. Definition Formula
  20. Tier Definition Expression
  21. # Available locals:
  22. # - rec: current record
  23. [rec.state == New]
  24. Usage
  25. =====
  26. To use this module, you need to:
  27. #. Create a Contact triggering at least one "Tier Definition".
  28. #. Click on *Request Validation* button.
  29. #. Under the tab *Reviews* have a look to pending reviews and their statuses.
  30. #. Validator has to update Is Customer or Is Supplier or Both for this Contact to be usable on SO/PO.
  31. Additional features:
  32. * You can filter the Invoices requesting your review through the filter *Needs my
  33. Review*.
  34. * User with rights to confirm the Vendor Bill (validate all tiers that would
  35. be generated) can directly do the operation, this is, there is no need for
  36. her/him to request a validation.
  37. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  38. :alt: Try me on Runbot
  39. :target: https://runbot.odoo-community.org/runbot/142/11.0
  40. Bug Tracker
  41. ===========
  42. Bugs are tracked on `GitHub Issues
  43. <https://github.com/OCA/sale-workflow/issues>`_. In case of trouble, please
  44. check there if your issue has already been reported. If you spotted it first,
  45. help us smash it by providing detailed and welcomed feedback.
  46. Credits
  47. =======
  48. Images
  49. ------
  50. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  51. Contributors
  52. ------------
  53. * Antonio Yamuta <ayamuta@opensourceintegrators.com>
  54. Do not contact contributors directly about support or help with technical issues.
  55. Maintainer
  56. ----------
  57. .. image:: https://odoo-community.org/logo.png
  58. :alt: Odoo Community Association
  59. :target: https://odoo-community.org
  60. This module is maintained by the OCA.
  61. OCA, or the Odoo Community Association, is a nonprofit organization whose
  62. mission is to support the collaborative development of Odoo features and
  63. promote its widespread use.
  64. To contribute to this module, please visit https://odoo-community.org.