Browse Source

[UPDT] Index Updated

pull/178/head
Ajmal Cybro 4 years ago
parent
commit
25b4312720
  1. 4
      master_search/__manifest__.py
  2. 2
      master_search/models/master_search.py
  3. 4
      master_search/security/security.xml
  4. BIN
      master_search/static/description/assets/screenshots/1-Master-Search-User-Access.png
  5. 12
      master_search/static/description/index.html

4
master_search/__manifest__.py

@ -20,10 +20,10 @@
##############################################################################
{
'name': 'Global Search',
'version': '13.0.1.0.0',
'version': '13.0.1.1.0',
'summary': """Search, Quick Search, Easy Search, Easy Search in Customers, Products, Sale, Purchase, Inventory and Accounting modules""",
'description': """Easy Search in Customers, Products, Sale, Purchase, Inventory and Accounting modules,
Search, Advance search, master search, odoo14, """,
Search, Advance search, global search, odoo14, """,
'category': 'Settings',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',

2
master_search/models/master_search.py

@ -25,7 +25,7 @@ from odoo.exceptions import UserError
class MasterSearch(models.Model):
_name = 'master.search'
_description = "Model for master search"
_description = "Model for global search"
_rec_name = 'name'
_order = "create_date desc"

4
master_search/security/security.xml

@ -14,7 +14,7 @@
</record>
<record id="master_search_read" model="res.groups">
<field name="name">Master Search</field>
<field name="comment">Master Search Group</field>
<field name="name">Global Search</field>
<field name="comment">Global Search Group</field>
</record>
</odoo>

BIN
master_search/static/description/assets/screenshots/1-Master-Search-User-Access.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 67 KiB

12
master_search/static/description/index.html

@ -4,7 +4,7 @@
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1
style="font-family: Montserrat, 'sans-serif'; color: #000 !important; font-weight: 800 !important; font-size: 3rem !important;">
Master Search
Global Search
</h1>
<h4 class="mt-3"
style="font-family: Montserrat, 'sans-serif'; color: #1a1a1a !important; font-weight: 300 !important; font-size: 1.5rem !important;">
@ -44,7 +44,7 @@
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center">
<h2 class="text-center"
style="font-family: Montserrat, 'sans-serif'; color: #000 !important; font-weight: 800 !important; font-size: 2rem !important; width: 80%; margin-bottom: 3rem !important;">
Master Search Video Demo</h2>
Global Search Video Demo</h2>
</div>
<div class="col-md-12" style="padding:0; text-align:center; margin-bottom:50px">
<video width="100%" height="600px;" controls="">
@ -67,10 +67,10 @@
<div class="col-lg-12 mt-3">
<p class="mt-3 text-center" style="font-family: Montserrat, 'sans-serif'; font-weight: 500; font-size: 1rem;">
Master Search module enables advance and simple search in different modules. It helps users to search the
Global Search module enables advance and simple search in different modules. It helps users to search the
records
in Customers, Products, Sale, Purchase, Inventory and Accounting Modules for
'Master Search' group users. Possible to search using different attributes like name, reference, number, etc.
'Global Search' group users. Possible to search using different attributes like name, reference, number, etc.
</p>
</div>
@ -155,7 +155,7 @@
style="background-color: #3498DB !important; border: 4px solid #d6eaf8 !important; box-shadow: 0px 0px 0px 4px #ebf5fb !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important; ">
<h6 style="margin-top: 0.5rem; color: #fff !important;">1</h6>
</div>
<h6 class="mt-2 ml-2">Master Search User Access</h6>
<h6 class="mt-2 ml-2">Global Search User Access</h6>
</div>
<img src="assets/screenshots/1-Master-Search-User-Access.png" width="100%" class="img-resposive"
style="border-radius: 10px !important;">
@ -167,7 +167,7 @@
style="background-color: #3498DB !important; border: 4px solid #d6eaf8 !important; box-shadow: 0px 0px 0px 4px #ebf5fb !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;">
<h6 style="margin-top: 0.6rem; color: #fff !important;">2</h6>
</div>
<h6 class="mt-2 ml-2">Master Search</h6>
<h6 class="mt-2 ml-2">Global Search</h6>
</div>
<img src="assets/screenshots/2-Master-Search-main-screenshot.png" width="100%" class="img-resposive"
style="border-radius: 10px !important;">

Loading…
Cancel
Save