Browse Source

Aug 17 : [UPDT] Bug Fixed 'website_hide_variants'

pull/277/head
AjmalCybro 2 years ago
parent
commit
a48b4c360f
  1. 4
      website_hide_variants/README.rst
  2. 4
      website_hide_variants/__manifest__.py
  3. 2
      website_hide_variants/doc/RELEASE_NOTES.md
  4. BIN
      website_hide_variants/static/description/banner.png
  5. 14
      website_hide_variants/static/description/index.html

4
website_hide_variants/README.rst

@ -1,6 +1,6 @@
Hide Variants for Odoo 16
Disable Variants in Website for Odoo 16
================================================
* Hide Variants for Odoo 16
* Disable Variants in Website for Odoo 16
Installation
============

4
website_hide_variants/__manifest__.py

@ -20,9 +20,9 @@
#
#############################################################################
{
'name': "Hide Variants",
'name': "Disable Variants in Website",
'version': '16.0.1.0.0',
'description': "The module helps to hide products amd product variants from website",
'description': "The module helps to disable products amd product variants from website",
'summary': "Hide Variants",
'author': "Cybrosys Techno Solutions",
'company': 'Cybrosys Techno Solutions',

2
website_hide_variants/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <website_hide_variants>
#### 07.02.2023
#### 11.08.2023
#### Version 16.0.1.0.0
#### ADD
- Initial commit for Odoo 16 Hide Variants

BIN
website_hide_variants/static/description/banner.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 75 KiB

14
website_hide_variants/static/description/index.html

@ -28,9 +28,9 @@
<div class="col-sm-12 col-md-12 col-lg-12">
<!-- APP HERO -->
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;">
Hide Variants</h1>
Disable Variants in Website</h1>
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;">
This Module Helps To Hide The Product Variants From The
This Module Helps To disable The Product Variants From The
Website</p>
<!-- END OF APP HERO -->
<img src="assets/screenshots/hero.gif" class="img-responsive"
@ -116,7 +116,7 @@
<div class="row"
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;">
<div class="col-sm-12 py-4">
This module enables to hide the product variants from the website.
This module enables to disable the product variants from the website.
</div>
</div>
<!-- END OF OVERVIEW SECTION -->
@ -142,7 +142,7 @@
<img src="/assets/misc/check-box.png" class="mr-2"/>
<div>
<span
style="display: block; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Boolean Field To Hide The Product</span>
style="display: block; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Boolean Field To disable The Product</span>
<span style="display: block; font-family: 'Montserrat', sans-serif; font-size: 12px;"> </span>
</div>
</div>
@ -151,7 +151,7 @@
<img src="/assets/misc/check-box.png" class="mr-2"/>
<div>
<span
style="display: block; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Hide Product variants from website depending on the stock availability</span>
style="display: block; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Disable Product variants from website depending on the stock availability</span>
<span style="display: block; font-family: 'Montserrat', sans-serif; font-size: 14px;"> </span>
</div>
</div>
@ -178,9 +178,9 @@
<div style="display: block; margin: 30px auto;">
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">
Field to select the products to hide in the website</h3>
Field to select the products to disable in the website</h3>
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;">
We can click on the check box to hide the product variants from
We can click on the check box to diable the product variants from
the website</p>
<img src="./assets/screenshots/1.png" class="img-thumbnail">
</div>

Loading…
Cancel
Save