diff --git a/account_menu/README.rst b/account_menu/README.rst index f91437789..8317a793c 100644 --- a/account_menu/README.rst +++ b/account_menu/README.rst @@ -45,13 +45,15 @@ To see all the menus, make sure: Known issues / Roadmap ====================== -In v12, this module only installs 4 modules : +In v12, this module installs 4 modules : * ``account_coa_menu`` * ``account_group_menu`` * ``account_tag_menu`` * ``account_type_menu`` +* Adds menu for bank statements. + For V13+, we could imagine to have a single module that creates all the missing menus (and actions). diff --git a/account_menu/i18n/account_menu.pot b/account_menu/i18n/account_menu.pot index d2e396f15..36893b010 100644 --- a/account_menu/i18n/account_menu.pot +++ b/account_menu/i18n/account_menu.pot @@ -1,5 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: +# * account_menu # msgid "" msgstr "" @@ -12,3 +13,18 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: account_menu +#: model:ir.ui.menu,name:account_menu.menu_accounting_statement_bank +msgid "Bank Statements" +msgstr "" + +#. module: account_menu +#: model:ir.ui.menu,name:account_menu.menu_accounting_bank_and_cash +msgid "Bank and Cash" +msgstr "" + +#. module: account_menu +#: model:ir.ui.menu,name:account_menu.menu_accounting_statement_cash +msgid "Cash Registers" +msgstr "" + diff --git a/account_menu/static/description/index.html b/account_menu/static/description/index.html index 4774faca2..5abf99d60 100644 --- a/account_menu/static/description/index.html +++ b/account_menu/static/description/index.html @@ -3,7 +3,7 @@
- +