diff options
| -rw-r--r-- | fixco_custom/views/account_move.xml | 4 | ||||
| -rw-r--r-- | fixco_custom/views/purchase_order.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 58e2a75..421dc49 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -7,10 +7,10 @@ <field name="inherit_id" ref="account.view_move_form"/> <field name="arch" type="xml"> - <!-- <button name="action_post" position="after"> + <button name="action_post" position="after"> <button name="fixco_custom.action_view_invoice_reklas" string="Reklas" type="action" class="btn-primary" attrs="{'invisible': ['|', ('state', '!=', 'posted'), ('move_type', 'not in', ['out_invoice', 'in_invoice'])]}"/> - </button> --> + </button> <button name="open_reconcile_view" position="after"> <button type="object" name="action_view_related_payment" diff --git a/fixco_custom/views/purchase_order.xml b/fixco_custom/views/purchase_order.xml index ecec293..174929c 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"/> |
