Skip to content

Commit

Permalink
product_delivery_destination: 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 601b786 commit 8fb3874
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
8 changes: 8 additions & 0 deletions product_delivery_destination/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ products in an external auction/marketplace website.
.. contents::
:local:

Configuration
=============

1. Navigate to Contacts > Settings > States.
2. Create a new state or edit an existing one and enable is_deliverable.
3. Go to Sales > Settings > Delivery Cities.
4. Add a new record, selecting only a state marked as is_deliverable.

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

Expand Down
2 changes: 1 addition & 1 deletion product_delivery_destination/models/delivery_city.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2023 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_delivery_destination/models/product_template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2023 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, api

Expand Down
2 changes: 1 addition & 1 deletion product_delivery_destination/models/res_country_state.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2023 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
28 changes: 19 additions & 9 deletions product_delivery_destination/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: http://docutils.sourceforge.net/" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Product Delivery Destination</title>
<style type="text/css">

Expand Down Expand Up @@ -374,32 +374,42 @@ <h1 class="title">Product Delivery Destination</h1>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
<li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li>
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<ol class="arabic simple">
<li>Navigate to Contacts &gt; Settings &gt; States.</li>
<li>Create a new state or edit an existing one and enable is_deliverable.</li>
<li>Go to Sales &gt; Settings &gt; Delivery Cities.</li>
<li>Add a new record, selecting only a state marked as is_deliverable.</li>
</ol>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/qrtl/sst-custom/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/qrtl/sst-custom/issues/new?body=module:%20product_delivery_destination%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>Quartile Limited</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id4">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/qrtl/sst-custom/tree/11.0/product_delivery_destination">qrtl/sst-custom</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
Expand Down

0 comments on commit 8fb3874

Please sign in to comment.