summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-03 10:51:07 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-03 10:51:07 +0700
commitb5bf14e4b11353faf3ca0afe2c836c3b5468478a (patch)
tree50b4649c102e573b8cf8a75d830951519133743c
parent0c7c0ad2e8dca7a1e47cd5a13642543f01a74afd (diff)
add menu due extension to accounting
-rw-r--r--indoteknik_custom/views/account_move_views.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml
index 0c27ac33..2ba787f6 100644
--- a/indoteknik_custom/views/account_move_views.xml
+++ b/indoteknik_custom/views/account_move_views.xml
@@ -95,4 +95,8 @@
sequence="4"
action="due_extension_action"
/>
+ <menuitem id="menu_due_extension" name="Due Extesion"
+ parent="account.menu_finance_receivables"
+ action="due_extension_action" sequence="100"
+ groups="account.group_account_user"/>
</odoo>