diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 13:43:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 13:43:58 +0700 |
| commit | e40f5a21ec251363b3b71d81b7801a782716ca0a (patch) | |
| tree | 37f5ab3e698edcf6e73b9c9812e9dd2421ac9b88 /indoteknik_custom/views/requisition.xml | |
| parent | 3404e2526fd4d95fc93224fbcfb5ddbfd254dcb5 (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..a866690d 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> |
