diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-12 11:29:07 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-12 11:29:07 +0700 |
| commit | 16cb40e0a943af1679fca60ff8cc4e6a683bd883 (patch) | |
| tree | 4240f8d05a5cd9bb1261a99c4c5ce6904c58cdd7 /indoteknik_custom/views/requisition.xml | |
| parent | 1f42c0b0adf937e238e68fc2f7307234fff51952 (diff) | |
| parent | d9d9159e43aaabcc88661d0f23d362ed2e0128f6 (diff) | |
Merge branch 'production' into feature/max_plafon_order_qty
# Conflicts:
# indoteknik_custom/security/ir.model.access.csv
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 16373912..957113a7 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"/> |
