summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-02-10 14:21:51 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-02-10 14:21:51 +0700
commita695077283db234296e79c392638211dfb7fc263 (patch)
tree89500e8cf41998a3e44d266e08b752bd40c5b4fc /indoteknik_custom/views
parentdc33d0ca75ee90123f705433a183510250e73538 (diff)
only accounting can create bill from purchase order
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 59c46e5f..1b6f31aa 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -7,6 +7,10 @@
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<button id="action_confirm" position="after">
+ <button name="calculate_line_no"
+ string="Create No"
+ type="object"
+ />
<button name="sale_order_approve"
string="Ask Approval"
type="object"