diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-07-03 04:11:42 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-07-03 04:11:42 +0000 |
| commit | aae539acdb726fbbd232938a61e0df5e6ddda43b (patch) | |
| tree | fba5fcd427b1ac702047db828abc73d9d3968612 | |
| parent | 15ca04492b335ea314f296d072098e5bb3e5befc (diff) | |
| parent | 642489c10420956088733db92cf1a8e5e70b9748 (diff) | |
Merged in nathan-dev (pull request #41)
add menu due extension to accounting
| -rw-r--r-- | indoteknik_custom/views/account_move_views.xml | 4 |
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> |
