diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-23 10:33:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-23 10:33:17 +0700 |
| commit | 046aebc189673851511f90f6291790e652b2cc74 (patch) | |
| tree | 1d446b525ce346b7eea9f5ffbbfbfbd5c63d93e8 /indoteknik_custom/views | |
| parent | c289fcaf07839dfd965e6113a853026833ff0743 (diff) | |
add button create requistion from sales order with price and calculate subtotal in requisition line
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index 9e9440d8..e7335a57 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -67,6 +67,11 @@ type="object" class="mr-2 oe_highlight" /> + <button name="create_requisition_from_sales_with_price" + string="Create Line with Price" + type="object" + class="mr-2 oe_highlight" + /> <button name="create_po_from_requisition" string="Create PO" type="object" |
