diff --git a/oca_dependencies.txt b/oca_dependencies.txt
index 6a785d2c5ca..c8d4590e744 100644
--- a/oca_dependencies.txt
+++ b/oca_dependencies.txt
@@ -1,2 +1,3 @@
server-tools
-purchase-workflow
\ No newline at end of file
+purchase-workflow
+server-ux https://github.com/Eficent/server-ux 11.0-base_tier_validation-can_review
diff --git a/purchase_tier_validation/views/purchase_order_view.xml b/purchase_tier_validation/views/purchase_order_view.xml
index 7ece68a449d..6aa11e7093d 100644
--- a/purchase_tier_validation/views/purchase_order_view.xml
+++ b/purchase_tier_validation/views/purchase_order_view.xml
@@ -15,7 +15,7 @@
type="object"/>
@@ -29,17 +29,19 @@
style="margin-bottom:0px;">
This PO needs to be
validated.
+
+ string="Validate"
+ attrs="{'invisible': [('can_review', '=', False)]}"
+ type="object"
+ class="oe_inline oe_button btn-success"
+ icon="fa-thumbs-up"/>
+ string="Reject"
+ attrs="{'invisible': [('can_review', '=', False)]}"
+ type="object"
+ class="btn-icon btn-danger"
+ icon="fa-thumbs-down"/>