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.

9 lines
381 B

  1. This module does not provide a functionality by itself but an abstract model
  2. to implement a validation process based on tiers on other models (e.g.
  3. purchase orders, sales orders...).
  4. **Note:** To be able to use this module in a new model you will need some
  5. development.
  6. See `purchase_tier_validation <https://github
  7. .com/OCA/purchase-workflow>`_ as an example of implementation.