diff --git a/sale_tier_validation/README.rst b/sale_tier_validation/README.rst index 10857e8b486..07a0b5604f3 100644 --- a/sale_tier_validation/README.rst +++ b/sale_tier_validation/README.rst @@ -79,6 +79,8 @@ Known issues / Roadmap - The sales order, when moved to the state sent, will still send the email even if the validation is not approved by the corresponding tier. Code to consider this particular case is not developed. +- If any module modifies the attrs of the confirm sales order button, + it will invalidate the expected behavior. Bug Tracker =========== diff --git a/sale_tier_validation/readme/ROADMAP.md b/sale_tier_validation/readme/ROADMAP.md index e01cc6a8b09..98aba5706df 100644 --- a/sale_tier_validation/readme/ROADMAP.md +++ b/sale_tier_validation/readme/ROADMAP.md @@ -1,3 +1,5 @@ - The sales order, when moved to the state sent, will still send the email even if the validation is not approved by the corresponding tier. Code to consider this particular case is not developed. +- If any module modifies the attrs of the confirm sales order button, + it will invalidate the expected behavior. \ No newline at end of file diff --git a/sale_tier_validation/static/description/index.html b/sale_tier_validation/static/description/index.html index aeea843889a..b23afebd049 100644 --- a/sale_tier_validation/static/description/index.html +++ b/sale_tier_validation/static/description/index.html @@ -429,6 +429,8 @@