diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 13:53:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-11 13:53:48 +0700 |
| commit | 5c18c5a7b598e7578a7409bbb057a7c208c41791 (patch) | |
| tree | 8912f11ab517bab37464a1c4ecb9bcdf10e223d5 /indoteknik_custom/views | |
| parent | e573a766b997e4dc60935f8cc87e887d09f64b7a (diff) | |
| parent | 90c34b1e00a56d62f1bdb97bd756adb19564106e (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views')
| -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> |
