diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-08-02 15:32:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-08-02 15:32:50 +0700 |
| commit | 7229d06c4d4557fd1e92e3afbda789620f5a2d0c (patch) | |
| tree | 3648a0b699e4fb152f532754ac5f38a9cd270ccc /indoteknik_custom/views | |
| parent | 56bb6d2f83a2c8dec98160bed397a26007df7450 (diff) | |
fix for test case
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 04f21d83..c13026ed 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -66,6 +66,10 @@ string="Override Create Invoice" type="object" /> + <button name="calculate_selling_price" + string="Calculate Selling Price" + type="object" + /> </field> <field name="partner_shipping_id" position="after"> <field name="real_shipping_id"/> |
