diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 13:18:35 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-08 13:18:35 +0700 |
| commit | f0c62faa2d65317b3571af84770fe0694072707a (patch) | |
| tree | 096d2cb30cba93f42d3ae2e14e6bdd9091f7f09b /indoteknik_custom/views/letter_receivable.xml | |
| parent | 7a8e08aec92009eda7aac0b4a5641e899eac8c28 (diff) | |
| parent | 27657d8a4de29ae21ccc0562ab63dc7f1cd79f6b (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into pum-v3
Diffstat (limited to 'indoteknik_custom/views/letter_receivable.xml')
| -rw-r--r-- | indoteknik_custom/views/letter_receivable.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml index 98186862..3241d5f1 100644 --- a/indoteknik_custom/views/letter_receivable.xml +++ b/indoteknik_custom/views/letter_receivable.xml @@ -128,11 +128,23 @@ </div> </div> <div> + <button name="action_select_all_lines" + type="object" + string="Select All" + class="btn btn-secondary" + icon="fa-check-square"/> + <button name="action_unselect_all_lines" + type="object" + string="Unselect All" + class="btn btn-secondary" + icon="fa-square-o" + style="margin-left:5px;"/> <button name="action_refresh_lines" string="Refresh Invoices" type="object" - class="btn-primary" - style="margin-left:10px;" + class="btn btn-secondary" + icon="fa-refresh" + style="margin-left:5px;" help="Refresh Invoices agar data tetap update"/> </div> </div> |
