diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-12 11:26:13 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-12 11:26:13 +0700 |
| commit | 1f42c0b0adf937e238e68fc2f7307234fff51952 (patch) | |
| tree | b039b5dfc1401bce21a3a604c64549a45c3cee52 /indoteknik_custom/views/requisition.xml | |
| parent | 45811de91c682cea9ade1e975f241a651c68b1df (diff) | |
add button copy so line to requisition
Diffstat (limited to 'indoteknik_custom/views/requisition.xml')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index a866690d..16373912 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -69,12 +69,19 @@ </group> <group> <div> - <button name="create_po_from_requisition" - string="Create PO" - type="object" - class="mr-2 oe_highlight" + <button name="generate_requisition_from_so" + string="Create Line from SO" + type="object" + class="mr-2 oe_highlight" /> </div> + <div> + <button name="create_po_from_requisition" + string="Create PO" + type="object" + class="mr-2 oe_highlight" + /> + </div> </group> </group> <notebook> |
