Browse Source

Oct 20 : [FIX] Bug Fixed : changed the Module name 'use_by_default_filter'

pull/298/merge
RisvanaCybro 2 years ago
parent
commit
78d93276aa
  1. 10
      use_by_default_filter/README.rst
  2. 12
      use_by_default_filter/__manifest__.py
  3. 4
      use_by_default_filter/doc/RELEASE_NOTES.md
  4. BIN
      use_by_default_filter/static/description/banner.jpg
  5. BIN
      use_by_default_filter/static/description/banner.png
  6. 16
      use_by_default_filter/static/description/index.html

10
use_by_default_filter/README.rst

@ -1,10 +1,10 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg .. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
===================== ===================
Use By Default Filter Set Default Filter
===================== ===================
This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox. This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox.
@ -30,7 +30,7 @@ GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3)
Credits Credits
======= =======
* Developer: RAHUL C K @ Cybrosys * Developer: (V16) RAHUL C K, Contact: odoo@cybrosys.com
Contacts Contacts
-------- --------

12
use_by_default_filter/__manifest__.py

@ -18,26 +18,24 @@
# #
############################################################################## ##############################################################################
{ {
'name': 'Use By Default Filter', 'name': 'Set Default Filter',
'version': '14.0.1.0.0', 'version': '14.0.1.0.0',
'category': 'Extra Tools', 'category': 'Extra Tools',
'summary': 'Make filter as default filter on a click.', 'summary': 'Make filter as default filter on a click.',
'description': """ 'description': """Change filters in search view as default filter and vice
Change filters in search view as default filter and vice versa on enabling versa on enabling the checkbox""",
the checkbox
""",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com', 'website': 'https://www.cybrosys.com',
'depends': ['base', 'web'], 'depends': ['web'],
'data': [ 'data': [
'views/assets.xml' 'views/assets.xml'
], ],
'qweb': [ 'qweb': [
'static/src/xml/checkbox_DropdownMenuItem.xml' 'static/src/xml/checkbox_DropdownMenuItem.xml'
], ],
'images': ['static/description/banner.png'], 'images': ['static/description/banner.jpg'],
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,

4
use_by_default_filter/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <use_by_default_filter> ## Module <use_by_default_filter>
#### 19.06.2023 #### 09.10.2023
#### Version 14.0.1.0.0 #### Version 14.0.1.0.0
#### ADD #### ADD
- Initial commit for Use By Default Filter - Initial commit for Set Default Filter

BIN
use_by_default_filter/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
use_by_default_filter/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

16
use_by_default_filter/static/description/index.html

@ -24,10 +24,10 @@
style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;"> style="padding: 4rem 1rem !important; background-color: #714B67 !important; height: 600px !important; border-radius: 20px !important;">
<h1 <h1
style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;"> style="font-family: 'Montserrat', sans-serif !important; font-weight: 600 !important; color: #FFFFFF !important; font-size: 3.5rem !important; text-align: center !important;">
Use By Default Filter</h1> Set Default Filter</h1>
<p <p
style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;"> style="font-family: 'Montserrat', sans-serif !important; font-weight: 300 !important; color: #FFFFFF !important; font-size: 1.4rem !important; text-align: center !important;">
Change a filter to default filter in a single click Change a Filter to Default Filter in a Single Click
</p> </p>
<img src="images/hero.gif" class="img-responsive" <img src="images/hero.gif" class="img-responsive"
width="100%" height="auto"/> width="100%" height="auto"/>
@ -121,8 +121,6 @@
style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important; line-height: 30px !important;"> style="font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; color: #282F33 !important; font-size: 1rem !important; line-height: 30px !important;">
This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox.</p> This module helps in changing any of the saved filter to default filter and vice versa on enabling a checkbox.</p>
</div> </div>
</p>
</div> </div>
@ -321,7 +319,6 @@
<div class="col-md-2 col-sm-6 col-xs-12"> <div class="col-md-2 col-sm-6 col-xs-12">
<div style="width:75px;height:75px;background:#fff; border-radius:100%;margin: auto;"> <a href="https://www.cybrosys.com/hire-odoo-developer/" target="_blank"> <img src="https://www.cybrosys.com/images/hire-odoo-developer.png" style="width: 100%;border-radius: 100%;"/> </a> </div> <div style="width:75px;height:75px;background:#fff; border-radius:100%;margin: auto;"> <a href="https://www.cybrosys.com/hire-odoo-developer/" target="_blank"> <img src="https://www.cybrosys.com/images/hire-odoo-developer.png" style="width: 100%;border-radius: 100%;"/> </a> </div>
<h3 class="oe_slogan" style="font-weight: 800;text-align: center;font-size: 14px;width: 100%;margin: 0;margin-top: 14px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;"> <a href="https://www.cybrosys.com/hire-odoo-developer/" target="_blank" style="list-style: none; color:#000; text-decoration: none; font-family: 'Montserrat',sans-serif;"> Hire Odoo Developers</a> </h3> <h3 class="oe_slogan" style="font-weight: 800;text-align: center;font-size: 14px;width: 100%;margin: 0;margin-top: 14px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;"> <a href="https://www.cybrosys.com/hire-odoo-developer/" target="_blank" style="list-style: none; color:#000; text-decoration: none; font-family: 'Montserrat',sans-serif;"> Hire Odoo Developers</a> </h3>
</a>
</div> </div>
<!-- </div> --> <!-- </div> -->
</div> </div>
@ -345,7 +342,7 @@
<div > <div >
<div style="width:75px;height:75px;background:#CE2D48; border-radius:100%;float: left;text-align: left;"> <a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank"> <img src="https://www.cybrosys.com/images/odoo-index-industry-2.png" alt="Odoo Industry" style=" border-radius: 100%;width:100%;"/> </a> </div> <div style="width:75px;height:75px;background:#CE2D48; border-radius:100%;float: left;text-align: left;"> <a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank"> <img src="https://www.cybrosys.com/images/odoo-index-industry-2.png" alt="Odoo Industry" style=" border-radius: 100%;width:100%;"/> </a> </div>
</div> </div>
<div style="width:70%;float:left;" style=" margin-bottom: 10px; "> <div style="width:70%;float:left;margin-bottom: 10px; ">
<h3 class="oe_slogan" style=" text-align: left;font-size: 14px;font-weight:800;width: auto;margin: 0;margin-top: 14px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;float: left;margin-top: 4px;margin-left: 16px;"> <a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank" style="list-style: none; color:#000; text-decoration: none;font-family: 'Montserrat',sans-serif;"> Manufacturing</a> </h3> <h3 class="oe_slogan" style=" text-align: left;font-size: 14px;font-weight:800;width: auto;margin: 0;margin-top: 14px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;float: left;margin-top: 4px;margin-left: 16px;"> <a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank" style="list-style: none; color:#000; text-decoration: none;font-family: 'Montserrat',sans-serif;"> Manufacturing</a> </h3>
<h3 class="oe_slogan" style=" text-align: left;font-size: 12px;width: auto;margin: 0;margin-top:5px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;float: left;margin-top: 5px;margin-left: 16px;font-family: 'Montserrat',sans-serif;"> Plan, track and schedule your operations. </h3> <h3 class="oe_slogan" style=" text-align: left;font-size: 12px;width: auto;margin: 0;margin-top:5px;color: #000 !important;margin-top: 5px;opacity: 1 !important;line-height: 17px;float: left;margin-top: 5px;margin-left: 16px;font-family: 'Montserrat',sans-serif;"> Plan, track and schedule your operations. </h3>
</div> </div>
@ -406,10 +403,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</section> </section>
<section class="oe_container" style="padding: 0% 0% 6% 0%;"> <section class="oe_container" style="padding: 0% 0% 6% 0%;">
<center>
<div class="col-md-12" style="margin: auto !important; <div class="col-md-12" style="margin: auto !important;
width: 70%; width: 70%;
padding: 30px;"> padding: 30px;">
@ -425,7 +420,6 @@
<a href="https://www.cybrosys.com/contact/" target="_blank"> www.cybrosys.com</a> <a href="https://www.cybrosys.com/contact/" target="_blank"> www.cybrosys.com</a>
</div> </div>
</div> </div>
</center>
</section> </section>
<section class="oe_container" style="padding: 0% 0% 6% 0%;"> <section class="oe_container" style="padding: 0% 0% 6% 0%;">
<div class="oe_slogan" style="margin-bottom: 0px;"> <div class="oe_slogan" style="margin-bottom: 0px;">
@ -434,13 +428,9 @@
<br> <br>
<img src="https://www.cybrosys.com/images/logo.png" style="width: 190px; margin-bottom: 25px;margin-top: 30px;" class="center-block"> <img src="https://www.cybrosys.com/images/logo.png" style="width: 190px; margin-bottom: 25px;margin-top: 30px;" class="center-block">
<div style=" display: flex; justify-content: center; flex-wrap: wrap; "> <a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a> <div style=" display: flex; justify-content: center; flex-wrap: wrap; "> <a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a>
</td>
<a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a> <a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a>
</td>
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px; height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a> <a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px; height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a>
</td>
<a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest" style="color:white;background: #ac0f18;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a> <a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest" style="color:white;background: #ac0f18;width:35px;height: 35px;padding-top: 7px;font-size: 21px;margin-right: 6px;border-radius: 100%;"></i></a>
</td>
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save