diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-02 09:36:40 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-02 09:36:40 +0700 |
| commit | 592570df7218f80d8622bfc52501c45440f9845a (patch) | |
| tree | 9d79175e89855b03513cce4c8e4e5888312ab9a1 | |
| parent | 9d11e920dfc5d2eefdae66bca90909adf467e12f (diff) | |
<MIqdad> hide button create order altama
| -rw-r--r-- | fixco_custom/views/purchase_order.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml index d81982e..2538081 100644 --- a/fixco_custom/views/purchase_order.xml +++ b/fixco_custom/views/purchase_order.xml @@ -19,16 +19,16 @@ <button id="draft_confirm" position="after"> <button name="fixco_custom.action_view_uangmuka_pembelian" string="UangMuka" type="action" attrs="{'invisible': [('state', '!=', 'purchase')]}"/> - <button name="action_create_order_altama" + <!-- <button name="action_create_order_altama" type="object" string="Create Order Altama" class="oe_highlight" - icon="fa-cloud-upload"/> + icon="fa-cloud-upload"/> --> <button name="action_get_order_altama" type="object" string="Get Order Altama" class="oe_highlight" - icon="fa-cloud-download"/> + icon="fa-cloud-download"/> </button> <field name="fiscal_position_id" position="after"> <field name="soo_number" readonly="1"/> @@ -58,4 +58,4 @@ </field> </record> </data> -</odoo>
\ No newline at end of file +</odoo> |
