Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^shopinvader_api_delivery_carrier/|
^shopinvader_delivery_carrier/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down
Empty file removed requirements.txt
Empty file.
26 changes: 13 additions & 13 deletions shopinvader_delivery_carrier/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Shopinvader Delivery Carrier
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--carrier-lightgray.png?logo=github
:target: https://github.com/shopinvader/odoo-shopinvader-carrier/tree/16.0/shopinvader_delivery_carrier
:target: https://github.com/shopinvader/odoo-shopinvader-carrier/tree/18.0/shopinvader_delivery_carrier
:alt: shopinvader/odoo-shopinvader-carrier

|badge1| |badge2| |badge3|
Expand All @@ -35,33 +35,33 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/shopinvader/odoo-shopinvader-carrier/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/shopinvader/odoo-shopinvader-carrier/issues/new?body=module:%20shopinvader_delivery_carrier%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/shopinvader/odoo-shopinvader-carrier/issues/new?body=module:%20shopinvader_delivery_carrier%0Aversion:%2018.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
~~~~~~~
-------

* ACSONE SA/NV
* Shopinvader

Contributors
~~~~~~~~~~~~
------------

* Sebastien BEAU <sebastien.beau@akretion.com>
* Benoit GUILLOT <benoit.guillot@akretion.com>
* Laurent MIGNON <laurent.mignon@acsone.eu>
* Cédric PIGEON <cedric.pigeon@acsone.eu>
* Denis ROUSSEL <denis.roussel@acsone.eu>
* Simone Orsi <simone.orsi@camptocamp.com>
* Marie Lejeune <marie.lejeune@acsone.eu>
- Sebastien BEAU <sebastien.beau@akretion.com>
- Benoit GUILLOT <benoit.guillot@akretion.com>
- Laurent MIGNON <laurent.mignon@acsone.eu>
- Cédric PIGEON <cedric.pigeon@acsone.eu>
- Denis ROUSSEL <denis.roussel@acsone.eu>
- Simone Orsi <simone.orsi@camptocamp.com>
- Marie Lejeune <marie.lejeune@acsone.eu>

Maintainers
~~~~~~~~~~~
-----------

This module is part of the `shopinvader/odoo-shopinvader-carrier <https://github.com/shopinvader/odoo-shopinvader-carrier/tree/16.0/shopinvader_delivery_carrier>`_ project on GitHub.
This module is part of the `shopinvader/odoo-shopinvader-carrier <https://github.com/shopinvader/odoo-shopinvader-carrier/tree/18.0/shopinvader_delivery_carrier>`_ project on GitHub.

You are welcome to contribute.
7 changes: 3 additions & 4 deletions shopinvader_delivery_carrier/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

{
"name": "Shopinvader Delivery Carrier",
"summary": """
ShopInvader logic for delivery carriers.""",
"version": "16.0.1.0.0",
"summary": "ShopInvader logic for delivery carriers.",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Shopinvader",
"website": "https://github.com/shopinvader/odoo-shopinvader-carrier",
"depends": [
"delivery",
],
"data": [],
"installable": False,
"installable": True,
}
2 changes: 1 addition & 1 deletion shopinvader_delivery_carrier/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _available_carriers(self):
]
)
return (
carriers.available_carriers(self.partner_shipping_id)
carriers.available_carriers(self.partner_shipping_id, self)
if self.partner_id
else carriers
)
3 changes: 3 additions & 0 deletions shopinvader_delivery_carrier/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
7 changes: 7 additions & 0 deletions shopinvader_delivery_carrier/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Sebastien BEAU \<sebastien.beau@akretion.com\>
- Benoit GUILLOT \<benoit.guillot@akretion.com\>
- Laurent MIGNON \<laurent.mignon@acsone.eu\>
- Cédric PIGEON \<cedric.pigeon@acsone.eu\>
- Denis ROUSSEL \<denis.roussel@acsone.eu\>
- Simone Orsi \<simone.orsi@camptocamp.com\>
- Marie Lejeune \<marie.lejeune@acsone.eu\>
7 changes: 0 additions & 7 deletions shopinvader_delivery_carrier/readme/CONTRIBUTORS.rst

This file was deleted.

14 changes: 7 additions & 7 deletions shopinvader_delivery_carrier/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand All @@ -9,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -275,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -301,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -369,7 +369,7 @@ <h1 class="title">Shopinvader Delivery Carrier</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:29a962f9fe801f48f47fe7ee9ea3919c18381b1873b6676fc2b533e8992c6dda
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/shopinvader/odoo-shopinvader-carrier/tree/16.0/shopinvader_delivery_carrier"><img alt="shopinvader/odoo-shopinvader-carrier" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--carrier-lightgray.png?logo=github" /></a></p>
<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/shopinvader/odoo-shopinvader-carrier/tree/18.0/shopinvader_delivery_carrier"><img alt="shopinvader/odoo-shopinvader-carrier" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--carrier-lightgray.png?logo=github" /></a></p>
<p>Adds a specific shopinvader_available_carrier_ids field on sale orders.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
Expand All @@ -388,7 +388,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-carrier/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 to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-carrier/issues/new?body=module:%20shopinvader_delivery_carrier%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-carrier/issues/new?body=module:%20shopinvader_delivery_carrier%0Aversion:%2018.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">
Expand All @@ -414,7 +414,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-carrier/tree/16.0/shopinvader_delivery_carrier">shopinvader/odoo-shopinvader-carrier</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-carrier/tree/18.0/shopinvader_delivery_carrier">shopinvader/odoo-shopinvader-carrier</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
Expand Down
Loading