diff --git a/sticky_pivot_view/README.rst b/sticky_pivot_view/README.rst new file mode 100644 index 000000000..f79b1d761 --- /dev/null +++ b/sticky_pivot_view/README.rst @@ -0,0 +1,14 @@ +Sticky Pivot View V14 +====================== + +This module will helps to stick the pivot view header (Row and Column) . + + +Credits +------- +* Developer: +(v14) Shahil @ Cybrosys + +Contacts +-------- +* Mail Contact : odoo@cybrosys.com diff --git a/sticky_pivot_view/__manifest__.py b/sticky_pivot_view/__manifest__.py new file mode 100644 index 000000000..15c91e6c4 --- /dev/null +++ b/sticky_pivot_view/__manifest__.py @@ -0,0 +1,45 @@ +# -*- coding: utf-8 -*- +############################################################################# +# +# Cybrosys Technologies Pvt. Ltd. +# +# Copyright (C) 2021-TODAY Cybrosys Technologies() +# Author: Cybrosys Techno Solutions() +# +# You can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# (LGPL v3) along with this program. +# If not, see . +# +############################################################################# + +{ + 'name': 'Sticky Pivot View', + 'version': '14.0.1.0.0', + 'summary': 'Helps to stick the pivot view (Row and Column)', + 'description': 'Helps to stick the pivot view (Row and Column)', + 'category': 'Tools', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + 'website': 'https://www.cybrosys.com', + 'license': 'LGPL-3', + 'images': ['static/description/banner.png'], + 'depends': ['base', 'web'], + 'qweb': [ + 'static/src/xml/pivot.xml', + ], + 'data': [ + 'views/assets.xml', + ], + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/sticky_pivot_view/doc/RELEASE_NOTES.md b/sticky_pivot_view/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..006fc032d --- /dev/null +++ b/sticky_pivot_view/doc/RELEASE_NOTES.md @@ -0,0 +1,5 @@ +## Module + +#### 13.08.2021 +#### Version 14.0.1.0.0 +#### ADD Initial Commit for sticky_pivot_view diff --git a/sticky_pivot_view/static/description/assets/icons/check.png b/sticky_pivot_view/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/check.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/chevron.png b/sticky_pivot_view/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/chevron.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/cogs.png b/sticky_pivot_view/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/cogs.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/consultation.png b/sticky_pivot_view/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/consultation.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/ecom-black.png b/sticky_pivot_view/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/ecom-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/education-black.png b/sticky_pivot_view/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/education-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/hotel-black.png b/sticky_pivot_view/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/hotel-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/license.png b/sticky_pivot_view/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/license.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/lifebuoy.png b/sticky_pivot_view/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/lifebuoy.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/logo.png b/sticky_pivot_view/static/description/assets/icons/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/logo.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/manufacturing-black.png b/sticky_pivot_view/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/manufacturing-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/pos-black.png b/sticky_pivot_view/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/pos-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/puzzle.png b/sticky_pivot_view/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/puzzle.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/restaurant-black.png b/sticky_pivot_view/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/restaurant-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/service-black.png b/sticky_pivot_view/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/service-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/trading-black.png b/sticky_pivot_view/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/trading-black.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/training.png b/sticky_pivot_view/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/training.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/update.png b/sticky_pivot_view/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/update.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/user.png b/sticky_pivot_view/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/user.png differ diff --git a/sticky_pivot_view/static/description/assets/icons/wrench.png b/sticky_pivot_view/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/sticky_pivot_view/static/description/assets/icons/wrench.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/approval_image.png b/sticky_pivot_view/static/description/assets/modules/approval_image.png new file mode 100644 index 000000000..84fe94e80 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/approval_image.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/budget_image.png b/sticky_pivot_view/static/description/assets/modules/budget_image.png new file mode 100644 index 000000000..fe6aa6fe4 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/budget_image.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/export_image.png b/sticky_pivot_view/static/description/assets/modules/export_image.png new file mode 100644 index 000000000..4e4ea0e51 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/export_image.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/magento_image.png b/sticky_pivot_view/static/description/assets/modules/magento_image.png new file mode 100644 index 000000000..39de0820f Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/magento_image.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/pos_image.png b/sticky_pivot_view/static/description/assets/modules/pos_image.png new file mode 100644 index 000000000..c5932894b Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/pos_image.png differ diff --git a/sticky_pivot_view/static/description/assets/modules/shopify_image.png b/sticky_pivot_view/static/description/assets/modules/shopify_image.png new file mode 100644 index 000000000..c6d92c16d Binary files /dev/null and b/sticky_pivot_view/static/description/assets/modules/shopify_image.png differ diff --git a/sticky_pivot_view/static/description/assets/screenshots/hero.png b/sticky_pivot_view/static/description/assets/screenshots/hero.png new file mode 100644 index 000000000..3ad5be966 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/screenshots/hero.png differ diff --git a/sticky_pivot_view/static/description/assets/screenshots/sticky_pivot_view.png b/sticky_pivot_view/static/description/assets/screenshots/sticky_pivot_view.png new file mode 100644 index 000000000..88c35e5c4 Binary files /dev/null and b/sticky_pivot_view/static/description/assets/screenshots/sticky_pivot_view.png differ diff --git a/sticky_pivot_view/static/description/banner.png b/sticky_pivot_view/static/description/banner.png new file mode 100644 index 000000000..1484de917 Binary files /dev/null and b/sticky_pivot_view/static/description/banner.png differ diff --git a/sticky_pivot_view/static/description/icon.png b/sticky_pivot_view/static/description/icon.png new file mode 100644 index 000000000..ee9610ee4 Binary files /dev/null and b/sticky_pivot_view/static/description/icon.png differ diff --git a/sticky_pivot_view/static/description/index.html b/sticky_pivot_view/static/description/index.html new file mode 100644 index 000000000..aae7abc26 --- /dev/null +++ b/sticky_pivot_view/static/description/index.html @@ -0,0 +1,531 @@ +
+
+
+
+ +
+
+
+ Community +
+ +
+
+
+
+ +
+
+
+

+ Sticky Pivot View

+

+ Helps to stick the pivot view while scrolling Horizontally and Vertically +

+ +
+
+ + + + +
+
+

+ Overview +

+
+ +
+

+ This module will ensure sticky pivot view and enhance the user experience so that the user will + never lose the headers while scrolling (Horizontally and Vertically) the report.

+ +
+
+ + +
+
+

+ Features +

+
+ +
+
+ +
+
+

+ Helps to stick the pivot view while scrolling

+
+
+ +
+ +
+
+

+ Screenshots +

+
+
+

+ Sticky header in pivot view

+

+ Helps to stick the pivot view while scrolling Horizontally and Vertically

+ +
+
+ + +
+
+

Suggested Products

+
+ + +
+
+ + + +
+
+
+

Our Services

+
+
+ +
+
+ +
+
+ Odoo + Customization
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Support
+
+ + +
+
+ +
+
+ Hire + Odoo + Developer
+
+ +
+
+ +
+
+ Odoo + Integration
+
+ +
+
+ +
+
+ Odoo + Migration
+
+ + +
+
+ +
+
+ Odoo + Consultancy
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Licensing Consultancy
+
+
+
+ + + +
+
+
+

Our Industries

+
+
+ +
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
+ +
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
+ +
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
+ +
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
+ +
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
+ +
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
+ +
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
+ +
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
+ +
+
+ + + + + +
+
+
+

Need Help?

+
+
+
+ + +
+ +
+ +
+ +
+ WhatsApp +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+ + +
\ No newline at end of file diff --git a/sticky_pivot_view/static/src/css/main.css b/sticky_pivot_view/static/src/css/main.css new file mode 100644 index 000000000..905abd714 --- /dev/null +++ b/sticky_pivot_view/static/src/css/main.css @@ -0,0 +1,34 @@ +.cb_sticky { + position: sticky; + top: 0; + z-index : 10; +} + +.cb_sticky tr th{ + outline: 1px solid #dee2e6; + border: none; + outline-offset: -1px; + left: 0; + position: sticky !important; +} + +.cb_sticky_first_child{ + z-index: 10; +} + +tbody .o_pivot_header_cell_opened { + position: sticky; + left : 0; + outline: 1px solid #dee2e6; +} + +tbody .o_pivot_header_cell_closed { + position: sticky; + left : 0; + outline: 1px solid #dee2e6; +} + +tbody .dropdown > .dropdown-menu.o_pivot_field_menu.show { + left : 104%; + margin: -20px 0px 0px 0px; +} \ No newline at end of file diff --git a/sticky_pivot_view/static/src/xml/pivot.xml b/sticky_pivot_view/static/src/xml/pivot.xml new file mode 100644 index 000000000..c29a8b182 --- /dev/null +++ b/sticky_pivot_view/static/src/xml/pivot.xml @@ -0,0 +1,13 @@ + + + + + + cb_sticky + + + cb_sticky_first_child + + + + \ No newline at end of file diff --git a/sticky_pivot_view/views/assets.xml b/sticky_pivot_view/views/assets.xml new file mode 100644 index 000000000..1566aad6d --- /dev/null +++ b/sticky_pivot_view/views/assets.xml @@ -0,0 +1,8 @@ + + + +