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.

73 lines
2.0 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. Base Tier Validation
  6. ====================
  7. This module does not provide a functionality by itself but an abstract model
  8. to implement a validation process based on tiers on other models (e.g.
  9. purchase orders, sales orders...).
  10. **Note:** To be able to use this module in a new model you will need some
  11. development.
  12. See `purchase_tier_validation <https://github
  13. .com/OCA/purchase-workflow>`_ as an example of implementation.
  14. Configuration
  15. =============
  16. To configure this module, you need to:
  17. #. Go to *Settings > Technical > Tier Validations > Tier Definition*.
  18. #. Create as many tiers as you want for any model having tier validation
  19. functionality.
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/250/11.0
  23. Known issues / Roadmap
  24. ======================
  25. * In odoo v11 it would be interesting to try to take advantage of ``mail.activity.mixin``.
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `GitHub Issues
  29. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  30. check there if your issue has already been reported. If you spotted it first,
  31. help us smash it by providing detailed and welcomed feedback.
  32. Credits
  33. =======
  34. Images
  35. ------
  36. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  37. Contributors
  38. ------------
  39. * Lois Rilo <lois.rilo@eficent.com>
  40. Do not contact contributors directly about support or help with technical issues.
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.