Skip to content

Commit cfb7dc1

Browse files
committed
[IMP] website_sale_product_trial: copyright and description
1 parent d2ee360 commit cfb7dc1

File tree

11 files changed

+10
-79
lines changed

11 files changed

+10
-79
lines changed

website_sale_product_trial/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Website Sale Product Trial
2222

2323
|badge1| |badge2| |badge3|
2424

25-
Form to order subscription product
25+
Configure product to be a trial subscription.
2626

2727
**Table of contents**
2828

website_sale_product_trial/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44
from . import models

website_sale_product_trial/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44
from . import main

website_sale_product_trial/controllers/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

website_sale_product_trial/i18n/website_sale_restrict_sepa_dd.pot

-69
This file was deleted.

website_sale_product_trial/models/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44
from . import product_template

website_sale_product_trial/models/product_template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

website_sale_product_trial/models/sale_order.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2024 Coop IT Easy SC
1+
# SPDX-FileCopyrightText: 2025 Coop IT Easy SC
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Form to order subscription product
1+
Configure product to be a trial subscription.

website_sale_product_trial/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ <h1 class="title">Website Sale Product Trial</h1>
370370
!! source digest: sha256:a25ed6054ea1e7db1fe6f90cdb8102edd80859c7504cc1cebdaae1a0123c4819
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/coopiteasy/addons/tree/16.0/website_sale_product_trial"><img alt="coopiteasy/addons" src="https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github" /></a></p>
373-
<p>Form to order subscription product</p>
373+
<p>Configure product to be a trial subscription.</p>
374374
<p><strong>Table of contents</strong></p>
375375
<div class="contents local topic" id="contents">
376376
<ul class="simple">

0 commit comments

Comments
 (0)