diff --git a/mail_all/README.rst b/mail_all/README.rst index 30b1507..6f5f0ae 100644 --- a/mail_all/README.rst +++ b/mail_all/README.rst @@ -23,7 +23,7 @@ Maintainers ----------- * `IT-Projects LLC `__ - To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store `__. + To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store `__. Thank you for understanding! @@ -32,9 +32,9 @@ Maintainers Further information =================== -Demo: http://runbot.it-projects.info/demo/mail_addons/11.0 +Demo: http://runbot.it-projects.info/demo/mail_addons/12.0 -HTML Description: https://apps.odoo.com/apps/modules/11.0/mail_all/ +HTML Description: https://apps.odoo.com/apps/modules/12.0/mail_all/ Usage instructions: ``_ diff --git a/mail_all/__manifest__.py b/mail_all/__manifest__.py index 984904c..2ab4558 100644 --- a/mail_all/__manifest__.py +++ b/mail_all/__manifest__.py @@ -8,7 +8,7 @@ "category": "Discuss", # "live_test_url": "", "images": ['images/1.jpg'], - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "application": False, "author": "IT-Projects LLC, Pavel Romanchenko", diff --git a/mail_all/doc/changelog.rst b/mail_all/doc/changelog.rst index 9ee2b48..bce584d 100644 --- a/mail_all/doc/changelog.rst +++ b/mail_all/doc/changelog.rst @@ -1,3 +1,8 @@ +`1.0.1` +------- + +- **Fix:** Incorrect counter + `1.0.0` ------- diff --git a/mail_all/static/src/js/mail_all.js b/mail_all/static/src/js/mail_all.js index a0f9bb9..8f0f79f 100644 --- a/mail_all/static/src/js/mail_all.js +++ b/mail_all/static/src/js/mail_all.js @@ -21,7 +21,7 @@ Manager.include({ this._addMailbox({ id: 'channel_all', name: _t("All Messages"), - mailboxCounter: data.needaction_inbox_counter || 0, + mailboxCounter: 0, }); } }, diff --git a/mail_all/static/src/xml/menu.xml b/mail_all/static/src/xml/menu.xml index 5c592c3..747ba10 100644 --- a/mail_all/static/src/xml/menu.xml +++ b/mail_all/static/src/xml/menu.xml @@ -8,8 +8,6 @@
All messages - -