Skip to content

Commit

Permalink
product_yahoo_auction_sst: switch license to LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
yostashiro committed Aug 18, 2023
1 parent 72c8632 commit 601b786
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions product_yahoo_auction_sst/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Products' Yahoo Auction information
.. |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
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-qrtl%2Fsst--custom-lightgray.png?logo=github
:target: https://github.com/qrtl/sst-custom/tree/11.0/product_yahoo_auction_sst
:alt: qrtl/sst-custom
Expand Down
4 changes: 2 additions & 2 deletions product_yahoo_auction_sst/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 2017-2018 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Products' Yahoo Auction information",
"version": "11.0.1.1.2",
"author": "Quartile Limited",
"website": "https://www.quartile.co",
"category": "Product",
"license": "AGPL-3",
"license": "LGPL-3",
"depends": ["product", "delivery"],
"data": [
"security/ir.model.access.csv",
Expand Down
2 changes: 1 addition & 1 deletion product_yahoo_auction_sst/models/delivery_carrier_size.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2017 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import fields, models

Expand Down
2 changes: 1 addition & 1 deletion product_yahoo_auction_sst/models/product_template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2017 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).

from odoo import api, fields, models

Expand Down
2 changes: 1 addition & 1 deletion product_yahoo_auction_sst/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Products’ Yahoo Auction information</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" 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" 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/qrtl/sst-custom/tree/11.0/product_yahoo_auction_sst"><img alt="qrtl/sst-custom" src="https://img.shields.io/badge/github-qrtl%2Fsst--custom-lightgray.png?logo=github" /></a></p>
<p><a class="reference external" 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" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/qrtl/sst-custom/tree/11.0/product_yahoo_auction_sst"><img alt="qrtl/sst-custom" src="https://img.shields.io/badge/github-qrtl%2Fsst--custom-lightgray.png?logo=github" /></a></p>
<p>This module does the following:</p>
<ul class="simple">
<li>Added fields to hold ” “information from Yahoo Auctions to product</li>
Expand Down

0 comments on commit 601b786

Please sign in to comment.