diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-10 09:26:14 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-10 09:26:14 +0000 |
| commit | 73942b32febd327b82530dff25895ef94a9f738f (patch) | |
| tree | 85b2b8307e6a2f92df0963c2675c1e4452a90df5 /indoteknik_custom/views | |
| parent | 2c0bb838b406503aa6a10cc0c21d474429246e18 (diff) | |
| parent | 03910d19a28cf5c7507a2763bc42875546f2b139 (diff) | |
Merged in calculate-po (pull request #47)
Calculate po
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 5b0c99ef..918e130c 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -59,6 +59,12 @@ </page> <field name="fiscal_position_id" position="after"> <field name="note_description"/> + <field name="total_so_percent_margin"/> + <button name="re_calculate" + string="Re Calculate" + type="object" + attrs="{'invisible': [('approval_status', '=', 'approved')]}" + /> </field> </field> </record> |
