diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 16:16:45 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-11-11 16:16:45 +0700 |
| commit | d8dd0813ff6760e4a06968967594d27c6fd3b9d5 (patch) | |
| tree | 264a18adb5e15c3ecd80b4790451698bbc6947d0 /indoteknik_custom/views/requisition.xml | |
| parent | 17d46cf9f4eede8177b2373c03d5b36123f712c1 (diff) | |
| parent | 4be403f544f63a5161275f0d600c6f6950f3a30c (diff) | |
Merge branch 'approval_retur_picking' into production
# Conflicts:
# indoteknik_custom/models/requisition.py
# indoteknik_custom/views/requisition.xml
Diffstat (limited to 'indoteknik_custom/views/requisition.xml')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index a866690d..7b066bca 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -52,10 +52,10 @@ <form> <header> <button name="button_approve" - string="Approve" - type="object" - class="mr-2 oe_highlight" - /> + string="Approve" + type="object" + class="mr-2 oe_highlight" + /> </header> <sheet string="Requisition"> <div class="oe_button_box" name="button_box"/> |
