diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-04 10:20:04 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-04 10:20:04 +0700 |
| commit | 781fc3d8a8571754ff415896d6c5bc6108195464 (patch) | |
| tree | 2a7dc14042ee3a23cd27090c8b7c4666b71d52cc /fixco_custom | |
| parent | b9ccea44a3f35b788540a6f55a1c0591d54cc054 (diff) | |
fix bug
Diffstat (limited to 'fixco_custom')
| -rw-r--r-- | fixco_custom/views/purchase_order.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml index 174929c..ecec293 100644 --- a/fixco_custom/views/purchase_order.xml +++ b/fixco_custom/views/purchase_order.xml @@ -16,10 +16,10 @@ <field name="count_journals" widget="statinfo" string="Journals"/> </button> </xpath> - <button id="draft_confirm" position="after"> + <!-- <button id="draft_confirm" position="after"> <button name="fixco_custom.action_view_uangmuka_pembelian" string="UangMuka" type="action" attrs="{'invisible': [('state', '!=', 'purchase')]}"/> - </button> + </button> --> <field name="currency_id" position="after"> <field name="sale_order_id" readonly="1"/> <field name="biaya_lain_lain"/> |
