diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-02-10 11:08:49 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-02-10 11:08:49 +0700 |
| commit | dc33d0ca75ee90123f705433a183510250e73538 (patch) | |
| tree | f8449db2a6f75423881ce34334398ea531bdca5d | |
| parent | 337e769c7eab63275b4114f48e789bdcf808bdf1 (diff) | |
comment create number button in sale order
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 1b6f31aa..59c46e5f 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -7,10 +7,6 @@ <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" |
