summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-07-03 04:11:42 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-07-03 04:11:42 +0000
commitaae539acdb726fbbd232938a61e0df5e6ddda43b (patch)
treefba5fcd427b1ac702047db828abc73d9d3968612
parent15ca04492b335ea314f296d072098e5bb3e5befc (diff)
parent642489c10420956088733db92cf1a8e5e70b9748 (diff)
Merged in nathan-dev (pull request #41)
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>