Skip to content

Commit

Permalink
[ADD] website_sale_product_publish_date
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 authored and nobuQuartile committed Jan 6, 2025
1 parent 5b6783b commit b42be65
Show file tree
Hide file tree
Showing 14 changed files with 589 additions and 1 deletion.
6 changes: 6 additions & 0 deletions setup/website_sale_product_publish_date/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
2 changes: 1 addition & 1 deletion website_sale_hide_price/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Website Sale Hide Price</title>
<style type="text/css">

Expand Down
6 changes: 6 additions & 0 deletions website_sale_product_attribute_filter_category/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ Website Sale Attribute Filter Category
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_attribute_filter_category
:alt: Translate me on Weblate
<<<<<<< HEAD
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=15.0
:alt: Try me on Runboat
=======
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/113/15.0
:alt: Try me on Runbot
>>>>>>> [UPD] README.rst

|badge1| |badge2| |badge3| |badge4| |badge5|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<<<<<<< HEAD
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
=======
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
>>>>>>> [UPD] README.rst
<title>Website Sale Attribute Filter Category</title>
<style type="text/css">

Expand Down Expand Up @@ -369,7 +373,11 @@ <h1 class="title">Website Sale Attribute Filter Category</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d91e21f4d3981c898d053da535ba6d157d4b775b4e6b7d2b56063ca645859ae8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<<<<<<< HEAD
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/e-commerce/tree/15.0/website_sale_product_attribute_filter_category"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_attribute_filter_category"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
=======
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/e-commerce/tree/15.0/website_sale_product_attribute_filter_category"><img alt="OCA/e-commerce" src="https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_attribute_filter_category"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/113/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
>>>>>>> [UPD] README.rst
<p>This module extends the functionality of website sale module to allow to group
product attributes filter by their categories.
Also you can select if you want display folded or unfolded category in website
Expand Down
75 changes: 75 additions & 0 deletions website_sale_product_publish_date/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
=================================
Website Sale Product Publish Date
=================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:83009533a2c2b2c4b8464e5bfe7d7c210a36cff9b8cce8322a4797002c12015d
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fe--commerce-lightgray.png?logo=github
:target: https://github.com/OCA/e-commerce/tree/15.0/website_sale_product_publish_date
:alt: OCA/e-commerce
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/e-commerce-15-0/e-commerce-15-0-website_sale_product_publish_date
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/e-commerce&target_branch=15.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds expected publish/unpublish date fields to the product.
Products will not be displayed on the shop page of the website if there are values
for these fields and the current date is not within the range of the publish and unpublish dates.

This function can be useful if you run an eCommerce platform where a set of products need to be sold for a scheduled timeframe.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/e-commerce/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/e-commerce/issues/new?body=module:%20website_sale_product_publish_date%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Quartile

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/e-commerce <https://github.com/OCA/e-commerce/tree/15.0/website_sale_product_publish_date>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions website_sale_product_publish_date/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
16 changes: 16 additions & 0 deletions website_sale_product_publish_date/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright 2024 Quartile (https://www.quartile.co)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Website Sale Product Publish Date",
"category": "Website",
"version": "15.0.1.0.0",
"author": "Quartile, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/e-commerce",
"license": "AGPL-3",
"depends": ["website_sale"],
"data": [
"views/product_template_views.xml",
],
"installable": True,
}
1 change: 1 addition & 0 deletions website_sale_product_publish_date/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import product_template
36 changes: 36 additions & 0 deletions website_sale_product_publish_date/models/product_template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 2024 Quartile (https://www.quartile.co)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from odoo import api, fields, models
from odoo.osv import expression


class ProductTemplate(models.Model):
_inherit = "product.template"

expected_publish_date = fields.Datetime()
expected_unpublish_date = fields.Datetime()

def _get_publish_date_domain(self):
"""Generate domain for publish and unpublish date filtering."""
now = fields.Datetime.now()
return [
"|",
"&",
("expected_publish_date", "<=", now),
"|",
("expected_unpublish_date", ">=", now),
("expected_unpublish_date", "=", False),
"&",
("expected_publish_date", "=", False),
"|",
("expected_unpublish_date", ">=", now),
("expected_unpublish_date", "=", False),
]

@api.model
def _search_build_domain(self, domain_list, search, fields, extra=None):
base_domain = super()._search_build_domain(domain_list, search, fields, extra)
publish_date_domain = self._get_publish_date_domain()
combined_domain = expression.AND([base_domain, publish_date_domain])
return combined_domain
3 changes: 3 additions & 0 deletions website_sale_product_publish_date/readme/CONTRIBUTOR.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `Quartile <https://www.quartile.co>`__:

* Aung Ko Ko Lin
5 changes: 5 additions & 0 deletions website_sale_product_publish_date/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This module adds expected publish/unpublish date fields to the product.
Products will not be displayed on the shop page of the website if there are values
for these fields and the current date is not within the range of the publish and unpublish dates.

This function can be useful if you run an eCommerce platform where a set of products need to be sold for a scheduled timeframe.
Loading

0 comments on commit b42be65

Please sign in to comment.