Skip to content

Commit

Permalink
[UPD] ssi_account_statement_import
Browse files Browse the repository at this point in the history
* Menyembunyikan tombol Close statement pada reconciliation widget
  • Loading branch information
andhit-r committed Aug 13, 2024
1 parent 5967859 commit d0cf553
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssi_account_statement_import/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@
"depends": [
"ssi_financial_accounting",
"account_statement_import",
"account_reconciliation_widget",
],
"data": [
"views/account_bank_statement_views.xml",
],
"demo": [],
"qweb": [
"static/src/xml/account_reconciliation.xml",
],
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

<t t-extend="reconciliation.done">
<t t-jquery="button.button_close_statement" t-operation="replace" />
</t>
</templates>

0 comments on commit d0cf553

Please sign in to comment.