-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nov 13: [ADD] Initial commit 'tree_view_advanced_search'
- Loading branch information
1 parent
71cdedf
commit c413ad0
Showing
56 changed files
with
1,356 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg | ||
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
TREE VIEW ADVANCED SEARCH | ||
========================= | ||
This module helps you easily search multiple data in your list view based on the fields. | ||
|
||
Configuration | ||
============= | ||
* No additional configurations needed | ||
|
||
Company | ||
------- | ||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ | ||
|
||
License | ||
------- | ||
Affero General Public License, v3.0 (AGPL v3). | ||
(https://www.gnu.org/licenses/agpl-3.0-standalone.html) | ||
|
||
Credits | ||
------- | ||
* Developers: (V17) Kailas Krishna | ||
Contact: [email protected] | ||
|
||
Contacts | ||
-------- | ||
* Mail Contact : [email protected] | ||
* Website : https://cybrosys.com | ||
|
||
Bug Tracker | ||
----------- | ||
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. | ||
|
||
Maintainer | ||
========== | ||
.. image:: https://cybrosys.com/images/logo.png | ||
:target: https://cybrosys.com | ||
|
||
This module is maintained by Cybrosys Technologies. | ||
|
||
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ | ||
|
||
Further information | ||
=================== | ||
HTML Description: `<static/description/index.html>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# -*- coding: utf-8 -*- | ||
################################################################################ | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Kailas Krishna (<https://www.cybrosys.com>) | ||
# | ||
# You can modify it under the terms of the GNU AFFERO | ||
# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||
# | ||
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
# (AGPL v3) along with this program. | ||
# If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
################################################################################ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# -*- coding: utf-8 -*- | ||
################################################################################ | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | ||
# Author: Kailas Krishna (<https://www.cybrosys.com>) | ||
# | ||
# You can modify it under the terms of the GNU AFFERO | ||
# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||
# | ||
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
# (AGPL v3) along with this program. | ||
# If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
################################################################################ | ||
{ | ||
'name': 'Tree view Advanced Search', | ||
'version': '17.0.1.0.0', | ||
'category': 'Extra Tools', | ||
'summary': """Advanced search feature in all tree views""", | ||
'description': """It enhances user experience by enabling both single and | ||
multiple search capabilities across all tree view displays. It facilitates | ||
multiple search filters on single columns, allowing users to easily search | ||
through various data types such as text, date/datetime, many2one, integer, | ||
and float columns.""", | ||
'author': 'Cybrosys Techno Solutions', | ||
'company': 'Cybrosys Techno Solutions', | ||
'maintainer': 'Cybrosys Techno Solutions', | ||
'website': "https://www.cybrosys.com", | ||
'depends': ['web', 'purchase', 'account'], | ||
'assets': { | ||
'web.assets_backend': [ | ||
'tree_view_advanced_search/static/src/js/components/date_range.js', | ||
'tree_view_advanced_search/static/src/js/components/date_range.xml', | ||
'tree_view_advanced_search/static/src/css/search_bar_view.css', | ||
'tree_view_advanced_search/static/src/js/list_renderer_search_bar.js', | ||
'tree_view_advanced_search/static/src/xml/list_renderer_search_bar.xml', | ||
], | ||
}, | ||
'images': ['static/description/banner.jpg'], | ||
'license': 'AGPL-3', | ||
'installable': True, | ||
'auto_install': False, | ||
'application': False, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Module <tree_view_advanced_search> | ||
|
||
#### 23.10.2024 | ||
#### Version 17.0.1.0.0 | ||
##### ADD | ||
|
||
- Initial Commit for Tree View Advanced Search |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+310 Bytes
tree_view_advanced_search/static/description/assets/icons/chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.42 KB
tree_view_advanced_search/static/description/assets/icons/consultation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+576 Bytes
tree_view_advanced_search/static/description/assets/icons/ecom-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+733 Bytes
tree_view_advanced_search/static/description/assets/icons/education-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+911 Bytes
tree_view_advanced_search/static/description/assets/icons/hotel-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.07 KB
tree_view_advanced_search/static/description/assets/icons/license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.17 KB
tree_view_advanced_search/static/description/assets/icons/lifebuoy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+673 Bytes
tree_view_advanced_search/static/description/assets/icons/manufacturing-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+878 Bytes
tree_view_advanced_search/static/description/assets/icons/pos-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+653 Bytes
tree_view_advanced_search/static/description/assets/icons/puzzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+905 Bytes
tree_view_advanced_search/static/description/assets/icons/restaurant-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+839 Bytes
tree_view_advanced_search/static/description/assets/icons/service-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+427 Bytes
tree_view_advanced_search/static/description/assets/icons/trading-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
tree_view_advanced_search/static/description/assets/icons/training.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.3 KB
tree_view_advanced_search/static/description/assets/misc/Cybrosys R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions
33
tree_view_advanced_search/static/description/assets/misc/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
tree_view_advanced_search/static/description/assets/misc/phone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
tree_view_advanced_search/static/description/assets/misc/star (1) 2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
tree_view_advanced_search/static/description/assets/misc/support (1) 1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions
6
tree_view_advanced_search/static/description/assets/misc/support-email.svg
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
tree_view_advanced_search/static/description/assets/misc/tick-mark.svg
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
tree_view_advanced_search/static/description/assets/misc/whatsapp 1.svg
Large diffs are not rendered by default.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
tree_view_advanced_search/static/description/assets/misc/whatsapp.svg
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+402 KB
tree_view_advanced_search/static/description/assets/screenshots/hero.gif
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.