diff --git a/responsive_web/README.rst b/responsive_web/README.rst index 00af03c9d..dd43b17a4 100644 --- a/responsive_web/README.rst +++ b/responsive_web/README.rst @@ -3,7 +3,7 @@ :alt: License: AGPL-3 WEB RESPONSIVE -============== +======================= This module adds responsiveness to web backend. Configuration @@ -14,14 +14,9 @@ Company ------- * `Cybrosys Techno Solutions `__ -License -------- -General Public License, Version 3 (AGPL v3). -(https://www.gnu.org/licenses/agpl-3.0-standalone.html) - Credits ------- -Developer: (V16): Ramees Jaman KT @cybrosys,Contact : odoo@cybrosys.com +Developer: (V16): Ramees Jaman KT @cybrosys, Contacts -------- @@ -38,6 +33,7 @@ Maintainer :target: https://cybrosys.com This module is maintained by Cybrosys Technologies. + For support and more information, please visit `Our Website `__ Further information diff --git a/responsive_web/__manifest__.py b/responsive_web/__manifest__.py index c78585f5f..de11df91b 100644 --- a/responsive_web/__manifest__.py +++ b/responsive_web/__manifest__.py @@ -20,19 +20,25 @@ # ############################################################################## { - 'name': "Web Responsive Odoo16", - 'version': '16.0.1.0.0', + 'name': "Web Responsive", + 'version': '16.0.1.1.0', 'category': 'Extra Tools', - 'summary': 'This module helps to create enterprise like app drawer,Responsiveness and sticky headers included.', + 'summary': 'This module adds responsiveness to web backend', 'description': """This module helps to create enterprise like app drawer, Responsiveness and sticky headers included.""", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', - 'depends': ['base', 'web', 'mail'], - 'assets': { - 'web.assets_backend': [ + 'images': [ + 'static/description/banner.png'], + 'license': 'AGPL-3', + 'installable': True, + 'auto_install': False, + 'application': False, + "depends": ["base", "web", "mail"], + "assets": { + "web.assets_backend": [ 'responsive_web/static/src/css/main.css', 'responsive_web/static/src/css/menu_order.css', 'responsive_web/static/src/components/apps_menu/link_view.xml', @@ -41,9 +47,5 @@ 'responsive_web/static/src/xml/PivotCustom.xml' ] }, - 'images': ['static/description/banner.png'], - 'license': 'AGPL-3', - 'installable': True, - 'auto_install': False, - 'application': False, + } diff --git a/responsive_web/doc/RELEASE_NOTES.md b/responsive_web/doc/RELEASE_NOTES.md index ff452df0b..597eb4e3a 100644 --- a/responsive_web/doc/RELEASE_NOTES.md +++ b/responsive_web/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 25.07.2023 +#### 31.08.2024 #### Version 16.0.1.0.0 #### ADD diff --git a/responsive_web/static/description/index.html b/responsive_web/static/description/index.html index 0c2ce0c1e..abac9ac22 100644 --- a/responsive_web/static/description/index.html +++ b/responsive_web/static/description/index.html @@ -17,7 +17,7 @@

Web Responsive

-

This Module Helps to Create Enterprise Like App Drawer, Responsiveness and Sticky Headers Included

+

This module adds responsiveness to web backend.

@@ -111,7 +111,7 @@ This module adds responsiveness to web backend.
- Enterprise app drawer. + EnterPrice app drawer.
@@ -142,7 +142,7 @@ This module adds responsiveness to web backend.
-

Enterprise app drawer. +

EnterPrice app drawer.

@@ -155,12 +155,12 @@ This module adds responsiveness to web backend.

Sticky header & footer in list view.

- +

Sticky pivot header.

- +
@@ -342,7 +342,7 @@ This module adds responsiveness to web backend. - + @@ -468,7 +468,7 @@ This module adds responsiveness to web backend. - +
diff --git a/responsive_web/static/src/components/apps_menu/apps_menu.js b/responsive_web/static/src/components/apps_menu/apps_menu.js index 5e752edcd..1f80f3b75 100644 --- a/responsive_web/static/src/components/apps_menu/apps_menu.js +++ b/responsive_web/static/src/components/apps_menu/apps_menu.js @@ -5,15 +5,20 @@ import { registry } from "@web/core/registry"; const { fuzzyLookup } = require('@web/core/utils/search'); import { computeAppsAndMenuItems } from "@web/webclient/menus/menu_helpers"; import core from 'web.core'; + const commandProviderRegistry = registry.category("command_provider"); const { onMounted } = owl; + import { patch } from 'web.utils'; var rpc = require('web.rpc'); patch(NavBar.prototype, 'responsive_web/static/src/components/apps_menu/apps_menu.js', { + + //-------------------------------------------------------------------------- // Public //-------------------------------------------------------------------------- + /** * @override */ @@ -102,4 +107,6 @@ patch(NavBar.prototype, 'responsive_web/static/src/components/apps_menu/apps_men $('.o_menu_sections').attr('style','display: flex !important'); return this._super(menu); } -}); \ No newline at end of file +}); + + diff --git a/responsive_web/static/src/components/apps_menu/link_view.xml b/responsive_web/static/src/components/apps_menu/link_view.xml index 161106711..1205f862e 100644 --- a/responsive_web/static/src/components/apps_menu/link_view.xml +++ b/responsive_web/static/src/components/apps_menu/link_view.xml @@ -1,5 +1,4 @@ -