diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-04 10:18:10 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-08-04 10:18:10 +0700 |
| commit | b9ccea44a3f35b788540a6f55a1c0591d54cc054 (patch) | |
| tree | 6dee4ee032b3919d217617a0237e3e5890f3907c /fixco_custom/views/account_move.xml | |
| parent | ca5912d9f29f4bb2e7b482cce01f917285ed53cb (diff) | |
fix bug
Diffstat (limited to 'fixco_custom/views/account_move.xml')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 421dc49..58e2a75 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" |
