diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 13:38:49 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 13:38:49 +0700 |
| commit | 1bb2d9edb764ee3de50b0a005ff40aeef60bf5d6 (patch) | |
| tree | 7edbb1264c4fb67516b23a0bd2d57d0f1f51db4e /indoteknik_custom/views/requisition.xml | |
| parent | 9b86d64f64e149d26b5e33254fefd5dfc15ce1c4 (diff) | |
add approval sales manager and marketing manager on rpo
Diffstat (limited to 'indoteknik_custom/views/requisition.xml')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index b704baaf..cc537eda 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -50,6 +50,13 @@ <field name="model">requisition</field> <field name="arch" type="xml"> <form> + <header> + <button name="button_approve" + string="Approve" + type="object" + class="mr-2 oe_highlight" + /> + </header> <sheet string="Requisition"> <div class="oe_button_box" name="button_box"/> <group> |
